var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'us.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Order Form/Feedback',
    bIsWebPath:true,
    sUrl:'order.html'
},
{   sTitle:'Shipping',
    bIsWebPath:true,
    sUrl:'shipping.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Emial Us',
    bIsExternal:true,
    sUrl:'mailto:info@gbmaintenance.com',
    sTarget:'_self'
}]
});
