var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home Page',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Heirloom',
    bIsWebPath:true,
    sUrl:'heirloom.html'
},
{   sTitle:' My Work',
    bIsWebPath:true,
    sUrl:'my_work.html'
},
{   sTitle:'F.A.Q. Page',
    bIsWebPath:true,
    sUrl:'faq.html',
    sTarget:'_self'
},
{   sTitle:'About Me',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Outlaws Video',
    bIsWebPath:true,
    sUrl:'outlaws.html',
    sTarget:'_self'
}]
});