var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Metalworking Fluids',
        bIsWebPath:true,
        sUrl:'metal working.html'
    },
    {   sTitle:'Lubricants',
        bIsWebPath:true,
        sUrl:'lubricants.html',"childArray" : [
        {   sTitle:'Waylubes',
            bIsWebPath:true,
            sUrl:'page25.html'
        },
        {   sTitle:'Gear Oils',
            bIsWebPath:true,
            sUrl:'page28.html'
        },
        {   sTitle:'Hydraulic Oils',
            bIsWebPath:true,
            sUrl:'page27.html'
        },
        {   sTitle:'Compressor Oils',
            bIsWebPath:true,
            sUrl:'page29.html'
        }]
    },
    {   sTitle:'Specialty Oils',
        bIsWebPath:true,
        sUrl:'speciality oils.html'
    },
    {   sTitle:'Greases',
        bIsWebPath:true,
        sUrl:'greases.html'
    },
    {   sTitle:'Food Grade Lubricants',
        bIsWebPath:true,
        sUrl:'food grade lubes.html'
    },
    {   sTitle:'Stamping Fluids',
        bIsWebPath:true,
        sUrl:'stamping fluids.html'
    },
    {   sTitle:'Misc Products',
        bIsWebPath:true,
        sUrl:'misc.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
