var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'ABOUT',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'ORDER ONLINE',
    'bIsExternal':true,
    'sUrl':'http://leisureofficesupplies.opnet.co.uk',
    'sTarget':'_blank'
},
{   'sTitle':'E-PROCUREMENT',
    'bIsWebPath':true,
    'sUrl':'e-procurement.html'
},
{   'sTitle':'CATALOGUE',
    'bIsExternal':true,
    'sUrl':'http://www.officerange.com',
    'sTarget':'_blank'
},
{   'sTitle':'REFERRAL PROMOTION',
    'bIsWebPath':true,
    'sUrl':'referral.html'
},
{   'sTitle':'CAREERS',
    'bIsWebPath':true,
    'sUrl':'careers.html'
},
{   'sTitle':'CONTACT',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
