var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Man',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'index.html#Man',
    sTarget:'_self'
},
{   sTitle:'Van',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'index.html#Van',
    sTarget:'_self'
},
{   sTitle:'Pricing',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'index.html#Pricing',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsAnchor:true,
    bIsWebPath:true,
    sUrl:'index.html#Contact',
    sTarget:'_self'
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html'
}]
});
