var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'X-Pole Shop',
    bIsWebPath:true,
    sUrl:'xpoles.shop.html',
    sTarget:'_self'
},
{   sTitle:'X Pole Assembly',
    bIsWebPath:true,
    sUrl:'xpole.assembly.html',
    sTarget:'_self'
},
{   sTitle:'X Pole FAQ',
    bIsWebPath:true,
    sUrl:'xpole.faq.html',
    sTarget:'_self'
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'xpole.contact.us.html',
    sTarget:'_self'
}]
});