var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Air treatment / Climate control',
        bIsWebPath:true,
        sUrl:'airtreatmentclimatecontrol.html'
    },
    {   sTitle:'Compressors',
        bIsWebPath:true,
        sUrl:'compressors.html'
    },
    {   sTitle:'Easydoser',
        bIsWebPath:true,
        sUrl:'easydoser.html'
    },
    {   sTitle:'Humidification',
        bIsWebPath:true,
        sUrl:'humidification.html'
    },
    {   sTitle:'Inkmixers',
        bIsWebPath:true,
        sUrl:'inkmixers.html'
    },
    {   sTitle:'Measuring',
        bIsWebPath:true,
        sUrl:'measuring.html'
    },
    {   sTitle:'Rollermatic',
        bIsWebPath:true,
        sUrl:'rollermatic.html'
    },
    {   sTitle:'R.O. Water treatment',
        bIsWebPath:true,
        sUrl:'watertreatment.html'
    },
    {   sTitle:'Scales',
        bIsWebPath:true,
        sUrl:'scales.html'
    },
    {   sTitle:'UV desinfection',
        bIsWebPath:true,
        sUrl:'uvdesinfection.html'
    },
    {   sTitle:'Vacumatic',
        bIsWebPath:true,
        sUrl:'vacumatic.html'
    },
    {   sTitle:'Fountain solution filtration',
        bIsWebPath:true,
        sUrl:'fountain_solution.html'
    }]
},
{   sTitle:'Supplies',
    bIsWebPath:true,
    sUrl:'supplies.html',"childArray" : [
    {   sTitle:'Blanket washrolls',
        bIsWebPath:true,
        sUrl:'blanketwashrolls.html'
    },
    {   sTitle:'Feeder belts',
        bIsWebPath:true,
        sUrl:'feederbelts.html'
    },
    {   sTitle:'Fountain solution',
        bIsWebPath:true,
        sUrl:'fountainsolution.html'
    },
    {   sTitle:'Hand gloves',
        bIsWebPath:true,
        sUrl:'handgloves.html'
    },
    {   sTitle:'Hickey removers',
        bIsWebPath:true,
        sUrl:'hickeyremovers.html'
    },
    {   sTitle:'Ink duct end blocks',
        bIsWebPath:true,
        sUrl:'inkduckendblocks.html'
    },
    {   sTitle:'Ink duct foils',
        bIsWebPath:true,
        sUrl:'inkduckfoils.html'
    },
    {   sTitle:'Magnifying glasses',
        bIsWebPath:true,
        sUrl:'magnifyingglasses.html'
    },
    {   sTitle:'Recirculation filters',
        bIsWebPath:true,
        sUrl:'recirculationfilters.html'
    },
    {   sTitle:'Rubber suckers',
        bIsWebPath:true,
        sUrl:'rubbersuckers.html'
    },
    {   sTitle:'Safety cans',
        bIsWebPath:true,
        sUrl:'safetycans.html'
    },
    {   sTitle:'Sheet separators',
        bIsWebPath:true,
        sUrl:'sheetseparators.html'
    },
    {   sTitle:'Superblue nets',
        bIsWebPath:true,
        sUrl:'superbluenets.html'
    },
    {   sTitle:'Tin cans',
        bIsWebPath:true,
        sUrl:'tincans.html'
    },
    {   sTitle:'Wash-up bottles',
        bIsWebPath:true,
        sUrl:'washupbottles.html'
    },
    {   sTitle:'Wash-up blades',
        bIsWebPath:true,
        sUrl:'washupblades.html'
    }]
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Distributors',
    bIsWebPath:true,
    sUrl:'distributers.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Who we are',
    bIsWebPath:true,
    sUrl:'whoweare.html'
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html'
}]
});
