var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'index.html#About',
    sTarget:'_self'
},
{   sTitle:'Specifications & Installation',
    bIsWebPath:true,
    sUrl:'BudgetPeepholespecs.pdf',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'index.html#CONTACT',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'index.html#Link',
    sTarget:'_self'
}]
});
