var customNavTree1 = WpNavBar.readTree({
"childArray" : [{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'},{   sTitle:'PRODUCTS',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self',"childArray" : [{   sTitle:'TREE LOPPERS',
        bIsWebPath:true,
        sUrl:'treeloppers.html',
        sTarget:'_self',"childArray" : [{   sTitle:'PARTS',
            bIsWebPath:true,
            sUrl:'treelopperparts.html',
            sTarget:'_self'}]},{   sTitle:'VINE LOPPERS',
        bIsWebPath:true,
        sUrl:'vineloppers.html',
        sTarget:'_self',"childArray" : [{   sTitle:'PARTS',
            bIsWebPath:true,
            sUrl:'vinelopperparts.html',
            sTarget:'_self'}]},{   sTitle:'HAND PRUNERS',
        bIsWebPath:true,
        sUrl:'handpruners.html',
        sTarget:'_self'},{   sTitle:'GRAPE CLIPPERS',
        bIsWebPath:true,
        sUrl:'grape clippers.html',
        sTarget:'_self'},{   sTitle:'HARVEST CLIPPERS',
        bIsWebPath:true,
        sUrl:'harvestclippers.html',
        sTarget:'_self'},{   sTitle:'FANNO SAWS',
        bIsWebPath:true,
        sUrl:'fannosaws.html',
        sTarget:'_self'},{   sTitle:'ARS SAWS',
        bIsWebPath:true,
        sUrl:'arssaws.html',
        sTarget:'_self'},{   sTitle:'SILKY SAWS',
        bIsWebPath:true,
        sUrl:'silkysaws.html',
        sTarget:'_self'},{   sTitle:'POLE SAWS',
        bIsWebPath:true,
        sUrl:'polesaws.html',
        sTarget:'_self'},{   sTitle:'POLE PRUNERS',
        bIsWebPath:true,
        sUrl:'polepruners.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:'ALL SILKY',
        bIsWebPath:true,
        sUrl:'allsilky.html',
        sTarget:'_self'}]},{   sTitle:'DOWNLOADS',
    bIsWebPath:true,
    sUrl:'downloads.html'},{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'aboutus.html'},{   sTitle:'WARRANTY',
    bIsWebPath:true,
    sUrl:'warranty.html',
    sTarget:'_self'},{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'},{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'links.html'}]
});
