var base = document.getElementById("productsBase"); var baseLI; var baseUL; var thisLI; var thisA; var t; baseLI = document.createElement("li"); baseLI.className = "sub"; thisA = document.createElement("a"); thisA.className = "sub"; thisA.href = "/products/2/"; t = document.createTextNode("Balls"); thisA.appendChild(t); baseLI.appendChild(thisA); baseUL = document.createElement("ul"); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/2/1.html"; t = document.createTextNode("GT1"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/2/20.html"; t = document.createTextNode("QZ1 Purple"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/2/21.html"; t = document.createTextNode("QZ1 Red"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/2/2.html"; t = document.createTextNode("SX1"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/2/19.html"; t = document.createTextNode("SR2"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/2/3.html"; t = document.createTextNode("TX1"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/2/12.html"; t = document.createTextNode("TR2"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); baseLI.appendChild(baseUL); base.appendChild(baseLI); baseLI = document.createElement("li"); baseLI.className = "sub"; thisA = document.createElement("a"); thisA.className = "sub"; thisA.href = "/products/3/"; t = document.createTextNode("Bags"); thisA.appendChild(t); baseLI.appendChild(thisA); baseUL = document.createElement("ul"); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/3/13.html"; t = document.createTextNode("Single Tote"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/3/22.html"; t = document.createTextNode("Clear-View Double"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/3/23.html"; t = document.createTextNode("Deluxe Double Tote"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/3/14.html"; t = document.createTextNode("Premium Double Roller"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/3/15.html"; t = document.createTextNode("Clear-View Triple"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); baseLI.appendChild(baseUL); base.appendChild(baseLI); baseLI = document.createElement("li"); baseLI.className = "sub"; thisA = document.createElement("a"); thisA.className = "sub"; thisA.href = "/products/4/"; t = document.createTextNode("Apparel"); thisA.appendChild(t); baseLI.appendChild(thisA); baseUL = document.createElement("ul"); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/4/9.html"; t = document.createTextNode("Sport Crew - Nvy/Ora"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/4/10.html"; t = document.createTextNode("Sport Crew - Blk/Grn"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/4/11.html"; t = document.createTextNode("Distressed T - Blk/Ora"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/4/16.html"; t = document.createTextNode("Sport Crew - Blk/Gry"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/4/17.html"; t = document.createTextNode("Tournament Polo - Blk"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/4/18.html"; t = document.createTextNode("Tournament Polo - Wht"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); baseLI.appendChild(baseUL); base.appendChild(baseLI); baseLI = document.createElement("li"); baseLI.className = "sub"; thisA = document.createElement("a"); thisA.className = "sub"; thisA.href = "/products/5/"; t = document.createTextNode("Accessories"); thisA.appendChild(t); baseLI.appendChild(thisA); baseUL = document.createElement("ul"); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/5/6.html"; t = document.createTextNode("Power Gel Clean"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/5/7.html"; t = document.createTextNode("Power Gel Scuff"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); thisLI = document.createElement("li"); thisLI.className = "sub2"; thisA = document.createElement("a"); thisA.className = "sub2"; thisA.href = "/products/5/8.html"; t = document.createTextNode("Power Gel Polish"); thisA.appendChild(t); thisLI.appendChild(thisA); baseUL.appendChild(thisLI); baseLI.appendChild(baseUL); base.appendChild(baseLI);