var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'Page 2.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'price.html'
},
{   sTitle:'Request Quote',
    bIsWebPath:true,
    sUrl:'quote.html'
},
{   sTitle:'Team',
    bIsWebPath:true,
    sUrl:'team.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
