var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Some Hyperclene best sellers and some speciall offers, including great deals on Hyperclene Lemon Whirl whirlpool cleaner - the ONLY manufacturer of Lemon Whirl!!!',
    sTitle:'Best Sellers',
    bIsWebPath:true,
    sUrl:'best-sellers.html',"childArray" : [
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'range.html',"childArray" : [
    {   bSeparatorAfter:true,
        sTitle:'Janitorial',
        bIsWebPath:true,
        sUrl:'janitorial.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'...More Janitorial...',
            bIsWebPath:true,
            sUrl:'more-jani.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Industrial',
        bIsWebPath:true,
        sUrl:'industrial.html',
        sTarget:'_self'
    },
    {   sTitle:'Pool & Leisure',
        bIsWebPath:true,
        sUrl:'leisure.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'...more pool and Leisure...',
            bIsWebPath:true,
            sUrl:'pool2.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Bars & Restaurants',
        bIsWebPath:true,
        sUrl:'restaurants.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'...More Bar & Restaurant...',
            bIsWebPath:true,
            sUrl:'more-bar.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Transport',
        bIsWebPath:true,
        sUrl:'cars.html',
        sTarget:'_self',"childArray" : [
        {   sDescription:'More transport related products from Hyperclene UK, including Adblue and de-icer.',
            sTitle:'...More Transport Products...',
            bIsWebPath:true,
            sUrl:'more-trans.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Building & Construction',
        bIsWebPath:true,
        sUrl:'building.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'...more building products...',
            bIsWebPath:true,
            sUrl:'more-biulding.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'FAQ\'s',
        bIsWebPath:true,
        sUrl:'faq.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Environment',
    bIsWebPath:true,
    sUrl:'environment.html'
}]
});