var menu1=new Array()menu1[0]='<a href="0910_profile_3nz_mike_verdoner.html">3NZ  MIKE VERDONER<\/a>'menu1[1]='<a href="0910_profile_6c_dennis_bolt.html">6C  DENNIS BOLT<\/a>'menu1[2]='<a href="0910_profile_12n_shane_carey.html">12N  SHANE CAREY<\/a>'menu1[3]='<a href="0910_profile_17c_kane_lawson.html">17C  KANE LAWSON<\/a>'menu1[4]='<a href="0910_profile_21n_ian_burson.html">21N  IAN BURSON<\/a>'menu1[5]='<a href="0910_profile_27c_trevor_elliot.html">27C  TREVOR ELLIOT<\/a>'menu1[6]='<a href="0910_profile_34t_ray_stewart.html">34T  RAY STEWART<\/a>'menu1[7]='<a href="0910_profile_35n_mark_carey.html">35N  MARK CAREY<\/a>'menu1[8]='<a href="0910_profile_46e_paddy_north.html">46E  PADDY NORTH<\/a>'menu1[9]='<a href="0910_profile_49c_neil_robertson.html">49C  NEIL ROBERTSON<\/a>'menu1[10]='<a href="0910_profile_57d_wayne_andrews.html">57D  WAYNE ANDREWS<\/a>'menu1[11]='<a href="0910_profile_58c_richie_taylor.html">58C  RICHIE TAYLOR<\/a>'menu1[12]='<a href="0910_profile_64c_dave_walsh.html">64C  DAVE WALSH<\/a>'menu1[13]='<a href="0910_profile_71n_ron_taylor.html">71N  RON TAYLOR<\/a>'menu1[14]='<a href="0910_profile_72c_peter_schouten.html">72C  PETER SCHOUTEN<\/a>'menu1[15]='<a href="0910_profile_91t_andy_erskine.html">91T  ANDY ERSKINE<\/a>'menu1[16]='<a href="0910_profile_95i_owen_dixon.html">95I  OWEN DIXON<\/a>'menu1[17]='<a href="0910_profile_99t_shane_maaka.html">99T  SHANE MAAKA<\/a>'menu1[18]='<a href="0910_profile_881c_bruce_boulton.html">881C  BRUCE BOULTON<\/a>'menu1[19]='<a href="0910_profile_891c_josh_boulton.html">891C  JOSH BOULTON<\/a>'var menu2=new Array()menu2[0]='<a href="results_0910_r1.html">09-10 DUNEDIN<\/a>'menu2[1]='<a href="results_0910_r2.html">09-10 CROMWELL<\/a>'menu2[2]='<a href="results_0910_r3.html">09-10 WOODFORD GLEN<\/a>'menu2[3]='<a href="results_0910_r4.html">09-10 EASTERN STATES<\/a>'menu2[4]='<a href="results_0910_r5.html">09-10 NELSON<\/a>'var menu3=new Array()menu3[0]='<a href="points_0910.html">09-10 SERIES POINTS<\/a>'var menuwidth='165px' //default menu widthvar menubgcolor='black'  //menu bgcolorvar disappeardelay=500  //menu disappear speed onMouseout (in miliseconds)var hidemenu_onclick="yes" //hide menu when user clicks within menu?var ie4=document.allvar ns6=document.getElementById&&!document.allif (ie4||ns6)document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"><\/div>')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 (ie4||ns6)dropmenuobj.style.left=dropmenuobj.style.top=-500if (menuwidth!=""){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=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15dropmenuobj.contentmeasure=dropmenuobj.offsetWidthif (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth}else{var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffsetvar windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18dropmenuobj.contentmeasure=dropmenuobj.offsetHeightif (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeightif ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge}}return edgeoffset}function populatemenu(what){if (ie4||ns6)dropmenuobj.innerHTML=what.join("")}function dropdownmenu(obj, e, menucontents, menuwidth){if (window.event) event.cancelBubble=trueelse if (e.stopPropagation) e.stopPropagation()clearhidemenu()dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudivpopulatemenu(menucontents)if (ie4||ns6){showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)dropmenuobj.x=getposOffset(obj, "left")dropmenuobj.y=getposOffset(obj, "top")dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"}return clickreturnvalue()}function clickreturnvalue(){if (ie4||ns6) return falseelse return true}function contains_ns6(a, b) {while (b.parentNode)if ((b = b.parentNode) == a)return true;return false;}function dynamichide(e){if (ie4&&!dropmenuobj.contains(e.toElement))delayhidemenu()else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))delayhidemenu()}function hidemenu(e){if (typeof dropmenuobj!="undefined"){if (ie4||ns6)dropmenuobj.style.visibility="hidden"}}function delayhidemenu(){if (ie4||ns6)delayhide=setTimeout("hidemenu()",disappeardelay)}function clearhidemenu(){if (typeof delayhide!="undefined")clearTimeout(delayhide)}if (hidemenu_onclick=="yes")document.onclick=hidemenu