var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'What\'s New',
    bIsWebPath:true,
    sUrl:'whatsnew.html',"childArray" : [
    {   sTitle:'Chemtech 1L Range',
        bIsWebPath:true,
        sUrl:'wn_chemtech1l.html'
    },
    {   sTitle:'Chemtech 500mL Range',
        bIsWebPath:true,
        sUrl:'wn_chemtech500.html'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',"childArray" : [
    {   sTitle:'Chemtech Show \'N\' Shine Gallery 2010',
        bIsWebPath:true,
        sUrl:'m_shownshine_gallery2010.html'
    },
    {   sTitle:'Chemtech Show \'N\' Shine Gallery 2011',
        bIsWebPath:true,
        sUrl:'chemtech_shownshine2011.html'
    }]
},
{   sTitle:'CHEMTECH Range',
    bIsWebPath:true,
    sUrl:'chemtech_range.html',"childArray" : [
    {   sTitle:'Fuel Additives',
        bIsWebPath:true,
        sUrl:'cr_fueladditives.html',"childArray" : [
        {   sTitle:'DIESEL',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'cr_fueladditives.html#DIESEL'
        },
        {   sTitle:'PETROL',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'cr_fueladditives.html#PETROL'
        }]
    },
    {   sTitle:'Exterior Care',
        bIsWebPath:true,
        sUrl:'cr_exteriorcare.html'
    },
    {   sTitle:'Interior Care',
        bIsWebPath:true,
        sUrl:'cr_interiorcare.html'
    },
    {   sTitle:'Degreasers',
        bIsWebPath:true,
        sUrl:'cr_degreasers.html'
    },
    {   sTitle:'Tyre & Alloy Care',
        bIsWebPath:true,
        sUrl:'chemtech_tyre_alloy_care.html'
    },
    {   sTitle:'Other Products',
        bIsWebPath:true,
        sUrl:'chemtech_otherproducts.html'
    },
    {   sTitle:'Accessories',
        bIsWebPath:true,
        sUrl:'chemtech_accessories.html'
    },
    {   sTitle:'Product Brochures',
        bIsWebPath:true,
        sUrl:'cr_prodbroc.html'
    }]
},
{   sTitle:'CLEAN\'N\'EASY Range',
    bIsWebPath:true,
    sUrl:'cleanneasy.html',"childArray" : [
    {   sTitle:'Rust-Off',
        bIsWebPath:true,
        sUrl:'cne_rustoff.html'
    },
    {   sTitle:'Brick Tile & Paver Cleaner',
        bIsWebPath:true,
        sUrl:'cne_bricktilepavecleaner.html'
    },
    {   sTitle:'One-Shot Mould Stop',
        bIsWebPath:true,
        sUrl:'cne_oneshotmould.html'
    },
    {   sTitle:'Mould & Mildew Killer',
        bIsWebPath:true,
        sUrl:'cne_mouldmildewkiller.html'
    },
    {   sTitle:'Concrete & Driveway Cleaner',
        bIsWebPath:true,
        sUrl:'cne_concrete_drivewaycleaner.html'
    }]
},
{   sTitle:'Technical Info',
    bIsWebPath:true,
    sUrl:'chemtech_technicalinfo.html',"childArray" : [
    {   sTitle:'Tech Tips',
        bIsWebPath:true,
        sUrl:'c_ti_techtips.html'
    },
    {   sTitle:'Material Safety Data Sheets',
        bIsWebPath:true,
        sUrl:'c_ti_msds.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'chemtech_contactus.html'
}]
});
