var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Procedure & Cost',
    bIsWebPath:true,
    sUrl:'testing-procedure-for-portable-appliance-testing.html'
},
{   sTitle:'Terms and Conditions',
    bIsWebPath:true,
    sUrl:'terms-and-conditions-on-portable-appliance-testing.html'
},
{   sTitle:'Mobile Trades Offer',
    bIsWebPath:true,
    sUrl:'mobile-trades-offer.html'
},
{   sTitle:'Free Quote',
    bIsWebPath:true,
    sUrl:'email-quote.html'
},
{   sTitle:'FAQ\'s',
    bIsWebPath:true,
    sUrl:'faq.html',"childArray" : [
    {   sTitle:'Useful Links & Downloads',
        bIsWebPath:true,
        sUrl:'useful-links-&-downloads.html'
    }]
}]
});
