// JavaScript Document /*********************************************** * AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ var menu13=new Array() menu13[0]='Syntec Graphite Shafts' menu13[1]='Aldila' menu13[2]='Grafalloy' menu13[3]='Graphite Design' menu13[4]='UST-Mamiya' menu13[5]='Apollo Graphite' menu13[6]='Fujikura' var menu14=new Array() menu14[0]='Golf Pride' menu14[1]='Karakal' menu14[2]='Lamkin' menu14[3]='Rexton' menu14[4]='Tacki-Mac / Avon' menu14[5]='Winn' menu14[6]='Putter Grips' menu14[7]='UST-Mamiya ' var menu15=new Array() menu15[0]='LH-Golf Drivers ' menu15[1]='LH-Fairway Woods ' menu15[2]='LH-Irons / LH-Wedges ' menu15[3]='LH-Golf Hybrids ' menu15[4]='LH-Golf Club Sets ' menu15[5]='LH-Putters ' var menu47=new Array() menu47[0]='Apollo Steel Shafts' menu47[1]='Putter Shafts' menu47[2]='Rifle Steel Shafts' menu47[3]='True Temper Steel Shafts' var menu65=new Array() menu65[0]='TaylorMade® Clones' menu65[1]='Odyssey® Clones' menu65[2]='Ping® Clones' menu65[3]='Cobra® Clones' menu65[4]='Cleveland® Clones' menu65[5]='Callaway® Clones' menu65[6]='mondeo' menu65[7]='Nike® Clones' var menu81=new Array() menu81[0]='Driver Kits (Head, Shaft, Grip)' menu81[1]='Hybrid Kits (Head, Shaft, Grip)' menu81[2]='Iron / Wedge Component Kits' menu81[3]='Putter Kits (Head, Shaft, Grip)' menu81[4]='Set Component Kits' menu81[5]='Wood Kits (Head, Shaft, Grip)' var menu88=new Array() menu88[0]='Golf Club Sets' menu88[1]='Golf Drivers' menu88[2]='Golf Hybrids' menu88[3]='Golf Irons' menu88[4]='Golf Fairway Woods' menu88[5]='Golf Putters' var menu104=new Array() menu104[0]='Discount Golf Drivers' menu104[1]='Discount Fairway Woods' menu104[2]='Discount Golf Hybrids' menu104[3]='Discount Golf Irons' menu104[4]='Discount Golf Putters' menu104[5]='Discount Graphite Golf Shafts' menu104[6]='Discount Steel Golf Shafts' menu104[7]='Discount Golf Accessories' menu104[8]='Discount Golf Grips' var menu119=new Array() menu119[0]='Custom Golf Drivers' menu119[1]='Custom Fairway Woods' menu119[2]='Custom Golf Hybrids' menu119[3]='Custom Golf Irons' menu119[4]='Hybrid-Iron Combo Sets' menu119[5]='Custom Golf Wedges' menu119[6]='Custom Golf Putters' menu119[7]='Custom Golf Club Sets' menu119[8]='Gift Certificates ' var menu128=new Array() menu128[0]='Gift Certificates ' var menu131=new Array() menu131[0]='Golf Accessories' menu131[1]='Golf Bags' menu131[2]='Golf Head Covers' var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var horizontaloffset=0 //horizontal offset of menu from default location. (0-5 is a good value) /////No further editting needed var iev4=document.all var ns6=document.getElementById&&!document.all if (iev4||ns6) document.write('') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (iev4||ns6) dropmenuobj.style.left=dropmenuobj.style.top=-500 dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=iev4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x-obj.offsetWidth < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth } else{ var topedge=iev4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=iev4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move menu up? edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight if ((dropmenuobj.y-topedge)