var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Our Network',
    bIsWebPath:true,
    sUrl:'offices.html',
    sTarget:'_self'
},
{   sTitle:'Tools',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Currency Converter',
        bIsWebPath:true,
        sUrl:'currency.html',
        sTarget:'_self'
    },
    {   sTitle:'Volumetric Calculator',
        bIsWebPath:true,
        sUrl:'weight.html',
        sTarget:'_self'
    },
    {   sTitle:'Parcel Tracking',
        bIsWebPath:true,
        sUrl:'tracking-result.html',
        sTarget:'_self'
    },
    {   bSeparatorAfter:true,
        sTitle:'Calculate Cost ',
        bIsWebPath:true,
        sUrl:'price-exp.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Export from UK',
            bIsWebPath:true,
            sUrl:'price-exp.html',
            sTarget:'_self'
        },
        {   sTitle:'Import to UK',
            bIsWebPath:true,
            sUrl:'price-imp.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Forms & Resources',
        bIsWebPath:true,
        sUrl:'forms.html',
        sTarget:'_self'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'faq.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Online Booking',
    bIsWebPath:true,
    sUrl:'guest-export.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Export from UK',
        bIsWebPath:true,
        sUrl:'guest-export.html',
        sTarget:'_self'
    },
    {   sTitle:'Import to UK',
        bIsWebPath:true,
        sUrl:'guest-import.html',
        sTarget:'_self'
    }]
},
{   sTitle:'My Account',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'New Customer - Create Account',
        bIsWebPath:true,
        sUrl:'register.html',
        sTarget:'_self'
    },
    {   bSeparatorAfter:true,
        sTitle:'Existing Customer - Log In',
        bIsWebPath:true,
        sUrl:'login.html',
        sTarget:'_self'
    },
    {   sTitle:'Maintain Address Book',
        bIsWebPath:true,
        sUrl:'address.html',
        sTarget:'_self'
    },
    {   sTitle:'Maintain Quick Pick Values',
        bIsWebPath:true,
        sUrl:'quickpicks.html',
        sTarget:'_self'
    },
    {   bSeparatorAfter:true,
        sTitle:'View Collections',
        bIsWebPath:true,
        sUrl:'view-collections.html',
        sTarget:'_self'
    },
    {   sTitle:'Book a Collection',
        bIsWebPath:true,
        sUrl:'customer-collection.html',
        sTarget:'_self'
    },
    {   sTitle:'Book 3rd Party Collection',
        bIsWebPath:true,
        sUrl:'3rdparty-collection.html',
        sTarget:'_self'
    },
    {   sTitle:'Add Consignment to Collection',
        bIsWebPath:true,
        sUrl:'consignment.html',
        sTarget:'_self'
    },
    {   sTitle:'Reprint AWB',
        bIsWebPath:true,
        sUrl:'reprint-awb.html',
        sTarget:'_self'
    },
    {   sTitle:'End of Day Manifest',
        bIsWebPath:true,
        sUrl:'manifest.html',
        sTarget:'_self'
    },
    {   sTitle:'Log Out',
        sUrl:'logout.php',
        sTarget:'_self'
    }]
},
{   sTitle:'News and Notices',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
}]
});
