var customNavTree1 = WpNavBar.readTree({
"childArray" : [{   sTitle:'PRODUCTS',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self',"childArray" : [{   sTitle:'TREE SHEARS',
        bIsWebPath:true,
        sUrl:'treeshears.html',
        sTarget:'_self'},{   sTitle:'VINE SHEARS',
        bIsWebPath:true,
        sUrl:'vineshears.html',
        sTarget:'_self'},{   sTitle:'GIRDLERS',
        bIsWebPath:true,
        sUrl:'girdlers.html',
        sTarget:'_self'},{   sTitle:'GRAPE CLIPPERS',
        bIsWebPath:true,
        sUrl:'grapeclippers.html',
        sTarget:'_self'},{   sTitle:'HAND PRUNERS',
        bIsWebPath:true,
        sUrl:'handpruners.html',
        sTarget:'_self'},{   sTitle:'SAWS',
        bIsWebPath:true,
        sUrl:'saws.html',
        sTarget:'_self'},{   sTitle:'POLE SAWS',
        bIsWebPath:true,
        sUrl:'polesaws.html',
        sTarget:'_self'},{   sTitle:'LONG ARM PRUNERS',
        bIsWebPath:true,
        sUrl:'longarmpruners.html',
        sTarget:'_self'},{   sTitle:'ALL ARS',
        bIsWebPath:true,
        sUrl:'allars.html',
        sTarget:'_self'},{   sTitle:'ALL FANNO',
        bIsWebPath:true,
        sUrl:'allfanno.html',
        sTarget:'_self'}]},{   sTitle:'DOWNLOADS',
    bIsWebPath:true,
    sUrl:'downloads.html'},{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html'},{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'},{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'links.html'}]
});