var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Frequently-Asked Questions',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Quote Request',
    bIsWebPath:true,
    sUrl:'quote.html'
},
{   sTitle:'Book Online',
    bIsWebPath:true,
    sUrl:'bookonline.html'
}]
});
