
function handleResize(){if(window.innerWidth!=origWidth||window.innerHeight!=origHeight){location.href=location.href;return false;}}
if(document.layers){origWidth=window.innerWidth;origHeight=window.innerHeight;window.captureEvents(Event.RESIZE);window.onresize=handleResize;}
function openChildWindow(appurl,windowname){var appwindow=window.open(appurl,windowname,"toolbar=yes,status=yes,top=25,left=0,outerWidth=798,outerHeight=547,width=798,height=547,scrollbars=yes,resizable=yes,menubar=yes,locationbar=no,");if(appwindow)appwindow.focus();}
function global_openCdcPopup(url,width,height){if(isNaN(parseInt(width))){width=550;}
else{width=parseInt(width);}
if(isNaN(parseInt(height))){height=550;}
else{height=parseInt(height);}
var windowparms="status=yes,scrollbars=yes,resizable=yes,width="+width+",height="+height;var popup=window.open(url,"globalCDCpopup",windowparms);if(popup)popup.focus();}
function openLargePopup(url,windowname){var popup=window.open(url,windowname,"toolbar=yes,status=yes,scrollbars=yes,menubar=yes,locationbar=no,top=50,left=70,outerWidth=643,outerHeight=468,width=643,height=468,resizable=yes");if(popup)popup.focus();}
function openMediumPopup(url,windowname){var popup=window.open(url,windowname,"toolbar=no,status=yes,scrollbars=yes,menubar=no,locationbar=no,top=90,left=170,outerWidth=445,outerHeight=390,width=445,height=390,resizable=yes");if(popup)popup.focus();}
function openSmallPopup(url,windowname){var popup=window.open(url,windowname,"toolbar=no,status=yes,scrollbars=yes,menubar=no,locationbar=no,top=90,left=290,outerWidth=220,outerHeight=390,width=220,height=390,resizable=yes");if(popup)popup.focus();}
function closeWindow(){self.close();}
function changeParentUrl(newurl){var openerClosed=false;if(document.all&&!document.getElementById()){openerClosed=isOpenerClosed();}else{if(top.opener){openerClosed=top.opener.closed;}else{openerClosed=true;}}
if(openerClosed){var newwin=window.open(newurl);newwin.focus();}else{top.opener.location.href=newurl;top.opener.focus();}}
function openMessage(str){alert(str);}
function getParameter(param){var val="";var qs=window.location.search;var start=qs.indexOf(param);if(start!=-1){start+=param.length+1;var end=qs.indexOf("&",start);if(end==-1){end=qs.length}
val=qs.substring(start,end);}
return val;}
function get_baseTag(){var baseTag="";if(document.all){var baseTagsCol=document.all.tags("BASE");if(baseTagsCol.length!=0){baseTag=baseTagsCol[0].href;}}else if(window.opera){var baseTag
if(document.getElementById('basehref')){baseTag=document.getElementById('basehref').href;baseTag=baseTag.substring(0,baseTag.length-1);}}
return baseTag;}
function dropdown_redirect(select_name,reset){if(reset==null){reset=true};var theselect=eval(select_name);var tmp=theselect.selectedIndex;if(reset){theselect.options[0].selected=true;}
if(theselect.options[tmp].value!=""){location.href=get_baseTag()+theselect.options[tmp].value;}}
var areanav_current=0;function set_areanav_current(index){areanav_current=index-1;}
function areanav_redirect(select_name){var theselect=eval(select_name);var tmp=theselect.selectedIndex;if(theselect.options[tmp].value!=""){theselect.options[areanav_current].selected=true;location.href=get_baseTag()+theselect.options[tmp].value;}}
var globalBodyOnClickList=new Array();function addToBodyOnClick(funct){document.onclick=bodyOnClick;globalBodyOnClickList[globalBodyOnClickList.length]=funct;}
function bodyOnClick(){for(var i=0;i<globalBodyOnClickList.length;i++){globalBodyOnClickList[i]();}}
function addToWindowOnLoad(funct){var oldOnload=window.onload;if(typeof window.onload!='function'){window.onload=funct;}else{window.onload=function(){oldOnload();funct();}}}
function debug(debugStr,str){debugStr=debugStr+str+'\n';return debugStr;}
function sniffDebugClear(debugStr){debugStr='';}
function sniffDebugAlert(str,bDebug){if(bDebug){alert(str);}}
var sniffDebugFlag=false;var sniffDebugStr='';function sniffToAlert(){sniffDebugStr=debug(sniffDebugStr,'Object Browser:');sniffDebugStr=debug(sniffDebugStr,'Browser.name: '+Browser.name);sniffDebugStr=debug(sniffDebugStr,'Browser.version: '+Browser.version);sniffDebugStr=debug(sniffDebugStr,'Browser.os: '+Browser.os);sniffDebugStr=debug(sniffDebugStr,'Browser.useragent: '+Browser.useragent);sniffDebugStr=debug(sniffDebugStr,'----------------------');sniffDebugStr=debug(sniffDebugStr,'Browser.isIE: '+Browser.isIE);sniffDebugStr=debug(sniffDebugStr,'Browser.isMozilla: '+Browser.isMozilla);sniffDebugStr=debug(sniffDebugStr,'Browser.isNS70: '+Browser.isNS70);sniffDebugStr=debug(sniffDebugStr,'Browser.isNS6: '+Browser.isNS6);sniffDebugStr=debug(sniffDebugStr,'Browser.isNSOld: '+Browser.isNSOld);sniffDebugStr=debug(sniffDebugStr,'Browser.isSafari: '+Browser.isSafari);sniffDebugStr=debug(sniffDebugStr,'Browser.isUnix: '+Browser.isUnix);sniffDebugStr=debug(sniffDebugStr,'Browser.isWin: '+Browser.isWin);sniffDebugStr=debug(sniffDebugStr,'Browser.isMac: '+Browser.isMac);sniffDebugStr=debug(sniffDebugStr,'----------------------');sniffDebugStr=debug(sniffDebugStr,'sniffIsIE(): '+sniffIsIE());sniffDebugStr=debug(sniffDebugStr,'sniffIsMozilla(): '+sniffIsMozilla());sniffDebugStr=debug(sniffDebugStr,'sniffIsNS70(): '+sniffIsNS70());sniffDebugStr=debug(sniffDebugStr,'sniffIsSafari(): '+sniffIsSafari());sniffDebugStr=debug(sniffDebugStr,'sniffIsUnix(): '+sniffIsUnix());sniffDebugStr=debug(sniffDebugStr,'sniffIsUnixMozilla(): '+sniffIsUnixMozilla());sniffDebugStr=debug(sniffDebugStr,'sniffIsUnix70(): '+sniffIsUnix70());sniffDebugStr=debug(sniffDebugStr,'sniffIsWin(): '+sniffIsWin());sniffDebugStr=debug(sniffDebugStr,'sniffIsMac(): '+sniffIsMac());sniffDebugStr=debug(sniffDebugStr,'----------------------');sniffDebugStr=debug(sniffDebugStr,'Functional model');sniffDebugStr=debug(sniffDebugStr,'----------------------');sniffDebugStr=debug(sniffDebugStr,'sniffIsFunctFull(): '+sniffIsFunctFull());sniffDebugStr=debug(sniffDebugStr,'sniffIsFunctDegrade(): '+sniffIsFunctDegrade());sniffDebugStr=debug(sniffDebugStr,'----------------------');sniffDebugStr=debug(sniffDebugStr,'Format model');sniffDebugStr=debug(sniffDebugStr,'----------------------');sniffDebugStr=debug(sniffDebugStr,'sniffIsFormatDefault(): '+sniffIsFormatDefault());sniffDebugStr=debug(sniffDebugStr,'sniffIsFormatMozilla(): '+sniffIsFormatMozilla());sniffDebugStr=debug(sniffDebugStr,'sniffIsFormatNS70(): '+sniffIsFormatNS70());sniffDebugStr=debug(sniffDebugStr,'sniffIsFormatUnix(): '+sniffIsFormatUnix());sniffDebugStr=debug(sniffDebugStr,'sniffIsFormatUnix70(): '+sniffIsFormatUnix70());sniffDebugStr=debug(sniffDebugStr,'sniffIsFormatUnixMozilla(): '+sniffIsFormatUnixMozilla());sniffDebugAlert(sniffDebugStr,sniffDebugFlag);sniffDebugClear(sniffDebugStr);}
var Wins=new Array("Win32");var Unixes=new Array("SunOS","HP","Linux");var Macs=new Array("MacPPC","Intel");var Geckos=new Array("Netscape");var MozillaBaseGecko=20030329;var MozillaBaseSafari=85;var Mozillas=new Array("Gecko/20031007","Gecko/20040113","Gecko/20030329","Gecko/20030624");var NS70s=new Array("Gecko/20020823","Gecko/20030208","Gecko/20020921","Gecko/20020920");var NS6s=new Array("Gecko/20020508","Gecko/20020314","Gecko/20011128","Gecko/20010726");var Safaris=new Array("Safari/85","Safari/100");var IEs=new Array("Microsoft Internet Explorer");var Browser=new Object;Browser.name=navigator.appName;Browser.version=navigator.appVersion;Browser.os=navigator.platform;Browser.useragent=navigator.userAgent;Browser.isIE=false;Browser.isNS70=false;Browser.isMozilla=false;Browser.isNS6=false;Browser.isNSOld=false;Browser.isSafari=false;Browser.isUnix=false;Browser.isWin=false;Browser.isMac=false;function sniffCatchUnix(){var unixAppNameFlag=false;var unixPlatformFlag=false;for(var i=0;i<Unixes.length;i++){if(Browser.version.indexOf(Unixes[i])!=-1){unixAppNameflag=true;break;}}
for(var i=0;i<Unixes.length;i++){if(Browser.os.indexOf(Unixes[i])!=-1){unixPlatformFlag=true;break;}}
return(unixPlatformFlag||unixAppNameFlag);}
function sniffCatchWin(){var flag=false;for(var i=0;i<Wins.length;i++){if(Browser.os.indexOf(Wins[i])!=-1){flag=true;break;}}
return(flag);}
function sniffCatchMac(){var flag=false;for(var i=0;i<Macs.length;i++){if(Browser.os.indexOf(Macs[i])!=-1){flag=true;break;}}
return(flag);}
function sniffCatchGecko(){var nsFlag=false;for(var i=0;i<Geckos.length;i++){if(Browser.name.indexOf(Geckos[i])!=-1){nsFlag=true;break;}}
return(nsFlag);}
function sniffCatchNS70(){var flag=false;for(var i=0;i<NS70s.length;i++){if(Browser.useragent.indexOf(NS70s[i])!=-1){flag=true;break;}}
return(flag);}
function sniffCatchMozilla(){var rev=-1;var flag=false;rev=sniffParseGeckoRev();if(rev>0){sniffDebugStr=debug(sniffDebugStr,'-> Gecko Rev = '+rev);sniffDebugStr=debug(sniffDebugStr,'-> Base Mozilla Rev: '+MozillaBaseGecko);if(rev>=MozillaBaseGecko){flag=true;}}
return(flag);}
function sniffCatchSafari(){var rev=-1;var flag=false;rev=sniffParseSafariRev();if(rev>0){sniffDebugStr=debug(sniffDebugStr,'-> Safari Rev = '+rev);sniffDebugStr=debug(sniffDebugStr,'-> Base Mozilla Rev: '+MozillaBaseSafari);if(rev>=MozillaBaseSafari){flag=true;}}
return(flag);}
function sniffCatchNS6(){var flag=false;for(var i=0;i<NS6s.length;i++){if(Browser.useragent.indexOf(NS6s[i])!=-1){flag=true;break;}}
return(flag);}
function sniffParseGeckoRev(){var sGecko=new String('Gecko/');var rev=-1;var pos=0;pos=Browser.useragent.indexOf(sGecko)
if(pos!=-1){rev=Browser.useragent.substr((pos+sGecko.length),(Browser.useragent.length-pos));rev=parseInt(rev);}
return rev;}
function sniffParseSafariRev(){var sSafari=new String('Safari/');var rev=-1;var pos=0;pos=Browser.useragent.indexOf(sSafari)
if(pos!=-1){rev=Browser.useragent.substr((pos+sSafari.length),(Browser.useragent.length-pos));rev=parseInt(rev);}
return rev;}
function sniffCatchIE(){var ieFlag=false;for(var i=0;i<IEs.length;i++){if(Browser.name.indexOf(IEs[i])!=-1){ieFlag=true;break;}}
return(ieFlag);}
function sniffOS(){Browser.isUnix=false;Browser.isWin=false;Browser.isMac=false;if(sniffCatchUnix()){Browser.isUnix=true;}else if(sniffCatchWin()){Browser.isWin=true;}else if(sniffCatchMac()){Browser.isMac=true;}
return true;}
function sniffBrowser(){Browser.isNS70=false;Browser.isNS71=false;Browser.isNS6=false;Browser.isNSOld=false;Browser.isSafari=false;Browser.isIE=false;if(sniffCatchGecko()){sniffDebugStr=debug(sniffDebugStr,'Caught Netscape');if(sniffCatchMozilla()){Browser.isMozilla=true;sniffDebugStr=debug(sniffDebugStr,'-> Caught Mozilla');}else if(sniffCatchNS70()){Browser.isNS70=true;sniffDebugStr=debug(sniffDebugStr,'-> Caught 7.0');}else if(sniffCatchNS6()){Browser.isNS6=true;sniffDebugStr=debug(sniffDebugStr,'-> Caught 6');}else if(sniffCatchSafari()){Browser.isSafari=true;sniffDebugStr=debug(sniffDebugStr,'-> Caught Safari');}else{Browser.isNSOld=true;}}else if(sniffCatchIE()){Browser.isIE=true;}
return true;}
function Sniff(){if(sniffOS()){sniffDebugStr=debug(sniffDebugStr,'Caught platform/OS');}else{sniffDebugStr=debug(sniffDebugStr,'Failed to detect platform/OS');}
if(sniffBrowser()){sniffDebugStr=debug(sniffDebugStr,'Caught client/browser');}else{sniffDebugStr=debug(sniffDebugStr,'Failed to detect client/browser');}}
function sniffIsIE(){return Browser.isIE;}
function sniffIsNS6(){return Browser.isNS6;}
function sniffIsNS70(){return Browser.isNS70;}
function sniffIsMozilla(){return Browser.isMozilla;}
function sniffIsUnix(){return Browser.isUnix;}
function sniffIsUnixMozilla(){return(sniffIsMozilla()&&sniffIsUnix());}
function sniffIsUnix70(){return(sniffIsNS70()&&sniffIsUnix());}
function sniffIsWin(){return Browser.isWin;}
function sniffIsMac(){return Browser.isMac;}
function sniffIsSafari(){return Browser.isSafari;}
function sniffIsFunctFull(){if(!sniffIsMac()){return(sniffIsIE()||sniffIsMozilla());}}
function sniffIsFunctDegrade(){return(!sniffIsFunctFull());}
function sniffIsFormatDefault(){return sniffIsIE();}
function sniffIsFormatNS70(){if(sniffIsNS70()&&!sniffIsUnix()){return true;}
return false;}
function sniffIsFormatMozilla(){if(sniffIsMozilla()&&!sniffIsUnix()){return true;}
return false;}
function sniffIsFormatUnix(){return sniffIsUnix();}
function sniffIsFormatUnix70(){return sniffIsUnix70();}
function sniffIsFormatUnixMozilla(){return sniffIsUnixMozilla();}
function sniffIncCSSForNS70(sURL){debug(sniffDebugStr,'NS Url: '+sURL);if(sURL){if(sniffIsFormatNS70()){document.write('<link rel="Stylesheet" href="'+sURL+'" type="text/css">');return(true);}}
return(false);}
function sniffIncCSSForMozilla(sURL){debug(sniffDebugStr,'NS Url: '+sURL);if(sURL){if(sniffIsFormatMozilla()){document.write('<link rel="Stylesheet" href="'+sURL+'" type="text/css">');return(true);}}
return(false);}
function sniffIncCSSForUnix(sURL){debug(sniffDebugStr,'Unix Url: '+sURL);if(sURL){if(sniffIsFormatUnix()){document.write('<link rel="Stylesheet" href="'+sURL+'" type="text/css">');return(true);}}
return(false);}
function sniffIncCSSForDefault(sURL){debug(sniffDebugStr,'Default Url: '+sURL);if(sURL){document.write('<link rel="Stylesheet" href="'+sURL+'" type="text/css">');return(true);}
return(false);}
Sniff();sniffToAlert();var currDropdowns=new Array();var currId=0;var autoOpenDropTimer=0;var closeDropTimer=0;var dropdownDontClose=false;addToBodyOnClick(dropdownDocOnClick);var dropdownDebugStr='';function debug(debugStr,str){debugStr=debugStr+str+'\n';return debugStr;}
function debugClear(debugStr){debugStr='';}
function debugAlert(str,bDebug){if(bDebug){alert(str);}}
function EventDebug(e){dropdownDebugStr=debug(dropdownDebugStr,'Event Info:');dropdownDebugStr=debug(dropdownDebugStr,'clientX: '+e.clientX);dropdownDebugStr=debug(dropdownDebugStr,'clientY: '+e.clientY);dropdownDebugStr=debug(dropdownDebugStr,'layerX: '+e.layerX);dropdownDebugStr=debug(dropdownDebugStr,'layerY: '+e.layerY);dropdownDebugStr=debug(dropdownDebugStr,'pageX: '+e.pageX);dropdownDebugStr=debug(dropdownDebugStr,'pageY: '+e.pageY);dropdownDebugStr=debug(dropdownDebugStr,'screenX: '+e.screenX);dropdownDebugStr=debug(dropdownDebugStr,'screenY: '+e.screenY);dropdownDebugStr=debug(dropdownDebugStr,'offsetX: '+e.offsetX);dropdownDebugStr=debug(dropdownDebugStr,'offsetY: '+e.offsetY);dropdownDebugStr=debug(dropdownDebugStr,'x: '+e.x);dropdownDebugStr=debug(dropdownDebugStr,'y: '+e.y);}
function dropdownToggle(dropdown,id,event){clearTimeout(autoOpenDropTimer);dropdownCloseAllOther(id);promptEle=dropdown;dropdown=dropdown.parentNode;parentID=dropdown.id;childID=dropdown.id+'-list';arrowID=dropdown.id+'-arrow';dropdownDebugStr=debug(dropdownDebugStr,'parentID: '+parentID+', childID:'+childID);if(document.all){ele=document.all[parentID];pd=document.all[childID];arrow=document.all[arrowID];winWidth=document.documentElement.clientWidth;winHeight=document.documentElement.clientHeight;eleTop=event.clientY-event.offsetY;}else if(document.getElementById){ele=document.getElementById(parentID);pd=document.getElementById(childID);arrow=document.getElementById(arrowID);winWidth=window.innerWidth;winHeight=window.innerHeight;eleTop=event.pageY-event.layerY;}
dropdownDebugStr=debug(dropdownDebugStr,'Window Width: '+winWidth+','+'Window Height: '+winHeight);dropdownDebugStr=debug(dropdownDebugStr,'Element Top: '+eleTop);if(ele.className=='collapsed'){ele.className='shown';currDropdowns[id]=ele;promptEle.className='dropdownInstructionOpen';pd.style.display='block';arrow.className='dropdownArrowHidden';dropdownDontClose=true;}else{ele.className='collapsed';pd.style.top='0px';pd.style.display='none';currDropdowns[id]=null;promptEle.className='dropdownInstruction';arrow.className='dropdownArrow';dropdownDontClose=false;}
needHeight=(eleTop+pd.offsetHeight+ele.offsetHeight);dropdownDebugStr=debug(dropdownDebugStr,'Height Req: '+needHeight);if(needHeight>winHeight){dropdownDebugStr=debug(dropdownDebugStr,'***Render UP***');if(pd.offsetTop==-17)
newPosX=0-(pd.offsetHeight+ele.offsetHeight);else
newPosX=pd.offsetTop-(pd.offsetHeight+ele.offsetHeight);pd.style.top=newPosX+'px';}else{dropdownDebugStr=debug(dropdownDebugStr,'***Render DOWN***');}
dropdownDebugStr=debug(dropdownDebugStr,'parent width = '+ele.offsetWidth+' height = '+ele.offsetHeight);dropdownDebugStr=debug(dropdownDebugStr,'parent pos: '+ele.offsetLeft+':'+ele.offsetTop);dropdownDebugStr=debug(dropdownDebugStr,'parent-parent top: '+ele.offsetParent.offsetTop);dropdownDebugStr=debug(dropdownDebugStr,'flyout dim: '+pd.offsetWidth+':'+pd.offsetHeight);dropdownDebugStr=debug(dropdownDebugStr,'flyout pos: '+pd.offsetLeft+":"+pd.offsetTop);dropdownDebugStr=debug(dropdownDebugStr,'---');EventDebug(event);debugAlert(dropdownDebugStr,false);}
function autoCloseDropdown(){clearTimeout(autoOpenDropTimer);closeDropTimer=setTimeout("dropdownTimesOut()",1000);currDropdown=null;}
function dropdownTimesOut(){if(currDropdown!=null){currDropdown.className='collapsed';}
else{}}
function dropdownCloseAllOther(id){for(var i=1;i<currDropdowns.length;i++){if(i!=id){dropdownClose(currDropdowns[i]);currDropdowns[i]=null;}}}
function dropdownClose(drop){if(drop!=null){drop.className='collapsed';dropdownDontClose=false;childID=drop.id+'-list';arrowID=drop.id+'-arrow';promptID=drop.id+'-prompt';if(document.all){pd=document.all[childID];drop.firstChild.className='dropdownInstruction';}else if(document.getElementById){pd=document.getElementById(childID);prompt=document.getElementById(promptID);prompt.className='dropdownInstruction';}
dropdownDebugStr=debug(dropdownDebugStr,'AutocloseID: '+drop.id+', childID:'+childID);pd.style.top='0px';pd.style.display='none';arrow.className='dropdownArrow';}
debugAlert(dropdownDebugStr,false);}
function dropdownCancelBubble(){dropdownDontClose=true;}
function dropdownDocOnClick(){if(dropdownDontClose){dropdownDontClose=false;}else{dropdownCloseAll();}}
function dropdownCloseAll(){for(var i=1;i<currDropdowns.length;i++){dropdownClose(currDropdowns[i]);currDropdowns[i]=null;}
dropdownDontClose=false;}
_mD=2
_d=document;_dB=_d.body;_n=navigator
_L=location
_nv=$tL(_n.appVersion);_nu=$tL(_n.userAgent)
_ps=parseInt(_n.productSub);_toL=X_=Y_=_n=null
_W=window
_wp=_W.createPopup;ie=(_d.all)?1:0;ie4=(!_d.getElementById&&ie)?1:0;ie5=(!ie4&&ie&&!_wp)?1:0;ie55=(!ie4&&ie&&_wp)?1:0;ns6=(_nu.indexOf("gecko")!=-1)?1:0;konq=(_nu.indexOf("konqueror")!=-1)?1:0;sfri=(_nu.indexOf("safari")!=-1)?1:0;if(konq||sfri){_ps=0;ns6=0}
ns4=(_d.layers)?1:0;ns61=(_ps>=20010726)?1:0;ns7=(_ps>=20020823)?1:0;ns72=(_ps>=20040804)?1:0;ff15=(_ps>=20060000)?1:0;op=(_W.opera)?1:0;if(op||konq)ie=0;op5=(_nu.indexOf("opera 5")!=-1)?1:0;op6=(_nu.indexOf("opera 6")!=-1||_nu.indexOf("opera/6")!=-1)?1:0;op7=(_nu.indexOf("opera 7")!=-1||_nu.indexOf("opera/7")!=-1)?1:0;_OpV=(op&&_W.opera.version)?_W.opera.version():0;if(_OpV)op7=1;mac=(_nv.indexOf("mac")!=-1)?1:0;if(ns6||ns4||op||sfri)mac=0;ns60=0;if(ns6&&!ns61)ns60=1;if(op7)op=0;IEDtD=0;if(!op&&((_d.all||ns7)&&_d.compatMode=="CSS1Compat")||(mac&&_d.doctype&&_d.doctype.name.indexOf(".dtd")!=-1))IEDtD=1;_jv="javascript:void(0)"
inEditMode=_rstC=inDragMode=_d.dne=lcl=inopenmode=_mnuD=_mcnt=_sL=_sT=_ofMT=_oldbW=_bW=_oldbH=_bl=_el=_st=_en=_cKA=0
_startM=_c=1
_trueItemRef=focusedMenu=_oldel=_itemRef=_mn=-1;_zi=_aN=_bH=999
if(op)ie55=0;B$="absolute";menuVar="menu"
$5="hidden"
_d.write("<style>.milonic{width:1px;visibility:hidden;position:absolute}</style>")
function gmobj(v){if(_d.getElementById)return _d.getElementById(v)
if(_d.all)return _d.all[v]}
function _StO(f,m){return setTimeout(f,m)}
tTipt=""
_m=[]
_mi=[]
_sm=[]
_tsm=[]
_cip=[]
$S3="2E636F6D2F"
$S4="646D2E706870"
_MT=_StO("",0);_oMT=_StO("",0);_cMT=_StO("",0);_mst=_StO("",0);_Mtip=_StO("",0);$u="undefined ";lNum=1000;lURL="Unlicensed";lVer="5.743"
_Lhr=_L.href;$6="visible"
if(op5){$5=$tU($5)
$6=$tU($6)}
function M_hideLayer(){}
function _oTree(){}
function mmMouseMove(){}
function _cL(){}
function _TtM(){}
function _ocURL(){}
function mmClick(){}
function autoOT(){}
function _iF0C(){}
function showtip(){}
function isEditMode(){}
function hidetip(){}
function mmVisFunction(){}
function doMenuResize(){}
function _tMR(){}
function remove(a,d){var t=[];for(_a=0;_a<a.length;_a++){if(a[_a]!=d){t[t.length]=a[_a]}}return t}
function copyOf(w){for(_cO in w){this[_cO]=w[_cO]}}
function $tL(v){if(v)return v.toLowerCase()}
function $tU(v){if(v)return v.toUpperCase()}
function $pU(v){if(v)return parseInt(v)}
function drawMenus(){_startM=1;_oldbH=0;_oldbW=0;_baL=0;if(_W.buildAfterLoad)_baL=1
for(_y=_mcnt;_y<_m.length;_y++){_drawMenu(_y,1,_baL)}}
_$S={menu:0,text:1,url:2,showmenu:3,status:4,onbgcolor:5,oncolor:6,offbgcolor:7,offcolor:8,offborder:9,separatorcolor:10,padding:11,fontsize:12,fontstyle:13,fontweight:14,fontfamily:15,high3dcolor:16,low3dcolor:17,pagecolor:18,pagebgcolor:19,headercolor:20,headerbgcolor:21,subimagepadding:22,subimageposition:23,subimage:24,onborder:25,ondecoration:26,separatorsize:27,itemheight:28,image:29,imageposition:30,imagealign:31,overimage:32,decoration:33,type:34,target:35,align:36,imageheight:37,imagewidth:38,openonclick:39,closeonclick:40,keepalive:41,onfunction:42,offfunction:43,onbold:44,onitalic:45,bgimage:46,overbgimage:47,onsubimage:48,separatorheight:49,separatorwidth:50,separatorpadding:51,separatoralign:52,onclass:53,offclass:54,itemwidth:55,pageimage:56,targetfeatures:57,visitedcolor:58,pointer:59,imagepadding:60,valign:61,clickfunction:62,bordercolor:63,borderstyle:64,borderwidth:65,overfilter:66,outfilter:67,margin:68,pagebgimage:69,swap3d:70,separatorimage:71,pageclass:72,menubgimage:73,headerborder:74,pageborder:75,title:76,pagematch:77,rawcss:78,fileimage:79,clickcolor:80,clickbgcolor:81,clickimage:82,clicksubimage:83,imageurl:84,pagesubimage:85,dragable:86,clickclass:87,clickbgimage:88,imageborderwidth:89,overseparatorimage:90,clickseparatorimage:91,pageseparatorimage:92,menubgcolor:93,opendelay:94,tooltip:95,disabled:96,dividespan:97,tipdelay:98,tipfollow:99,tipmenu:100,menustyle:101,pageoncolor:102,id:103,name:104}
ADDSEMICOLONHERE=1
function mm_style(){for($i in _$S)this[$i]=_n
this.built=0;}
_$M={items:0,name:1,top:2,left:3,itemwidth:4,screenposition:5,style:6,alwaysvisible:7,align:8,orientation:9,keepalive:10,openstyle:11,margin:12,overflow:13,position:14,overfilter:15,outfilter:16,menuwidth:17,itemheight:18,followscroll:19,menualign:20,mm_callItem:21,mm_obj_ref:22,mm_built:23,menuheight:24,ignorecollision:25,divides:26,zindex:27,opendelay:28,resizable:29,minwidth:30,maxwidth:31}
ADDSEMICOLONHERE=1
function menuname(name){for($i in _$M)this[$i]=_n
this.name=$tL(name)
_c=1
_mn++}
function _incItem(i){_mi[_bl]=[];_mi[_bl][0]=_mn
i=i.split(";");_sc=""
for(var a=0;a<i.length;a++){var p=i[a].indexOf("`");if(p!=-1){_sc=";"
_tI=i[a]
if(p==i[a].lastIndexOf("`")){for(var b=a;b<i.length;b++){if(i[b+1]){_tI+=";"+i[b+1];a++;if(i[b+1].indexOf("`")!=-1)b=i.length;}}}
i[a]=_tI.replace(/`/g,"")}
p=i[a].indexOf("=");if(p==-1){if(i[a])_si=_si+";"+i[a]+_sc}
else{_si=i[a].slice(p+1);_w=i[a].slice(0,p);if(_w=="showmenu")_si=$tL(_si)}
if(i[a]&&_$S[_w])_mi[_bl][_$S[_w]]=_si}
var S=_x[6]
if(_mi[_bl][101])S=eval(_mi[_bl][101])
for($i in S)if(S[$i]){var v=_mi[_bl][_$S[$i]]
if(!v&&v!="")_mi[_bl][_$S[$i]]=S[$i]}
_m[_mn][0][_c-2]=_bl;_c++;_bl++;}
_c=0
function ami(t){_t=this;if(_c==1){_c++;_m[_mn]=[];_x=_m[_mn];for($i in _t)_x[_$M[$i]]=_t[$i]
_x[21]=-1
_x[0]=[];if(!_x[12])_x[12]=0
var s=_m[_mn][6]
var m=_m[_mn]
if(m[15]==_n)m[15]=s.overfilter
if(m[16]==_n)m[16]=s.outfilter
s[65]=(s.borderwidth)?$pU(s.borderwidth):0;s[64]=s.borderstyle
s[63]=s.bordercolor
if(_W.ignoreCollisions)m[25]=1;if(!s.built){_WzI=_zi
if(_W.menuZIndex){_WzI=_W.menuZIndex
_zi=_WzI}
lcl++
var v=s.visitedcolor
if(v){_oC=s.offcolor
if(!_oC)_oC="#000000"
if(!v)v="#ff0000"
_d.write("<style>.linkclass"+lcl+":link{color:"+_oC+"}.linkclass"+lcl+":visited{color:"+v+"}</style>");s.linkclass="linkclass"+lcl}
s.built=1}}
_incItem(t)}
menuname.prototype.aI=ami;var setLoadFocus=function(){try{document.sitewidesearch.searchPhrase.focus();if(document.sitewidesearch.searchPhrase.value==''){document.sidewidesearch.searchPhrase.value='Search';}}
catch(err){}}
function setAfterFlydownFocus(){document.sitewidesearch.tabIndexControler.focus();}
function setReverseFlydownFocus(){_popi(47);}
addToWindowOnLoad(setLoadFocus);function moan(t){if(t._itemRef!=_itemRef)_popi(t._itemRef)}
function clearTimeOutFunc($){clearTimeout($)
return _n}
_ns6B=""
_dBT=0
_dBL=0
function _DC()
{if(!_W.contextObject&&_trueItemRef==-1)_AClose()}
function _5($){return eval($)}
function _ns6AP(v){if((ns6&&!ns60)&&_M[14]=="fixed"){p=gpos(v)
spos(v,p[0]-_sT,p[1]-_sL);}}
function gMY(e){_ns6B=""
if(ns6)
{X_=e.pageX;Y_=e.pageY;_ns6B=e.target.id}
else{e=event
X_=e.clientX;Y_=e.clientY;}
if(!op&&_d.all&&_dB)
{X_+=_dB.scrollLeft;Y_+=_dB.scrollTop;if(IEDtD&&!mac){Y_+=_sT;X_+=_sL;}}
if(inDragMode){var g=gmobj(menuVar+DragLayer);spos(g,Y_-DragY,X_-DragX);if(ie55)
{g=gmobj("iFM"+_m[DragLayer].ifr);if(g)spos(g,Y_-DragY,X_-DragX)}
return 0}
doMenuResize(focusedMenu)
mmMouseMove()
_TtM()}
if(!_W.disableMouseMove)_d.onmousemove=gMY
_dC=_DC
if(_d.onmousedown)_dC=_dC+_d.onmousedown
_d.onmousedown=_dC
_TbS="<table class=milonictable border=0 cellpadding=0 cellspacing=0 style='line-height:normal;padding:0px' "
function spos(g,t,l,h,w){_px="px";var s=g.style;if(w<0)w=0
if(h<0)h=0
if(w+" "==$u)w=_n
if(h+" "==$u)h=_n
if(op)
{_px="";if(w!=_n)s.pixelWidth=w;if(h!=_n)s.pixelHeight=h}
else
{if(w!=_n)s.width=w+_px;if(h!=_n)s.height=h+_px;}
if(!isNaN(t)&&t!=_n)s.top=t+_px;if(!isNaN(l)&&l!=_n)s.left=l+_px}
$_=6;function gpos(g){if(!g)return
var h=g.offsetHeight;var w=g.offsetWidth;if(op5)
{h=g.style.pixelHeight;w=g.style.pixelWidth}
var o=g
var t=0
var l=0
var foundObject=0
while(o!=_n)
{t+=o.offsetTop;l+=o.offsetLeft;o=o.offsetParent;}
if(sfri){l-=_dBL
t-=_dBT}
if(mac&&_dB){_mcdb=_dB.currentStyle
_mcf=_mcdb.marginTop
if(_mcf)t=t+$pU(_mcf)
_mcf=_mcdb.marginLeft
if(_mcf)l=l+$pU(_mcf)}
return(new Array(t,l,h,w))}
C$=1;_flta="return 0";if(ie55)_flta="try{if(ap.filters){return 1}}catch(e){}"
_d.write("<"+"script>function getflta(ap){"+_flta+"}<"+"/script>");function _applyFilter(g,m){if(getflta(g)){var s=g.style
var f=(s.visibility==$6)?_m[m][16]:_m[m][15];if(f){if(g.filters[0])g.filters[0].stop();var i="";i="FILTER:";f=f.split(";");for(var x=0;x<f.length;x++)
{i+=" progid:DXImageTransform.Microsoft."+f[x];if($tU(_nv).indexOf("MSIE 5.5")>0)x=_aN;}
s.filter=i
g.filters[0].apply();}}}
function _playFilter(g,m){if(getflta(g))
{_flt=(g.style.visibility==$6)?_m[m][15]:_m[m][16];if(_flt)g.filters[0].play();}}
var myOpenInterval=0;var myGrowIntervals=0;var myOpenMenu=-1;var myCloseInterval=0;var myShrinkIntervals=0;var mySingleCloseInterval=0;var mySingleShrinkIntervals=0;function menuDisplay(_mD,v){var o=gmobj(menuVar+_mD);if(!o)return
var s=o.style
_m[_mD][22]=o
if(v){M_hideLayer(_mD,v)
if(_kLm!=Math.ceil(_mLt*_fLm.length))_mi=[]
if(!_startM)_m[_mD][23]=1
if((_m[_mD][7]==0&&_ofMT==1))return;if(s.visibility!=$6){if(ns72){if(_mD==6)
{s.visibility=$6;}
else
{myShrinkIntervals=0;myGrowIntervals=0;s.maxHeight=0+'px';s.overflow='hidden';s.visibility=$6;myOpenMenu=_mD;window.clearTimeout(myOpenInterval);window.clearTimeout(myCloseInterval);window.clearTimeout(mySingleCloseInterval);myOpenInterval=window.setInterval('growMenu('+_mD+')',1);}}
else{_applyFilter(o,_mD);if(!_m[_mD][27])s.zIndex=_zi;else s.zIndex=_m[_mD][27];s.visibility=$6
_playFilter(o,_mD)
_SoT(_mD,1)
mmVisFunction(_mD,v)
if(!_m[_mD][7])_m[_mD][21]=_itemRef;_mnuD++}}}
else{if(_m[_mD][21]>-1&&_itemRef!=_m[_mD][21])itemOff(_m[_mD][21]);if(ns6||s.visibility==$6){if(!(ie||op7)&&_m[_mD][13]=="scroll")s.overflow=$5
hmL(_mD)
_SoT(_mD,0)
mmVisFunction(_mD,v)
_applyFilter(o,_mD);s.visibility=$5;_playFilter(o,_mD)
_mnuD--}
_m[_mD][21]=-1;}}
function growMenu(_mD){var o=gmobj(menuVar+_mD);if(!o)return
var s=o.style;if(s.maxHeight.replace('px','')<_m[_mD][0].length*40)
{s.maxHeight=(myGrowIntervals*(_m[_mD][0].length)*1.7)+'px';myGrowIntervals++;}
else
{window.clearTimeout(myOpenInterval);myOpenInterval=0;myGrowIntervals=0;}}
function shrinkMenu(_mD){var sm=0;var i=0;for(i=0;i<6;i++){var o=gmobj(menuVar+i);var s=o.style;if(i!=myOpenMenu){if(s.maxHeight!=''){if(s.maxHeight.replace('px','')>0){sm=1;if((s.maxHeight.replace('px','')-_m[i][0].length*1.7)<0)
{s.maxHeight='0px';}
else
{s.maxHeight=(s.maxHeight.replace('px','')-_m[i][0].length*1.7)+'px';}}
else
{s.visibility=$5;if(!ie)s.top="-9999px";}}}}
if(sm==0)
{window.clearTimeout(myCloseInterval);myCloseInterval=0;myShrinkIntervals=0;}}
function shrinkSingleMenu(_mD){var o=gmobj(menuVar+_mD);var s=o.style;if(myShrinkIntervals>75)
{window.clearTimeout(mySingleCloseInterval);mySingleCloseInterval=0;mySingleShrinkIntervals=0;s.visibility=$5;}
else
{s.maxHeight=(500-(mySingleShrinkIntervals*10))+'px';mySingleShrinkIntervals++;}}
function closeAllMenus(){if(inEditMode)return
var g=arguments
if(_oldel>-1)itemOff(_oldel,1);_oldel=-1;_oMT=clearTimeOutFunc(_oMT);for(var a=0;a<_m.length;a++){var M=_m[a]
if(M&&!M[7]&&!M[10]&&g[0]!=a)
{menuDisplay(a,0);M_hideLayer(a,0)}
else
{hmL(a)}}
_zi=_WzI;_itemRef=-1;_masterMenu=-1
if(_W.resetAutoOpen)_ocURL()}
function getMenuByItem(v)
{if(v+" "==$u)return-1;return _mi[v][0];}
function getParentMenuByItem(v)
{var t=getMenuByItem(v);if(t==-1)return-1;for(var x=0;x<_mi.length;x++)if(_mi[x]&&_mi[x][3]==_m[t][1])return _mi[x][0];}
_mLt=100;function getParentItemByItem(v)
{var t=getMenuByItem(v);if(t==-1)return-1;for(var x=0;x<_mi.length;x++)if(_mi[x][3]==_m[t][1])return x;}
function getMenuByName(v){v=$tL(v)
for(var x=0;x<_m.length;x++)if(_m[x]&&v==_m[x][1])return x;}
_mot=0
function itemOn(){var g=arguments
var i=g[0]
var I=_mi[i];if(I[96])return
hrgm=gmobj("mmlink"+I[0])
hrs=hrgm.style
_lnk=gmobj("lnk"+i)
if(I[42]&&g[1])_5(I[42]);if((I[34]=="header"&&!I[2])||I[34]=="form"){gmobj(menuVar+I[0]).onselectstart=_n
hrs.visibility=$5
return}
_mot=clearTimeOutFunc(_mot);_gmi=gmobj("el"+i);if(_gmi.itemOn==1){spos(hrgm,_gmi.t,_gmi.l,_gmi.h,_gmi.w)
hrs.visibility=$6
return}
_gmi.itemOn=1
_pMnu=_m[I[0]]
if(!_pMnu[9]&&mac)
{hrgp=gpos(gmobj("pTR"+i));if(!hrgp)hrgp=gpos(_gmi);}
else hrgp=gpos(_gmi);_pm=gmobj(menuVar+I[0])
_pp=gpos(_pm)
if(_pm.style.visibility!=$6)_pm.style.visibility=$6
if(hrgm){hrgm._itemRef=i
hrgm.href=_jv
if(sfri)hrgm.href=_n
if(I[2])hrgm.href=I[2]
if(I[34]=="disabled")hrgm.href=_jv
hrs.visibility=$6
if(I[76])hrgm.title=I[76];else hrgm.title=""
hrgm.target="_self"
if(!I[57]&&I[35])hrgm.target=I[35]
hrs.zIndex=1;if(I[34]=="html")
{hrs.zIndex=-1;hrs=_gmi.style}
if((I[86]||I[34]=="dragable")&&inDragMode==0){if(_lnk)_lnk.href=_jv
drag_drop(I[0],i)
hrs.zIndex=-1;}
if(_gmi.pt!=_pp[0]||_gmi.pl!=_pp[1]||_gmi.ph!=_pp[2]||_gmi.pw!=_pp[3]){_bwC=0
if(!hrgm.border&&hrgm.border!=I[25]){hrs.border=I[25]
hrgm.border=I[25]
hrgm.C=$pU(hrs.borderTopWidth)*2}
if(hrgm.C)_bwC=hrgm.C
var b=_m[I[0]][6][65]
_tlcor=0
if(mac)if(_m[I[0]][12])_tlcor=_m[I[0]][12]
if(konq||sfri||_OpV)_tlcor-=b
_gmi.t=hrgp[0]-_pp[0]+_tlcor
_gmi.l=hrgp[1]-_pp[1]+_tlcor
if(ff15&&_m[I[0]][13]=="scroll"){_gmi.t=_gmi.t+(b)
_gmi.l=_gmi.l+(b)}
if(!IEDtD&&ie)_bwC=0;_gmi.h=hrgp[2]-_bwC
_gmi.w=hrgp[3]-_bwC
_gmi.pt=_pp[0]
_gmi.pl=_pp[1]
_gmi.ph=_pp[2]
_gmi.pw=_pp[3]}
spos(hrgm,_gmi.t,_gmi.l,_gmi.h,_gmi.w)}
_Cr=(ns6)?_n:"";hrs.cursor=_Cr
if(I[59]){if(I[59]=="hand"&&ns6)I[59]="pointer"
hrs.cursor=I[59];}
if(I[32]&&I[29])gmobj("img"+i).src=I[32]
if(I[3]&&I[3]!="M_doc*"&&I[24]&&I[48])gmobj("simg"+i).src=I[48]
if(_lnk&&!itemClicked){_lnk.oC=_lnk.style.color
if(I[6])_lnk.style.color=I[6];if(I[26])_lnk.style.textDecoration=I[26];}
if(I[53]){_gmi.className=I[53]
if(_lnk)_lnk.className=I[53]}
if(!itemClicked)if(I[5])_gmi.style.background=I[5];itemClicked=0
if(I[47])_gmi.style.backgroundImage="url("+I[47]+")";if(I[71]&&I[90])
{if(gmobj("sep"+i))gmobj("sep"+i).style.backgroundImage="url('"+I[90]+"')";}
if(!mac)
{if(I[44])_lnk.style.fontWeight="bold";if(I[45])_lnk.style.fontStyle="italic";}
if(ns7){if(I[0]!=6){myOpenMenu=I[0];var o=gmobj(menuVar+myOpenMenu);var s=o.style;if((s.maxHeight.replace('px','')<_m[myOpenMenu][0].length*20)&&(myOpenInterval==0)){if(s.visibility!=$6)s.visibility=$6
myOpenInterval=window.setInterval('growMenu('+myOpenMenu+')',1);}}}}
_kLm=_5($qe("6C4E756D"));function itemOff(){var g=arguments
var i=g[0]
if(i==-1)return;_gmi=gmobj("el"+i);if(!_gmi)return
if(_gmi.itemOn==0)return
_gmi.itemOn=0
_trueItemRef=-1
_gs=_gmi.style
var I=_mi[i];_tI=gmobj("img"+i)
if(_tI&&I[29])_tI.src=I[29]
if(I[3]&&I[24]&&I[48])gmobj("simg"+i).src=I[24]
_lnk=gmobj("lnk"+i)
if(_lnk){if(_startM||op)_lnk.oC=I[8]
if(I[34]!="header")_lnk.style.color=_lnk.oC
if(I[26])_lnk.style.textDecoration="none";if(I[33])_lnk.style.textDecoration=I[33];}
if(I[54]){_gmi.className=I[54]
if(_lnk)_lnk.className=I[54]}
if(I[7])_gs.background=I[7];if(I[9])_gs.border=I[9]
if(I[46])_gs.backgroundImage="url("+I[46]+")";if(I[71]){s_I=gmobj("sep"+i)
if(s_I)s_I.style.backgroundImage="url("+I[71]+")";}
if(!mac)
{if(I[44]&&(I[14]=="normal"||!I[14]))_lnk.style.fontWeight="normal";if(I[45]&&(I[13]=="normal"||!I[13]))_lnk.style.fontStyle="normal";}}
function closeMenusByArray(v){for(var a=0;a<v.length;a++){if(v[a]!=_mnu)
{_m3=_m[v[a]];if(_m3&&!(_m3[7]))menuDisplay(v[a],0)}}}
function getMenusToClose(){_st=-1;_en=_sm.length;_mm=_iP;if(_iP==-1)
{if(_sm[0]!=_masterMenu)return _sm;_mm=_masterMenu;}
for(_b=0;_b<_sm.length;_b++)
{if(_sm[_b]==_mm)_st=_b+1;if(_sm[_b]==_mnu)_en=_b;}
if(_st>-1&&_en>-1)
{_tsm=_sm.slice(_st,_en);}
return _tsm}
function _cm3(){_tar=getMenusToClose();closeMenusByArray(_tar);for(_b=0;_b<_tar.length;_b++)
{if(_tar[_b]!=_mnu)_sm=remove(_sm,_tar[_b]);}}
function _getDims(){_dB=_d.body;if(!_dB)return
_dBT=_dB.offsetTop
_dBL=_dB.offsetLeft
if(!op&&(_d.all||ns72)){_mc=_dB;if(IEDtD&&!mac&&!op7)_mc=_d.documentElement
if(!_mc)return;_bH=_mc.clientHeight;_bW=_mc.clientWidth;_sT=_mc.scrollTop;_sL=_mc.scrollLeft;if(konq)_bH=_W.innerHeight;}
else{_bH=_W.innerHeight;_bW=_W.innerWidth;if(ns6&&_d.documentElement.offsetWidth!=_bW)_bW=_bW-16
_sT=self.scrollY;_sL=self.scrollX
if(op)
{_sT=_dB.scrollTop;_sL=_dB.scrollleft;}}}
_fLm=_5($qe("6C55524C"));function c_openMenu(i){var I=_mi[i]
if(I[3]){_oldMC=I[39];I[39]=0;_oldMD=_menuOpenDelay;_menuOpenDelay=0;_gm=gmobj(menuVar+getMenuByName(I[3]));_ofMT=1
if(_gm.style.visibility==$6&&I[40])
{menuDisplay(getMenuByName(I[3]),0);itemOn(i);}
else
{_popi(i);}
_menuOpenDelay=_oldMD;I[39]=_oldMC;}
else
{if(I[2]&&I[39])_5(I[2])}}
function getOffsetValue(v){var vv=0;if(v)vv=v
if(isNaN(v)&&v.indexOf("offset=")==0)vv=$pU(v.substr(7,99));return vv}
function popup(){_itemRef=-1;var g=arguments
_MT=clearTimeOutFunc(_MT);_oMT=clearTimeOutFunc(_oMT);if(g[0]){_mnu=getMenuByName(g[0]);if(_mnu>=0&&!_m[_mnu].tooltip)closeAllMenus(_mnu)
_M=_m[_mnu]
if(!_M)return
if(!_M[23])BDMenu(_mnu)
_tos=0
if(g[2])_tos=g[2]
_los=0
if(g[3])_los=g[3]
_gm=gmobj(menuVar+_mnu)
if(!g[1]&&(_M[2]||_M[3])){_tP=_n
_lT=_n
if(!isNaN(_M[2]))_tP=_M[2]
if(!isNaN(_M[3]))_lT=_M[3]
spos(_gm,_tP,_lT)}
_sm[_sm.length]=_mnu
$pS=0;if(!_startM&&_M[13]=="scroll")$pS=1
if(g[1]){if(!_gm)return
_gp=gpos(_gm)
if(g[1]==1){if(_M[2])if(isNaN(_M[2]))_tos=getOffsetValue(_M[2]);else{_tos=_M[2];Y_=0}
if(_M[3])if(isNaN(_M[3]))_los=getOffsetValue(_M[3]);else{_los=_M[3];X_=0}
if(!_M[25]){if(Y_+_gp[2]+16>(_bH+_sT))_tos=_bH-_gp[2]-Y_+_sT-16
if(X_+_gp[3]>(_bW+_sL))_los=_bW-_gp[3]-X_+_sL-6}
spos(_gm,Y_+_tos,X_+_los);}
else{_po=gmobj(g[1])
_pp=gpos(_po)
if(!_M[25]){if(!$pS)if(_pp[0]+_gp[2]+16>(_bH+_sT))_tos=_bH-_gp[2]-_pp[0]+_sT-16
if(_pp[1]+_gp[3]>_bW+_sL)_los=_bW-_gp[3]-_pp[1]+_sL-2}
_ttop=(_pp[0]+_pp[2]+getOffsetValue(_M[2])+_tos)+_dBT
spos(_gm,_ttop,(_pp[1]+getOffsetValue(_M[3])+_los));if(g[4])_M.ttop=_ttop}
_ns6AP(_gm)}
_oldbH=-1;_zi=_zi+1
_oMT=clearTimeOutFunc(_oMT);_moD=(g[5])?g[5]:0;if(!_startM)_oMT=_StO("menuDisplay("+_mnu+",1)",_moD);_SoT(_mnu,1)
if($pS)_check4Scroll(_mnu)
_M[21]=-1;}}
function popdown(){_ofMT=1
_MT=_StO("closeAllMenus()",_menuCloseDelay)
_oMT=clearTimeOutFunc(_oMT);}
function BDMenu(m){if(op5||op6)return
if(_W.buildAfterLoad)createNewMenus(m)
_gm=gmobj(menuVar+m)
if(!_gm)return
if(!_m[m][23])spos(_gm,-9999)
innerText=_drawMenu(m,0)
_mcnt--
if(ns72)
innerText="<div style='border-right: solid 1px #C9CBCD;border-bottom:solid 1px #C9CBCD;'>"+innerText+"</div>"
_gm.innerHTML=innerText
_fixMenu(m)}
_masterMenu=-1
function _popi(i){if(_itemRef>-1&&_itemRef!=i)hmL(_mi[_itemRef][0])
var I=_mi[i]
if(!I[65])I[65]=0;I[3]=$tL(I[3])
_mopen=I[3];_mnu=getMenuByName(_mopen);var _M=_m[_mnu]
if(_M){if(_M[21]>-1&&_M[21]!=i)
{itemOff(_M[21])}
_M[21]=i;}
if(I[34]=="ToolTip")return;if(!I||_startM||inDragMode)return
_pMnu=_m[I[0]]
_MT=clearTimeOutFunc(_MT);if(_m[I[0]][7]&&_masterMenu!=I[0]&&!inEditMode){hmL(_masterMenu)
closeMenusByArray(_sm)
_oMT=clearTimeOutFunc(_oMT);_sm=[]
if(!_W.resetAutoOpen)_DC()}
if(_M&&!_M[23]&&_mopen)BDMenu(_mnu)
if(_oldel>-1){_gm=0;if(I[3]){_gm=gmobj(menuVar+getMenuByName(I[3]));if(_gm&&_gm.style.visibility==$6&&i==_oldel){itemOn(i,1)
return}}
if(_oldel!=i)_mOUt(_oldel)
_oMT=clearTimeOutFunc(_oMT);}
_cMT=clearTimeOutFunc(_cMT);_mnu=-1;_itemRef=i
showtip()
_trueItemRef=i
I=_mi[i]
_moD=(_M&&_M[28])?_M[28]:_menuOpenDelay
if(I[94])_moD=I[94]
horizMenu=0;if(_pMnu[9])
{horizMenu=1;if(!_W.horizontalMenuDelay)_moD=0}
itemOn(i,1);if(!_sm.length){_sm[0]=I[0];_masterMenu=I[0];}
_iP=getMenuByItem(i);if(_iP==-1)_masterMenu=I[0];_cMT=_StO("_cm3()",_moD);if(_mopen&&I[39]){_gm=gmobj(menuVar+_mnu);if(_gm&&_gm.style.visibility==$6)
{_cMT=clearTimeOutFunc(_cMT);_tsm=_sm[_sm.length-1];if(_tsm!=_mnu)menuDisplay(_tsm,0);}}
if(_W.forgetClickValue)inopenmode=0;if(_mopen&&(!I[39]||inopenmode)&&I[34]!="tree"&&I[34]!="disabled"){_getDims()
_pm=gmobj(menuVar+I[0]);_pp=gpos(_pm);_mnu=getMenuByName(_mopen);if(I[41])_M[10]=1
if(_pMnu.kAm!=_n&&_pMnu.kAm+" "!=$u)
{_sm[_sm.length]=_pMnu.kAm}
_pMnu.kAm=_n
if(_M&&_M[10])
{_pMnu.kAm=_mnu}
if(_mnu>-1){_oMT=_StO("menuDisplay("+_mnu+",1)",_moD);_mnO=gmobj(menuVar+_mnu);_mp=gpos(_mnO)
_gmi=gmobj("el"+i)
if(!horizMenu&&mac)_gmi=gmobj("pTR"+i)
_gp=gpos(_gmi);if(horizMenu){_left=_gp[1]
_top=_pp[0]+_pp[2]-I[65]}
else{_left=_pp[1]+_pp[3]-I[65]
_top=_gp[0]}
if(sfri){if(_pMnu[14]=="relative"){_left=_left+_dBL
_top=_top+_dBT}}
if(!horizMenu&&_pMnu[13]=="scroll"&&!op)
{_top=(ns6&&!ns7)?_top-gevent:_top-_pm.scrollTop}
if(!_M[25]){if(!horizMenu&&(!_M[2]||isNaN(_M[2]))){_hp=_top+_mp[2]
if(_hp>_bH+_sT)
{_top=(_bH-_mp[2])+_sT-4}}
if(_M[2]!=_n){if(isNaN(_M[2])&&_M[2].indexOf("offset=")==0)
{_top=_top+getOffsetValue(_M[2])}
else
{_top=_M[2];}}
if(_M[3]!=_n){if(isNaN(_M[3])&&_M[3].indexOf("offset=")==0)
{_left=_left+getOffsetValue(_M[3])}
else
{_left=_M[3]}}
if(_left+_mp[3]+3>_bW+_sL){if(!horizMenu&&(_pp[1]-_mp[3])>0)
{_left=_pp[1]-_mp[3]-_subOffsetLeft+_pMnu[6][65]}
else{if(_bW<=798){if(ns72)
_mnO.style.borderRight='0px';}}}
else{if(ns72)
_mnO.style.borderRight='1px solid rgb(102,102,102)';}}
if(horizMenu){if(_M[11]=="rtl"||_M[11]=="uprtl"){_mp[3]=209
_left=_left-_mp[3]+_gp[3]+_pMnu[6][65]}
if(_M[11]=="up"||_M[11]=="uprtl"||(_pMnu[5]&&_pMnu[5].indexOf("bottom")!=-1))
{_top=_pp[0]-_mp[2]-1-getOffsetValue(_M[2])}}
else{if(_M[11]=="rtl"||_M[11]=="uprtl")_left=_pp[1]-_mp[3]-(_subOffsetLeft*2)
if(_M[11]=="up"||_M[11]=="uprtl")
{_top=_gp[0]-_mp[2]+_gp[2]-getOffsetValue(_M[2])}
_top+=_subOffsetTop
_left+=_subOffsetLeft}
if(ns60){_left-=_pMnu[6][65]
_top-=_pMnu[6][65]}
if(mac){_left-=_pMnu[12]+_pMnu[6][65]
_top-=_pMnu[12]+_pMnu[6][65]}
if(sfri||op){if(horizMenu)
{_left-=_pMnu[6][65]}
else
{_top-=_pMnu[6][65]}}
if(horizMenu&&ns6&&_W.fixMozillaZIndex)_left-=_sL
if(_left<0)_left=0
if(_top<0)_top=0
if(ns6&&_M[14]=="fixed")
{if(!_m[getParentMenuByItem(i)])_top-=_sT}
spos(_mnO,_top,_left);if(_M[5])_setPosition(_mnu)
if(!_startM&&_M[13]=="scroll")_check4Scroll(_mnu)
_zi++;if(_sm[_sm.length-1]!=_mnu)_sm[_sm.length]=_mnu}}
isEditMode(i)
_setPath(_iP);_oldel=i;if(_ofMT==0)_oMT=clearTimeOutFunc(_oMT);_ofMT=0;}
_sBarW=0;function _check4Scroll(m){if(op)return;_M=_m[m]
if(!_M)return
if(_M.ttop){_o4s=_M[2]
_M[2]=_M.ttop}
if(_M[2])horizMenu=1
_gm=gmobj(menuVar+m);if(!_gm||_M[9])return
_mp=gpos(_gm)
_gmt=gmobj("tbl"+m);_gt=gpos(_gmt)
_MS=_M[6]
_Bw=_MS[65]*2
_Mw=_M[12]*2
_smt=_gt[2]
if(horizMenu)_smt=_gt[2]+_gt[0]-_sT
if(_smt<_bH-16){_gm.style.overflow="";_top=_n
if(!horizMenu&&(_gt[0]+_gt[2]+16)>(_bH+_sT))
{_top=(_bH-_gt[2])+_sT-16}
if(!_M[24])spos(_gm,_top);if(!_M[24]){if(_M.ttop)_M[2]=_o4s
return}}
_gm.style.overflow="auto";_sbw=_gt[3];spos(_gm,_n,_n,50,40);if(!_gm.$BW)_gm.$BW=_gm.offsetWidth-_gm.clientWidth
$BW=_gm.$BW
if(mac)$BW=18
if(IEDtD)
{_sbw+=$BW-_Bw}
else{if(ie)_sbw+=$BW+_Mw;else _sbw+=$BW-_Bw
if(ns6&&!ns7)_sbw=_gt[3]+15;}
_top=_n
if(horizMenu)
{_ht=_bH-_gt[0]-16+_sT}
else{_ht=_bH-14
_top=6+_sT}
_left=_n
if(!_M[25]&&_mp[1]+_sbw>(_bW+_sL))_left=(_bW-_sbw)-2
if(_M[2]&&!isNaN(_M[2])){_top=_M[2]
_ht=(_bH+_sT)-_top-6
if(_ht>_gt[2])_ht=_gt[2]}
if(_M[24])_ht=_M[24]
if(ns7)_ht=_ht-_Bw-10
if(_ht>0){if(_M[24])_top=_n
spos(_gm,_top,_left,_ht+2-_M[12],_sbw);if(_M[24]&&!_M[25]){_mp=gpos(_gm)
if(_mp[0]+_mp[2]-_sT>_bH)
{_top=_mp[0]-_mp[2]}
spos(_gm,_top);}
_ns6AP(_gm)}
if(_M.ttop)_M[2]=_o4s}
function _setPath(p){if(p>-1){var c=_m[p][21];while(c>-1){var i=_mi[c]
if(i[34]!="tree")itemOn(c);if(c==_m[i[0]][21])return
c=_m[i[0]][21];}}}
function startClose(){if(_W.inResizeMode>-1)return
_mot=_StO('_mOUt(this._itemRef)',10)
_MT=_StO("_AClose()",_menuCloseDelay);_ofMT=1;focusedMenu=-1}
function _AClose(){if(inEditMode)return
_ns6B=_ns6B.substr(0,4)
if((_ps>20040600&&_ps<20041100)&&_ns6B=="mmli"||_ns6B==menuVar)return
if(_ofMT==1)
{myOpenMenu=-1;closeAllMenus();inopenmode=0;}}
function stopClose(s){if(_W.inResizeMode>-1)return
_mot=clearTimeOutFunc(_mot);_MT=clearTimeOutFunc(_MT);_ofMT=0;focusedMenu=s
doMenuResize(focusedMenu)}
function _setCPage(i){if(i[18])i[8]=i[18];if(i[19])i[7]=i[19];if(i[56])i[29]=i[56];if(i[69])i[46]=i[69];if(i[85]&&i[3])i[24]=i[85]
if(i[72])i[54]=i[72]
if(i[75])i[9]=i[75]
if(i[92])i[71]=i[92]
if(i[102])i[6]=i[102]
i.cpage=1}
function _getCurrentPage(i){_hrF=_L.pathname+_L.search
_hx=_Lhr.split("/")
_fNm="/"+_hx[_hx.length-1]
var I=_mi[i]
var t=0
if(I[77])if(_hrF.indexOf(I[77])>-1)t=1
if(I[2])
{var u=I[2];if(_hrF==u||_hrF==u+"/"||u==_Lhr||u+"/"==_Lhr||_fNm=="/"+u)t=1}
if(t==1){_setCPage(I)
_cip[_cip.length]=i;}}
function _cA(_N,_O,i){var I=_mi[i]
if(I[_N]){_tmp=I[_N]
I[_N]=I[_O]
I[_O]=_tmp}
else return
var g=gmobj("el"+i)
g.itemOn=1
if(_N==81&&I[7]){g.style.background=I[7]
itemClicked=1}
if(_N==80&&I[8]&&I[1]){gmobj("lnk"+i).oC=I[8]
gmobj("lnk"+i).style.color=I[8]
itemClicked=1}
if(_N==87&&I[54]){g.className=I[54]
if(_lnk)_lnk.className=I[54]}
if(_N==88&&I[46]){g.style.backgroundImage="url("+I[88]+")"
itemOff(i)}
if(_N==91&&I[71])
{gmobj("sep"+i).style.backgroundImage="url("+I[91]+")"}
_gm=gmobj("simg"+i)
if(_gm&&_N==83&&I[24]&&I[3])_gm.src=I[24]
_gm=gmobj("img"+i)
if(_gm&&_N==82&&I[29])_gm.src=I[29]}
function _caA(i){_cA(80,8,i)
_cA(81,7,i)
_cA(82,29,i)
_cA(83,24,i)
_cA(87,54,i)
_cA(88,46,i)
_cA(91,71,i)}
itemClicked=0
function clickAction(i){var I=_mi[i]
_M=_m[I[0]]
_i=_itemRef
if(!I[3]&&!I[34])closeAllMenus()
_itemRef=_i
if(_M[11]=="tab"){var tm=getMenuByName(I[3])
if(tm){if(_M.Tm&&_M.Tm!=tm){_m[_M.Tm][7]=0
menuDisplay(_M.Tm,0)
gmobj("el"+_M.Ti).itemOn=1
_caA(_M.Ti)
itemOff(_M.Ti)}
if(_M.Tm!=tm)_caA(i);_M.Tm=tm
_M.Ti=i
if(_M.Tm)_m[_M.Tm][7]=1}}
else
{_caA(i)}
_oTree()
if(I[62])return _5(I[62])
mmClick()
if(I[2]&&I[57]){_ww=open(I[2],I[35],I[57])
_ww.focus()
return false}
if(I[2]){if(I[34]=="html")_Lhr=I[2]
if(gmobj("mmlink"+I[0]).tagName=="DIV")_L.href=I[2]
if(I[104])
{var method="GET";var lhref="&link="+escape(I[2]);var lname="&linkname="+escape(I[104]);var theText=escape(I[1]);var ltext="&linktext="+theText;var dref="&title="+document.title;var dlink="&basepage="+window.location.href;var cb="&cb="+(new Date()).getTime();var url=vs_filename+lhref+lname+ltext+dref+dlink+cb;var imObj=new Image();imObj.src=url;return true;}
return}
inopenmode=0;if(I[39])
{inopenmode=1;c_openMenu(i)}
return}
function _getLink(I,_gli,_M){if(!I[1])return""
_Ltxt=I[1]
_TiH=((I[34]=="header"||I[34]=="form"||I[34]=="dragable"||I[86])?1:0);_ofc=(I[8]?"color:"+I[8]:"")
if(!_TiH&&I[58]&&!I.cpage)_ofc=""
_fsize=(I[12]?";font-Size:"+I[12]:"");_fstyle=(I[13]?";font-Style:"+I[13]:";font-Style:normal");_fweight=(I[14]?";font-Weight:"+I[14]:";font-Weight:normal");_ffam=(I[15]?";font-Family:"+I[15]:"");_tdec=(I[33]?";text-Decoration:"+I[33]:";text-Decoration:none;");_disb=(I[34]=="disabled"?"disabled":"");_clss=" "
if(I[54]){_clss=" class='"+I[54]+"' "
if(!I[33])_tdec=" "
if(!I[13])_fstyle=" "
if(!I[14])_fweight=" "}
else if(I[58])
{_clss=" class='"+_m[_mi[_gli][0]][6].linkclass+"' "}
_tpee=" "
_tpe="a"
if(_TiH||!I[2])_tpe="div"
if(_tpe!="a")_tpee=" onclick=clickAction("+_gli+") "
_rawC=(I[78]?I[78]:"");_padd=""
if(_M[8])_padd+=";text-align:"+_M[8];else
if(I[36])_padd+=";text-align:"+I[36];_tpe+=_tabnx
_link="<"+_tpe+_tpee+" name='"+I[104]+"' onfocus='_iF0C("+_gli+")'  href='"+I[2]+"' "+_disb+_clss+" id=lnk"+_gli+" style='border:none;background:transparent;display:block;"+_ofc+_ffam+_fweight+_fstyle+_fsize+_tdec+_rawC+_padd+"'>"+_Ltxt+"</"+_tpe+">";return _link;}
function hmL(_mn){_hm=gmobj("mmlink"+_mn)
if(_hm)_hm.style.visibility=$5}
function _mOUt(i){var I=_mi[i]
if(!I)return
_oMT=clearTimeOutFunc(_oMT);hidetip();if(i>-1)hmL(I[0])
itemOff(i,1)
o_IR=_itemRef
_itemRef=i
if(I&&I[43])_5(I[43]);_itemRef=o_IR}
function _iniIF(M){var m=_m[M]
if(m&&!m.lD){m.Q=clearTimeOutFunc(m.Q)
m.Z=clearTimeOutFunc(m.Z)
m.Q=_StO("imgfix("+M+")",500);m.Z=_StO("imgfix("+M+")",80)
m.lD=1}}
function imgfix(_mnu){var M=_m[_mnu]
if(M&&M[13]!="scroll")
{_fixMenu(_mnu);if(M[5])_setPosition(_mnu);}
else
{_check4Scroll(_mnu)}}
function _getItem(i,_Tel){_it=""
_el=_Tel
var I=_mi[_el]
_mnu=I[0];var _M=_m[_mnu]
if(_M[11]=="tab")I[39]=1
_getCurrentPage(_el);if(I[34]=="header"){if(I[20])I[8]=I[20]
if(I[21])I[7]=I[21]
if(I[74])I[9]=I[74]}
_ofb=(I[46]?"background-image:url("+I[46]+");":"");if(!_ofb)_ofb=(I[7]?"background:"+I[7]+";":"");actiontext=" onmouseover=_popi("+_Tel+") "
_link=_getLink(I,_el,_M)
_iheight="height:100%;"
if(_M[18])_iheight="height:"+$pX(_M[18])
if(I[28])_iheight="height:"+$pX(I[28])
_clss=""
if(I[54])_clss=" class='"+I[54]+"' "
if(horizMenu)
{if(i==0)_it+="<tr>";if(I[50])I[27]=I[50]}
else{if(I[49])I[27]=I[49]
if(_M[26]&&!I[97]){if(i==0||(_M[26]==_rwC))
{_it+="<tr id=pTR"+_el+">";_rwC=0}
_rwC++}
else
{_it+="<tr id=pTR"+_el+">";}}
_subC=0;if(I[3]&&I[24])_subC=1;_timg="";_bimg="";if(I[34]=="tree"){if(I[3])
{_M[8]="top";I[30]=" top";}
else{if(I[79]){_subC=1
I[24]=I[79]
I[3]="M_doc*"}}}
if(I[29]){_imalgn="";if(I[31])_imalgn=" align="+I[31];_imvalgn="";if(I[30])_imvalgn=" valign="+I[30];_imcspan="";if(_subC&&_imalgn&&I[31]!="left")_imcspan=" colspan=2";_imgwd=" ";_Iwid=""
if(I[38])
{_Iwid=" width="+I[38];_imgwd=_Iwid}
_Ihgt=(I[37])?" height="+I[37]:"";_impad=(I[60])?" style='padding:"+$pX(I[60])+"'":"";_alt=(I[76])?" alt='"+I[76]+"'":"";_timg="<td id=_imgO"+_el+" "+_imcspan+_imvalgn+_imalgn+_imgwd+_impad+">"+(I[84]?"<a href='"+I[84]+"'>":"")+"<img onload=_iniIF("+_mnu+",this) border="+(I[89]?I[89]:0)+" style='display:block' "+_Iwid+_Ihgt+_alt+" id=img"+_el+" src='"+I[29]+"'>"+(I[84]?'</a>':'')+"</td>";if(I[30]=="top")_timg+="</tr><tr>";if(I[30]=="right")
{_bimg=_timg;_timg="";}
if(I[30]=="bottom")
{_bimg="<tr>"+_timg+"</tr>";_timg=""}}
_padd=(I[11]?";padding:"+$pX(I[11]):"");if(!I[1])_padd=""
_algn=""
if(_M[8])_algn+=" align="+_M[8];if(I[61])_algn+=" valign="+I[61];_offbrd=""
if(I[9])_offbrd="border:"+I[9]+";"
_nw=" nowrap ";_iw="";if(!horizMenu&&_M[17])_iw=_M[17];if(_M[4])_iw=_M[4];if(I[55])_iw=I[55];if(I[55]!=_M[6].itemwidth)_iw=I[55];if(isNaN(_iw)&&_iw.indexOf("%")>-1)_iw=Math.ceil(100/_M[0].length)+"%"
if(_M[31])_nw="";if(_iw){_nw=""
_iw=" width="+_iw}
if(I[97])
{_iw+=" colspan="+I[97];_rwC=_M[26]}
if(_subC||I[29]){_Limg=""
_Rimg=""
_itrs=""
_itre=""
if(I[3]&&I[24]){var _subIR=0
_img="<img id=simg"+_el+" onload=_iniIF("+_mnu+",this) src='"+I[24]+"'>"
_simgP=""
if(I[22])_simgP=";padding:"+$pX(I[22])
_imps="width=1"
if(I[23]){_iA="width=1"
_ivA=""
_imP=I[23].split(" ")
for(var a=0;a<_imP.length;a++){if(_imP[a]=="left")_subIR=1
if(_imP[a]=="right")_subIR=0
if(_imP[a]=="top"||_imP[a]=="bottom"||_imP[a]=="middle"){_ivA="valign="+_imP[a]
if(_imP[a]=="bottom")_subIR=0}
if(_imP[a]=="center"){_itrs="<tr>"
_itre="</tr>"
_iA="align=center width=100%"}}
_imps=_iA+" "+_ivA}
_its=_itrs+"<td "+_imps+" style='font-size:1px"+_simgP+"'>"
_ite="</td>"+_itre;if(_subIR)
{_Limg=_its+_img+_ite}
else
{_Rimg=_its+_img+_ite}}
_it+="<td "+_iw+" id=el"+_el+actiontext+_clss+" style='padding:0px;"+_offbrd+_ofb+_iheight+";'>";_pw=" width=100% "
if(_W.noSubImageSpacing)_pw=""
_it+=_TbS+_pw+" height=100% id=MTbl"+_el+">";_it+="<tr id=td"+_el+">";_it+=_Limg
_it+=_timg;if(_link)
{_it+="<td "+_pw+_nw+_algn+" style='"+_padd+"'>"+_link+"</td>";}
_it+=_bimg;_it+=_Rimg
_it+="</tr>";_it+="</table>";_it+="</td>";}
else
{if(_link)_it+="<td "+_iw+_clss+_nw+" id=el"+_el+actiontext+_algn+" style='"+_padd+_offbrd+_iheight+_ofb+"'>"+_link+"</td>";}
var _sepadd="";if((_M[0][i]!=_M[0][_M[0].length-1])&&I[27]>0){_3dBorderProperty=""
if(!I[10])I[10]=I[8]
_sbg=";background:"+I[10];if(I[71])_sbg=";background-image:url("+I[71]+");";if(horizMenu){if(I[49]){_sepA="middle"
if(I[52])_sepA=I[52];_sepadd="";if(I[51])_sepadd="style=padding:"+$pX(I[51])
_it+="<td id=sep"+_el+" nowrap "+_sepadd+" valign="+_sepA+" align=left width=1px><div style='font-size:1px;width:"+$pX(I[27])+";height:"+$pX(I[49])+";"+_3dBorderProperty+_sbg+";'></div></td>";}
else{if(I[16]&&I[17]){_bwid=I[27]/2
if(_bwid<1)_bwid=1
_brdP=_bwid+"px solid "
_3dBorderProperty+="border-right:"+_brdP+I[16]+";";_3dBorderProperty+="border-left:"+_brdP+I[17]+";";_3dBorderProperty=""
if(mac||sfri||(ns6&&!ns7))
{_it+="<td style='width:"+$pX(I[27])+"empty-cells:show;"+_3dBorderProperty+"'></td>"}
else{_iT=_TbS+"><td></td></table>"
if(ns6||ns7)_iT=""
_it+="<td style='empty-cells:show;"+_3dBorderProperty+"'>"+_iT+"</td>"}}
else
{if(I[51])_sepadd="<td nowrap width="+$pX(I[51])+"></td>";_it+=_sepadd+"<td id=sep"+_el+" style='padding:0px;width:"+$pX(I[27])+_3dBorderProperty+_sbg+"'>"+_TbS+" width="+I[27]+"><td style=padding:0px;></td></table></td>"+_sepadd}}}
else{if(I[16]&&I[17]){_bwid=I[27]/2
if(_bwid<1)_bwid=1
_brdP=_bwid+"px solid "
_3dBorderProperty="border-bottom:"+_brdP+I[16]+";";_3dBorderProperty+="border-top:"+_brdP+I[17]+";";if(mac||ns6||sfri||konq||IEDtD||op)I[27]=0}
if(I[51])_sepadd="<tr><td height="+I[51]+"></td></tr>"
_sepW="100%";if(I[50])_sepW=I[50];_sepA="center"
if(I[52])_sepA=I[52];if(!mac)_sbg+=";overflow:hidden";_it+="</tr>"+_sepadd+"<tr><td style=padding:0px; id=sep"+_el+" align="+_sepA+"><div style='"+_sbg+";"+_3dBorderProperty+"width:"+$pX(_sepW)+";padding:0px;height:"+$pX(I[27])+"font-size:1px;'></div></td></tr>"+_sepadd+"";}}
if(I[34]=="tree"){if(ie&&!mac)
{_it+="<tr id=OtI"+_el+" style='display:none;'><td></td></tr>";}
else
{_it+="<tr><td style='height:0px;' valign=top id=OtI"+_el+"></td></tr>"}}
return _it}
function _fixMenu($U){$M=_m[$U]
if(!mac&&!$M[14])return
_gm=gmobj(menuVar+$U);if(_gm){_gmt=gmobj("tbl"+$U);if(_gmt){$S=_gm.style
$T=_gmt.offsetWidth
if($M[14]=="relative"||$M[13]=="scroll")$S.width=$T+"px";if(mac){_cor=($M[12]*2+$M[6][65]*2)
_MacA=gpos(_gmt)
if(_MacA[2]==0&&_MacA[3]==0){_StO("_fixMenu("+$U+")",200);return}
if(IEDtD)_cor=0
$S.overflow=$5
$S.height=$pX(_MacA[2]+_cor)
$S.width=$pX(_MacA[3]+_cor)}}}}
gevent=0;function getEVT(evt,_mnu){if(evt.target.tagName=="TD")
{_egm=gmobj(menuVar+_mnu);gevent=evt.layerY-(evt.pageY-_dBT)+_egm.offsetTop;}}
function $pX(){var g=arguments;var x=g[1]?"":";"
var p=(!isNaN(g[0]))?g[0]+="px"+x:g[0]+x
return p;}
function _eMD(d){_it=d.split(":");return _it[1].replace(/;/g,"")}
function createNewMenus(){_getDims();_startM=0
for(var y=_mcnt;y<_m.length;y++){var M=_m[y]
var o=_d.createElement("div")
o.id="menu"+y
o.onmouseout=new Function("startClose()");o.onmouseover=new Function("stopClose("+y+")");o.onselectstart=new Function("return _f");if(_dB.appendChild){_dB.appendChild(o)
_drawMenu(y,0)
o.className=_cls
var n=o.style
if(_padd)n.padding=_eMD(_padd)
if(M[17])n.width=M[17]+"px"
if(M[24])n.height=M[24]+"px"
if(_ofb)n.background=_eMD(_ofb)
if(_borderProperty)n.border=_eMD(_borderProperty)
o.style.zindex=999
o.style.visibility=_visi
if(_posi)n.position=_eMD(_posi)
if(_top)n.top=_eMD(_top)
if(_left)n.left=_eMD(_left)
if(_bgimg)n.backgroundImage=_eMD(_bgimg);if(_mbgc)n.background=_eMD(_mbgc)
M[23]=0}}}
_ifc=0
_fSz="'>"
function _drawMenu(){var g=arguments
_mnu=g[0]
_begn=g[1]
_mcnt++
var _M=_m[_mnu];_BAL=g[2]
if(_BAL&&_M[7]==null)return
_mt="";if(!_M)return
if(_W.noTabIndex)_tabnx=" tabindex=-1 ";else _tabnx="";_MS=_M[6]
_tWid="";_top="";_left="";if(_M[7]==0)_M[7]=_n;if((!_M[14])&&(!_M[7]))_top="top:-"+$pX(_aN);if(_M[2]!=_n)if(!isNaN(_M[2]))_top="top:"+$pX(_M[2]);if(_M[3]!=_n)if(!isNaN(_M[3]))_left="left:"+$pX(_M[3]);_mnuHeight="";if(_M[18])_mnuHeight=_M[18];if(_M[24])_mnuHeight=_M[24];if(_M[9]=="horizontal"||_M[9]==1)
{_M[9]=1;horizMenu=1;}
else
{_M[9]=0;horizMenu=0;}
if(_mnuHeight)_mnuHeight=" height="+_mnuHeight
_ofb="";if(_MS.offbgcolor)_ofb="background:"+_MS.offbgcolor;_borderProperty="";_brdP="";var bw="";if(_MS[65]||_MS[65]==0){_brdsty=_MS[64]?_MS[64]:"solid";_brdcol=_MS.offcolor?_MS.offcolor:"";if(_MS[63])_brdcol=_MS[63]
if(_MS[65]||_MS[65]==0)bw=_MS[65]
_brdP=bw+"px "+_brdsty+" "
_borderProperty="border:"+_brdP+_brdcol+";";}
_Mh3=_MS.high3dcolor
_Ml3=_MS.low3dcolor
if(_Mh3&&_Ml3){_h3d=_Mh3
_l3d=_Ml3
if(_MS.swap3d){_h3d=_Ml3
_l3d=_Mh3}
_brdP=bw+"px solid "
_borderProperty="border-bottom:"+_brdP+_h3d+";";_borderProperty+="border-right:"+_brdP+_h3d+";";_borderProperty+="border-top:"+_brdP+_l3d+";";_borderProperty+="border-left:"+_brdP+_l3d+";";}
_ns6ev="";if(_M[13]=="scroll"&&ns6&&!ns7)_ns6ev="onmousemove='getEVT(event,"+_mnu+")'";_bgimg="";if(_MS.menubgimage)_bgimg=";background-image:url("+_MS.menubgimage+");";if(!_M[14]&&!_M[7]&&_W.fixMozillaZIndex&&ns6)_M[14]="fixed";_posi=B$;if(_M[14]){_posi=_M[14]
if(_M[14]=="fixed"&&!ns6)_posi=B$}
_padd="padding:0px;"
if(_M[12])_padd=";padding:"+$pX(_M[12]);_cls="mmenu"
if(_MS.offclass)_cls=_MS.offclass
if(_posi)_posi="position:"+_posi;_visi=$5
_mbgc=""
if(_begn==1){_hght="";if(_M[17])_hght=";width:"+$pX(_M[17])
if(_M[24])_hght+=";height:"+$pX(_M[24])
if(_MS.menubgcolor)_mbgc=";background-color:"+_MS.menubgcolor
if(_M[11]=="rtl")_padd+="direction:rtl;";_mali=""
if(_M[20])_mali=";text-align="+_M[20];if((_mnu!=6)&&(ns72))
{_mt+="<div class='"+_cls+"' onmouseout=startClose() onmouseover=stopClose("+_mnu+") onselectstart='return 0' "+_ns6ev+" id=menu"+_mnu+" style='"+_padd+_ofb+";border-left: solid 1px #C9CBCD;border-right:solid 1px #666666;border-bottom:solid 1px #666666;"+_hght+"z-index:999;visibility:"+_visi+";"+_posi+";"+_top+";"+_left+_bgimg+_mbgc+_mali+"'>";}
else
_mt+="<div class='"+_cls+"' onmouseout=startClose() onmouseover=stopClose("+_mnu+") onselectstart='return 0' "+_ns6ev+" id=menu"+_mnu+" style='"+_padd+_ofb+";"+_borderProperty+_hght+"z-index:999;visibility:"+_visi+";"+_posi+";"+_top+";"+_left+_bgimg+_mbgc+_mali+"'>";}
if(_M[7]||!_startM||(op5||op6)||_W.buildAllMenus){_M[23]=1
if(!(mac)&&ie)_fSz="font-size:999px;'> ";_rwC=0;if(horizMenu)
{if(_M[26]>1)_rwC=Math.ceil(_M[0].length/_M[26]);_rwT=_rwC}
else
{if(_M[4])_tWid=_M[4]}
_mali=""
if(_M[20])_mali=" align="+_M[20];if(_tWid)_tWid=" width="+_tWid
_mt+=_TbS+_mnuHeight+_tWid+" id=tbl"+_mnu+_mali+">";for(_b=0;_b<_M[0].length;_b++){_mt+=_getItem(_b,_M[0][_b]);_el++
if(horizMenu&&_rwC>1){if(_b+1==_rwT)
{_mt+="</tr><tr>";_rwT=_rwT+_rwC}}}
if(mac&&!horizMenu)_mt+="<tr><td id=btm"+_mnu+"></td></tr>";_mt+="</table>"+" ";_tpe=((ns61&&_M[6].type=="tree")?"div":"a");_tpe+=_tabnx
_mt+="<"+_tpe+" name=mM1 id=mmlink"+_mnu+" href=# onmouseout=hidetip() onclick='return clickAction(this._itemRef);' onmouseover='moan(this);_mot=clearTimeOutFunc(_mot)' style='outline:none;line-height:normal;background:transparent;text-decoration:none;height:1px;width:1px;overflow:hidden;position:"+B$+";"+_fSz+"</"+_tpe+">"}
else{if(_begn==1)for(_b=0;_b<_M[0].length;_b++){_getCurrentPage(_el)
_el++}}
if(_begn==1)_mt+="</div>";if(_begn==1)_d.write(_mt);else return _mt;if(_M[7]){_M[22]=gmobj(menuVar+_mnu)
if(ie55)drawiF(_mnu);}
else
{if(ie55&&_ifc<_mD)drawiF(_mnu);_ifc++}
if(_M[19]){_M[19]+=0
_M[19]=_M[19].toString()
_fs=_M[19].split(",")
if(!_fs[1])_fs[1]=50
if(!_fs[2])_fs[2]=2
_M[19]=_fs[0]
followScroll(_mnu,_fs[1],_fs[2])}
if(_mnu==_m.length-1||(_BAL&&_M[7]))
{_mst=clearTimeOutFunc(_mst);_mst=_StO("_MScan()",50);_getCurPath();}}
$S2="6D696C6F6E6963"
function _getCurPath(){if(!_W.disablePagePath){if(_cip.length>0){for(_c=0;_c<_cip.length;_c++){_ci=_cip[_c];_mni=getParentItemByItem(_ci);if(_mni==-1)_mni=_ci
if(_mni+" "!=$u){while(_mni!=-1){var I=_mi[_mni]
_setCPage(I)
_gi=gmobj("el"+_mni)
if(_gi)_gi.itemOn=1
itemOff(_mni);_omni=_mni
_mni=getParentItemByItem(_mni);if(_mni==_omni||_mni+" "==$u)_mni=-1}}}}}}
function _gOfs(V,n){var S=[];if(isNaN(V[n])&&V[n].indexOf("offset=")==0){S[0]=V[n].substr(7,99);var m=S[0].indexOf(";minimum=")
if(m>-1)
{S[1]=S[0].substr(m+9,99);S[0]=S[0].substr(0,m);}
V[n]=_n;}
return S}
function _setPosition(m){var _M=_m[m]
if(_M[5]){_gm=gmobj(menuVar+m);if(!_gm)return
_gp=gpos(_gm);_LoM=0;if(!_gm.leftOffset){_oSA=_gOfs(_M,3);_gm.leftOffset=_oSA[0]
_gm._LoM=_oSA[1]}
_lft=_n;if(!_M[3])
{if(_M[5].indexOf("left")!=-1)_lft=0;if(_M[5].indexOf("center")!=-1)_lft=(_bW/2)-(_gp[3]/2);if(_M[5].indexOf("right")!=-1)_lft=(_bW-_gp[3]);if(_gm.leftOffset)_lft=_lft+$pU(_gm.leftOffset);}
_ToM=0;if(!_gm.topOffset){_oSA=_gOfs(_M,2);_gm.topOffset=_oSA[0]
_gm._ToM=_oSA[1]}
_tp=_n;if(!_M[2]>=0)
{_tp=_n;if(_M[5].indexOf("top")!=-1)_tp=0;if(_M[5].indexOf("middle")!=-1)_tp=(_bH/2)-(_gp[2]/2);if(_M[5].indexOf("bottom")!=-1)_tp=_bH-_gp[2];if(_gm.topOffset)_tp=_tp+$pU(_gm.topOffset);}
if(_lft<0)_lft=0
if(_lft<_gm._LoM)_lft=_gm._LoM
if(_tp)_tp=$pU(_tp)
if(_lft)_lft=$pU(_lft)
spos(_gm,_tp,_lft);if(_M[19])_M[19]=_tp
if(_M[7])_SoT(m,1)
_gm._tp=_tp}}
function followScroll(m,c,r){if(!_startM&&!inDragMode){var _M=_m[m]
_fogm=_M[22]
_fgp=gpos(_fogm)
_tt=(_sT>_M[2]-_M[19])?_sT-(_sT-_M[19]):_M[2]-_sT
if(_fgp&&_fgp[0]-_sT!=_tt){diff=_sT+_tt
_rcor=(diff-_fgp[0]<1)?r:-r
_fv=$pU((diff-_rcor-_fgp[0])/r)
if(r==1)_fv=$pU((diff-_fgp[0]))
if(_fv!=0)diff=_fgp[0]+_fv
spos(_fogm,diff);if(_fgp._tp)_M[19]=_fgp._tp
if(ie55){_fogm=gmobj("ifM"+m)
if(_fogm)spos(_fogm,diff);}}}
_fS=_StO("followScroll('"+m+"',"+c+","+r+")",c)}
function $qe(s){var x=s.split("")
var q=""
for(var a=0;a<s.length;a++){q+="%"+x[a]+x[a+1]
a++}
return unescape(q)}
$S1="687474703A2F2F7777772E"
function _MScan(){_getDims();if(_bH!=_oldbH||_bW!=_oldbW){_tMR()
for(var a=0;a<_m.length;a++){if(_m[a]&&_m[a][7]){_fixMenu(a);menuDisplay(a,1)
if(_m[a][13]=="scroll")_check4Scroll(a)}}
for(var a=0;a<_m.length;a++){if(_m[a]&&_m[a][5])
{_setPosition(a);}}}
if(_startM){_mnuD=0
stopClose(-1)
_ofMT=1}
_startM=0;_oldbH=_bH;_oldbW=_bW;_cL()
if(op)
{_oldbH=0;_oldbW=0;}
_mst=_StO("_MScan()",50);}
function drawiF(_mnu){if(_W._CFix)return
_mnuV="ifM"+_mnu;if(!_m[_mnu][7]){_mnuV="iF"+_mnuD
_mnuD++}
_d.write("<iframe class=mmenu FRAMEBORDER=0 id="+_mnuV+_tabnx+" src='javascript:false' style='filter:Alpha(Opacity=0);width:1px;height:1px;top:-9px;position:"+B$+";'></iframe>")}
milonicBuildData=1234567;if(!(op5||op6))_5("setIn"+$qe("74657276616C28275F634C282927")+","+_aN+")")
function _SoT(_mnu,_on){var _M=_m[_mnu]
if(ns6||_M.treemenu||_M[14]=="relative"||_W._CFix||!_M[22])return
if(ie55){if(_on){if(_M[7])
{_iFf="iFM"+_mnu}
else
{_iFf="iF"+_mnuD}
if(_M.ifr)_iF=_M.ifr;else
_iF=gmobj(_iFf)
if(!_iF){_iF=_d.createElement("iframe")
_iF.src="javascript:false";_iF.id=_iFf
_iF.style.filter="Alpha(Opacity=0)";_iF.style.position=B$
_iF.style.className="mmenu"
if(_dB.appendChild)_dB.appendChild(_iF)}
_gp=gpos(_M[22])
if(_iF){spos(_iF,_gp[0],_gp[1],_gp[2],_gp[3])
_iF.style.visibility=$6}
_iF.style.zIndex=_M[22].style.zIndex-2
_M.ifr=_iF}
else{_gm=gmobj("iF"+(_mnuD-1))
if(_gm){spos(_gm,-9999)
_gm.style.visibility=$5
_M.ifr=null}}}}
fixMozillaZIndex=false;_menuCloseDelay=500;_menuOpenDelay=150;_subOffsetTop=2;_subOffsetLeft=-2;_includeTabIndex=true;with(menuStyle=new mm_style()){borderstyle="solid";fontfamily="Verdana, Tahoma, Arial";fontsize="10pt";fontstyle="normal";fontweight="normal";headerbgcolor="#ffffff";headercolor="#000000";offbgcolor="#440000";offcolor="#FFFFFF";onbgcolor="#bb1a00";oncolor="#000000";padding=4;pagecolor="#bb1a00";separatorcolor="#000000";separatorpadding=1;subimage="";subimagepadding=0;}
with(submenuStyle=new mm_style()){styleid=1;borderstyle="solid";borderwidth=1;fontfamily="Verdana, Tahoma, Arial";fontsize="8pt";fontstyle="normal";fontweight="normal";headercolor="#000000";offbgcolor="#000000";offcolor="#ffffff";onbgcolor="#2a2a2a";onborder="0px solid #000000";oncolor="#bb1a00";padding=4;pagecolor="#bb1a00";separatorsize=1;subimage="";subimagepadding=0;}
with (milonic = new menuname("Main Menu")) { align = "center"; alwaysvisible = 1; itemheight = 25; itemwidth = 159; position = "relative"; orientation = "horizontal"; style = menuStyle; top = 0; left = 0; aI("align=center;showmenu=News;text=HOME;url=http://www.velodrome.org.uk/index.html;"); aI("align=center;text=LATEST NEWS;url=http://www.velodrome.org.uk/index.html;"); aI("align=center;showmenu=Events;text=RESULTS;"); aI("align=center;text=EVENT CALENDAR;url=http://www.velodrome.org.uk/events.html;"); aI("align=center;showmenu=interviewS;text=INTERVIEWS;"); aI("align=center;text=VELODROMESHOP;url=http://www.velodromeshop.org.uk/"); }
with(milonic=new menuname("Events")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=worlds;text=World Championships >>>;")
aI("showmenu=wc;text=World Cups >>>;")
aI("showmenu=euro;text=European Events >>>;")
aI("showmenu=open;text=UK Events >>>;")
aI("showmenu=usa;text=Pan-American Events >>>;;")
aI("showmenu=aus;text=Oceania Events >>>;")
aI("showmenu=asian;text=Asian Events >>>;")
aI("showmenu=olympics;text=Olympic Games >>>;")
aI("showmenu=cwg;text=Commonwealth Games >>>;")
aI("showmenu=other;text=Other Events >>>;")}
with (milonic = new menuname("cwg")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Event Programme;url=http://www.velodrome.org.uk/cwg10.html;")
    aI("showmenu=cwgpre;text=Event Preview >>>;")
    aI("showmenu=cwgres;text=Results/Event Reports >>>;")
    aI("showmenu=cwgteam;text=Team news >>>;")
}


with (milonic = new menuname("cwgpre")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Event Preview;url=http://www.velodrome.org.uk/cwg10.html;")
    aI("text=Women's Sprint Events Preview;url=http://www.velodrome.org.uk/cwg10wspre.html;")
    aI("text=Men's Sprint Events Preview;url=http://www.velodrome.org.uk/cwg10mspre.html;")
    aI("text=Women's Endurance Events Preview;url=http://www.velodrome.org.uk/cwg10wepre.html;")
    aI("text=Men's Endurance Events Preview;url=http://www.velodrome.org.uk/cwg10mepre.html;")
    aI("text=Indira Ganhi Velodrome;url=http://www.velodrome.org.uk/cwg10velodrome.html;")
    
}


with (milonic = new menuname("cwgteam")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=England Annouce Team;url=http://www.velodrome.org.uk/cwg10england.html;")
    aI("text=Scotland Annouce Team;url=http://www.velodrome.org.uk/cwg10scotland.html;")
    aI("text=Australia Annouce Team;url=http://www.velodrome.org.uk/cwg10australia.html;")
    aI("text=Whitten in Wind Tunnel;url=http://www.velodrome.org.uk/whittenwind.html;")
    aI("text=Canada Announce Team;url=http://www.velodrome.org.uk/cwg10canada.html;")
    aI("text=Pendleton Withdraws;url=http://www.velodrome.org.uk/euro10pendleton.html;")
    aI("text=Hoy Withdraws;url=http://www.velodrome.org.uk/euro10hoy.html;")
    aI("text=Wales Announce Team;url=http://www.velodrome.org.uk/cwg10wales.html;")
}
with (milonic = new menuname("cwgres")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Women's 500m Time Trial;url=http://www.velodrome.org.uk/cwg10-500.html;")
    aI("text=Men's Kilometre TT;url=http://www.velodrome.org.uk/cwg10-kilo.html;")
    aI("text=Women's Sprint;url=http://www.velodrome.org.uk/cwg10-wsprint.html;")
    aI("text=Men's Sprint;url=http://www.velodrome.org.uk/cwg10-msprint.html;")
    aI("text=Men's Keirin;url=http://www.velodrome.org.uk/cwg10-mkeirin.html;")
    aI("text=Men's Pursuit;url=http://www.velodrome.org.uk/cwg10-mpursuit.html;")
    aI("text=Women's Pursuit;url=http://www.velodrome.org.uk/cwg10-wpursuit.html;")
    aI("text=Men's Team Sprint;url=http://www.velodrome.org.uk/cwg10-mts.html;")
    aI("text=Women's Team Sprint;url=http://www.velodrome.org.uk/cwg10-wts.html;")
    aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/cwg10-mtp.html;")
    aI("text=Men's Points;url=http://www.velodrome.org.uk/cwg10-mpoints.html;")
    aI("text=Women's Points;url=http://www.velodrome.org.uk/cwg10-wpoints.html;")
    aI("text=Men's Scratch;url=http://www.velodrome.org.uk/cwg10-mscratch.html;")
    aI("text=Women's Scratch;url=http://www.velodrome.org.uk/cwg10-wscratch.html;")
}
with(milonic=new menuname("jap")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2010 JKA Week Eighteen;url=http://www.velodrome.org.uk/jka10w18.html;")
aI("text=2010 JKA Week Seventeen;url=http://www.velodrome.org.uk/jka10w17.html;")
aI("text=2010 JKA Week Sixteen;url=http://www.velodrome.org.uk/jka10w16.html;")
aI("text=2010 JKA Week Fifteen;url=http://www.velodrome.org.uk/jka10w15.html;")
aI("text=2010 JKA Week Fourteen;url=http://www.velodrome.org.uk/jka10w14.html;")
aI("text=2010 JKA Week Thirteen;url=http://www.velodrome.org.uk/jka10w13.html;")
aI("text=2010 JKA Week Twelve;url=http://www.velodrome.org.uk/jka10w12.html;")
aI("text=2010 JKA Week Eleven;url=http://www.velodrome.org.uk/jka10w11.html;")
aI("text=2010 JKA Week Ten;url=http://www.velodrome.org.uk/jka10w10.html;")
aI("text=2010 JKA Week Nine;url=http://www.velodrome.org.uk/jka10w9.html;")
aI("text=2010 JKA Week Eight;url=http://www.velodrome.org.uk/jka10w8.html;")
aI("text=2010 JKA Week Seven;url=http://www.velodrome.org.uk/jka10w7.html;")
aI("text=2010 JKA Week Six;url=http://www.velodrome.org.uk/jka10w6.html;")
aI("text=2010 JKA Week Five;url=http://www.velodrome.org.uk/jka10w5.html;")
aI("text=2010 JKA Week Four;url=http://www.velodrome.org.uk/jka10w4.html;")
aI("text=2010 JKA Week Three;url=http://www.velodrome.org.uk/jka10w3.html;")
aI("text=2010 JKA Week Two;url=http://www.velodrome.org.uk/jka10w2.html;")
aI("text=2010 JKA Week One;url=http://www.velodrome.org.uk/jka10w1.html;")
aI("text=2010 JKA Preview;url=http://www.velodrome.org.uk/jka2010.html;")}
with (milonic = new menuname("Coaching")) {
    margin = 0; itemheight = 25; itemwidth = 150; style = submenuStyle; aI("showmenu=interviews;text=Interviews >>>;")
    aI("showmenu=coach;text=Coaching >>>;")
 aI("text=Technology;url=http://www.velodrome.org.uk/technology.html;")
}
with (milonic = new menuname("coach")) {margin = 0; itemheight = 25; itemwidth = 275; style = submenuStyle;aI("text=All About the Keirin;url=http://www.velodrome.org.uk/keirin.html;")
aI("text=Introduce your Children to the Track;url=http://www.velodrome.org.uk/trackkids.html;")
aI("text=Track Beginners;url=http://www.velodrome.org.uk/trackbeginners.html;")
aI("text=Nutrition for Cyclists - Part One: Protein;url=http://www.velodrome.org.uk/protein.html;")
aI("text=Improve your Sprinting with Creatine;url=http://www.velodrome.org.uk/creatine.html;")
aI("text=Say No to Soy Protein, Yes to Whey;url=http://www.velodrome.org.uk/soyprotein.html;")
aI("text=Guide to Whey Protein;url=http://www.velodrome.org.uk/wheyprotein.html;")
aI("text=A Guide to Track Cycling;url=http://www.velodrome.org.uk/races.html;")
aI("text=The World's Velodromes;url=http://www.velodrome.org.uk/velodrome.html;")
aI("text=History of Track Cycling;url=http://www.velodrome.org.uk/history.html;")
aI("text=Track Cycling Records;url=http://www.velodrome.org.uk/records.html;")
aI("text=Forum;url=http://velodrome.11.forumer.com/index.php;target=_blank;")}

with(milonic=new menuname("Olympics")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Two Years to the Games;url=http://www.velodrome.org.uk/olympics12countdown.html;")
aI("text=Athlete Allocation Alterations;url=http://www.velodrome.org.uk/uci2012a.html;")
aI("text=New 2012 Olympic Schedule;url=http://www.velodrome.org.uk/uci2012.html;")
aI("showmenu=olympics2008;text=2008 Beijing Olympics >>>;")}
with(milonic=new menuname("olympics2008")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Olympic Programme;url=http://en.beijing2008.cn/upload/OG_Schedule_080708/CT.xls;")
aI("showmenu=olyd1;text=Fri 15th August - Day 1 >>;url=http://www.velodrome.org.uk/olympics08d1.html;")
aI("showmenu=olyd2;text=Sat 16th August - Day 2 >>;url=http://www.velodrome.org.uk/olympics08d2.html;")
aI("showmenu=olyd3;text=Sun 17th August - Day 3 >>;url=http://www.velodrome.org.uk/olympics08d3.html;")
aI("showmenu=olyd4;text=Mon 18th August - Day 4 >>;url=http://www.velodrome.org.uk/olympics08d4.html;")
aI("showmenu=olyd5;text=Tue 19th August - Day 5 >>;url=http://www.velodrome.org.uk/olympics08d5.html;")
aI("text=Paralympic Programme;url=http://en.paralympic.beijing2008.cn/upload/PG_Schedule_080722/CT.xls;")
aI("text=Sun 7th Sept - Day 1;url=http://www.velodrome.org.uk/paralympics08d1.html;")
aI("text=Mon 8th Sept - Day 2;url=http://www.velodrome.org.uk/paralympics08d2.html;")
aI("text=Tue 9th Sept - Day 3;url=http://www.velodrome.org.uk/paralympics08d3.html;")
aI("text=Wed 10th Sept - Day 4;url=http://www.velodrome.org.uk/paralympics08d4.html;")
aI("text=TV Schedule;url=http://news.bbc.co.uk/sport1/shared/bsp/hi/tv_and_radio/programme_guide/html/today.stm;")
aI("text=Riders;url=http://uci.ch/Modules/BUILTIN/getObject.asp?MenuId=MjI1MA&ObjTypeCode=FILE&type=FILE&id=NDAxODU&;")
aI("showmenu=olyint;text=Interviews >>>;")
aI("text=Laoshan Velodrome;url=http://www.velodrome.org.uk/laoshanvelodrome.html;")}
with(milonic=new menuname("olyint")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=hoy;text=Chris Hoy >>>;")
aI("text=Ross Edgar;url=http://www.velodrome.org.uk/rossedgarinterview.html;")
aI("showmenu=ngdiary;text=Josiah Ng Diary >>>;")
aI("showmenu=mearesdiary;text=Anna Meares Diary >>>;")
aI("text=Jennie Reed;url=http://www.velodrome.org.uk/iaindyerinterview.html;")
aI("text=Iain Dyer;url=http://www.velodrome.org.uk/iaindyerinterview.html;")}
with(milonic=new menuname("mearesdiary")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Cottbuss GP;url=http://www.velodrome.org.uk/mearesolympicdiary3.html;")
aI("text=Qualification;url=http://www.velodrome.org.uk/mearesolympicdiary2.html;")
aI("text=June 2008;url=http://www.velodrome.org.uk/mearesolympicdiary.html;")}
with(milonic=new menuname("ngdiary")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=SWE Sprint GP;url=http://www.velodrome.org.uk/ngolympicdiary.html;")}
with(milonic=new menuname("olyd1")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Men's Team Sprint;url=http://www.velodrome.org.uk/olympics08ts.html;")
aI("text=Men's Pursuit;url=http://www.velodrome.org.uk/olympics08pursuit.html;")
aI("text=Women's Pursuit;url=http://www.velodrome.org.uk/olympics08pursuit2.html;")}
with(milonic=new menuname("olyd2")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Men's Keirin;url=http://www.velodrome.org.uk/olympics08keirin.html;")
aI("text=Men's Pursuit;url=http://www.velodrome.org.uk/olympics08pursuit.html;")
aI("text=Women's Pursuit;url=http://www.velodrome.org.uk/olympics08pursuit2.html;")
aI("text=Men's Points;url=http://www.velodrome.org.uk/olympics08points.html;")}
with(milonic=new menuname("olyd3")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Men's Sprint;url=http://www.velodrome.org.uk/olympics08sprint.html;")
aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/olympics08teampursuit.html;")
aI("text=Women's Pursuit;url=http://www.velodrome.org.uk/olympics08pursuit2.html;")
aI("text=Women's Sprint;url=http://www.velodrome.org.uk/olympics08sprint2.html;")}
with(milonic=new menuname("olyd4")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Men's Sprint;url=http://www.velodrome.org.uk/olympics08sprint.html;")
aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/olympics08teampursuit.html;")
aI("text=Women's Points;url=http://www.velodrome.org.uk/olympics08points2.html;")
aI("text=Women's Sprint;url=http://www.velodrome.org.uk/olympics08sprint2.html;")}
with(milonic=new menuname("olyd5")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Men's Sprint;url=http://www.velodrome.org.uk/olympics08sprint.html;")
aI("text=Men's Madison;url=http://www.velodrome.org.uk/olympics08madison.html;")
aI("text=Women's Sprint;url=http://www.velodrome.org.uk/olympics08sprint2.html;")}
with(milonic=new menuname("interviews")){margin=0;itemheight=25;itemwidth=250;style=submenuStyle;aI("showmenu=kaarle;text=Kaarle McCulloch >>>;")
aI("showmenu=annameares;text=Anna Meares >>>;")
aI("text=Felix English;url=http://www.velodrome.org.uk/felixenglishinterview.html;")
aI("text=Teun Mulder;url=http://www.velodrome.org.uk/teunmulderinterview.html;")
aI("text=Max Levy;url=http://www.velodrome.org.uk/maxlevyinterview.html;")
aI("text=Mark Cavendish;url=http://www.velodrome.org.uk/worlds10cavendish.html;")
aI("text=Taylor Phinney;url=http://www.velodrome.org.uk/taylorphinneyinterview.html;")
aI("text=Azizul Awang;url=http://www.velodrome.org.uk/awanginterview.html;")
aI("text=Michael Mulcahy;url=http://www.velodrome.org.uk/michaelmulcahyinterview.html;")
aI("text=Simona Krupeckaite;url=http://www.velodrome.org.uk/simona1.html;")
aI("text=Kevin Stewart;url=http://www.velodrome.org.uk/kevinstewart.html;")
aI("text=Jennie Reed;url=http://www.velodrome.org.uk/jenniereedinterview2009.html;")
aI("text=Joanna Rowsell;url=http://www.velodrome.org.uk/joannarowsellinterview.html;")
aI("showmenu=archint;text=Archive Interviews >>>;")}
with (milonic = new menuname("kaarle")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle;
    aI("text=Diary - India Bound;url=http://www.velodrome.org.uk/kaarle290910.html;")
    aI("text=Diary - Aigle;url=http://www.velodrome.org.uk/kaarle210910.html;")
    aI("text=Diary - Suicidal Chipmunks;url=http://www.velodrome.org.uk/kaarle100910.html;")
aI("text=Diary - Rides in the Sun;url=http://www.velodrome.org.uk/kaarle010910.html;")
aI("text=Diary - Colorado Here We Come;url=http://www.velodrome.org.uk/kaarle200810.html;")
aI("text=Diary - Adelaide, Paris, Delhi;url=http://www.velodrome.org.uk/kaarle300710.html;")
aI("text=Diary - 106 Days and Counting;url=http://www.velodrome.org.uk/kaarle230610.html;")
aI("text=Kaarle McCulloch Interview;url=http://www.velodrome.org.uk/kaarlemccullochinterview.html;")}
with (milonic = new menuname("annameares")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Diary - Swiss Whispers;url=http://www.velodrome.org.uk/meares290910.html;")
    aI("text=Diary - Paints, Planes and Charity;url=http://www.velodrome.org.uk/meares240810.html;")
aI("text=Diary - Adelaide GP;url=http://www.velodrome.org.uk/meares270710.html;")
aI("text=Diary - Perth GP;url=http://www.velodrome.org.uk/meares020710.html;")
aI("text=Diary - Cold Days;url=http://www.velodrome.org.uk/meares230610.html;")
aI("text=Diary - All Change;url=http://www.velodrome.org.uk/meares100610.html;")
aI("text=Diary - Preparing for the New Season;url=http://www.velodrome.org.uk/meares260510.html;")
aI("text=Anna Meares 2009;url=http://www.velodrome.org.uk/worlds09meares.html;")}
with(milonic=new menuname("archint")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Chris Hoy 2008;url=http://www.velodrome.org.uk/chrishoyinterview2.html;")
aI("text=Ross Edgar;url=http://www.velodrome.org.uk/rossedgarinterview.html;")
aI("text=Lee Povey;url=http://www.velodrome.org.uk/leepoveyinterview.html;")
aI("text=Jennie Reed;url=http://www.velodrome.org.uk/iaindyerinterview.html;")
aI("text=Iain Dyer;url=http://www.velodrome.org.uk/iaindyerinterview.html;")
aI("text=Kate Cullen;url=http://www.velodrome.org.uk/kateculleninterview.html;")
aI("text=Momentum Cycling;url=http://www.velodrome.org.uk/momentuminterview.html;")
aI("text=Chris Lyte;url=http://www.velodrome.org.uk/chrislytediary.html;")
aI("text=Kieran Leahy;url=http://www.velodrome.org.uk/kieranleahydiary.html;")
aI("text=Tony Bell;url=http://www.velodrome.org.uk/tonybell.html;")
aI("text=Cindy Lakatosh;url=http://www.velodrome.org.uk/cindylakatoshdiary.html;")
aI("text=Chris Hoy 2007;url=http://www.velodrome.org.uk/chrishoyinterview.html;")
aI("text=Ben Swift;url=http://www.velodrome.org.uk/benswiftinterview.html;")
aI("text=Anna/Kerrie Meares;url=http://www.velodrome.org.uk/mearesdiary.html;")
aI("text=Steve Hill;url=http://www.velodrome.org.uk/stevehillinterview.html;")
aI("text=Jessica Varnish;url=http://www.velodrome.org.uk/jessvarnishinterview.html;")
aI("text=Josiah Ng;url=http://www.velodrome.org.uk/josiahnginterview.html;")
aI("text=Andrew Magnier;url=http://www.velodrome.org.uk/andrewmagnierinterview.html;")
aI("text=David Daniell;url=http://www.velodrome.org.uk/davedaniellinterview.html;")
aI("text=Yorick Bos;url=http://www.velodrome.org.uk/yorickbosinterview.html;")
aI("text=Nikki Harris;url=http://www.velodrome.org.uk/nikkiharrisinterview.html;")
aI("text=Russell Hampton;url=http://www.velodrome.org.uk/russhamptoninterview.html;")}
with(milonic=new menuname("Worlds")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=wtc;text=World Championships >>>;")
aI("showmenu=jworlds;text=Junior Worlds >>>;")
aI("showmenu=mw;text=World Masters >>>;")
aI("showmenu=dw;text=CWAD Worlds >>>;")
aI("text=B Worlds;url=http://www.velodrome.org.uk/bw07.html;")}
with(milonic=new menuname("jworlds")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=jworlds10d;text=2010 Event Reports >>>;")
aI("text=2010 Results;url=http://www.tissottiming.com/sports/cycling/track/cmt2010_juniors/index.htm;target=blank;")
aI("text=2010 Event Preview;url=http://www.velodrome.org.uk/jnrworlds10.html;")
aI("text=2010 Canada Team Preview;url=http://www.velodrome.org.uk/jworlds10canada.html;")
aI("text=2010 USA Team Preview;url=http://www.velodrome.org.uk/jworlds10usa.html;")
aI("showmenu=jw09;text=2009 Event >>>;")
aI("showmenu=jw;text=2007 Event >>>;")}
with(milonic=new menuname("jworlds10d")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Men's 3km Pursuit;url=http://www.velodrome.org.uk/jworlds10-mp.html;")
aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/jworlds10-mtp.html;")
aI("text=Men's Scratch;url=http://www.velodrome.org.uk/jworlds10-mscratch.html;")
aI("text=Men's Points Race;url=http://www.velodrome.org.uk/jworlds10-mpoints.html;")
aI("text=Men's Omnium;url=http://www.velodrome.org.uk/jworlds10-momnium.html;")
aI("text=Men's Madison;url=http://www.velodrome.org.uk/jworlds10-madison.html;")
aI("text=Men's Sprint;url=http://www.velodrome.org.uk/jworlds10-msprint.html;")
aI("text=Men's Kilo;url=http://www.velodrome.org.uk/jworlds10-kilo.html;")
aI("text=Men's Keirin;url=http://www.velodrome.org.uk/jworlds10-mkeirin.html;")
aI("text=Men's Team Sprint;url=http://www.velodrome.org.uk/jworlds10-mts.html;")
aI("text=Women's 2km Pursuit;url=http://www.velodrome.org.uk/jworlds10-wpursuit.html;")
aI("text=Women's Team Pursuit;url=http://www.velodrome.org.uk/jworlds10-wtp.html;")
aI("text=Women's Scratch;url=http://www.velodrome.org.uk/jworlds10-wscratch.html;")
aI("text=Women's Points Race;url=http://www.velodrome.org.uk/jworlds10-wp.html;")
aI("text=Women's Omnium;url=http://www.velodrome.org.uk/jworlds10-womnium.html;")
aI("text=Women's Sprint;url=http://www.velodrome.org.uk/jworlds10-wsprint.html;")
aI("text=Women's 500m TT;url=http://www.velodrome.org.uk/jworlds10-500.html;")
aI("text=Women's Keirin;url=http://www.velodrome.org.uk/jworlds10-wkeirin.html;")
aI("text=Women's Team Sprint;url=http://www.velodrome.org.uk/jworlds10-wts.html;")}
with(milonic=new menuname("jw09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=11th August - Day 1;url=http://www.velodrome.org.uk/jworlds09d1.html;")
aI("text=12th August - Day 2;url=http://www.velodrome.org.uk/jworlds09d2.html;")
aI("text=13th August - Day 3;url=http://www.velodrome.org.uk/jworlds09d3.html;")
aI("text=14th August - Day 4;url=http://www.velodrome.org.uk/jworlds09d4.html;")
aI("text=15th August - Day 5;url=http://www.velodrome.org.uk/jworlds09d5.html;")}
with(milonic=new menuname("wtc")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=wtc11;text=2011 Event >>>;")
aI("showmenu=wtc10;text=2010 Event >>>;")
aI("showmenu=wtc09;text=2009 Event >>>;")
aI("showmenu=wtc08;text=2008 Event >>>;")
aI("text=2007 Event;url=http://www.velodrome.org.uk/worlds07.html;")
aI("text=2006 Event;url=http://www.velodrome.org.uk/twmenu.html;")}
with (milonic = new menuname("wtc11")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Men's 4km Pursuit;url=http://www.velodrome.org.uk/worlds11-mpursuit.html;")
    aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/worlds11-mtp.html;")
    aI("text=Men's Scratch;url=http://www.velodrome.org.uk/worlds11-mscratch.html;")
    aI("text=Men's Points Race;url=http://www.velodrome.org.uk/worlds11-mpoints.html;")
    aI("text=Men's Omnium;url=http://www.velodrome.org.uk/worlds11-momnium.html;")
    aI("text=Men's Madison;url=http://www.velodrome.org.uk/worlds11-madison.html;")
    aI("text=Men's Sprint;url=http://www.velodrome.org.uk/worlds11-msprint.html;")
    aI("text=Men's Kilo;url=http://www.velodrome.org.uk/worlds11-kilo.html;")
    aI("text=Men's Keirin;url=http://www.velodrome.org.uk/worlds11-mkeirin.html;")
    aI("text=Men's Team Sprint;url=http://www.velodrome.org.uk/worlds11-mts.html;")
    aI("text=Women's 2km Pursuit;url=http://www.velodrome.org.uk/worlds11-wpursuit.html;")
    aI("text=Women's Team Pursuit;url=http://www.velodrome.org.uk/worlds11-wtp.html;")
    aI("text=Women's Scratch;url=http://www.velodrome.org.uk/worlds11-wscratch.html;")
    aI("text=Women's Points Race;url=http://www.velodrome.org.uk/worlds11-wpoints.html;")
    aI("text=Women's Omnium;url=http://www.velodrome.org.uk/worlds11-womnium.html;")
    aI("text=Women's Sprint;url=http://www.velodrome.org.uk/worlds11-wsprint.html;")
    aI("text=Women's 500m TT;url=http://www.velodrome.org.uk/worlds11-500.html;")
    aI("text=Women's Keirin;url=http://www.velodrome.org.uk/worlds11-wkeirin.html;")
    aI("text=Women's Team Sprint;url=http://www.velodrome.org.uk/worlds11-wts.html;")}
with(milonic=new menuname("wtc10")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2010 Summary;url=http://www.velodrome.org.uk/worlds10summary.html;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/cmt2010/;target=_blank;")
aI("showmenu=worlds10d1;text=Wed 24th March - Day 1 >>;url=http://www.velodrome.org.uk/worlds10d1.html;")
aI("showmenu=worlds10d2;text=Thu 25th March - Day 2 >>;url=http://www.velodrome.org.uk/worlds10d2.html;")
aI("showmenu=worlds10d3;text=Fri 26th March - Day 3 >>;url=http://www.velodrome.org.uk/worlds10d3.html;")
aI("showmenu=worlds10d4;text=Sat 27th March - Day 4 >>;url=http://www.velodrome.org.uk/worlds10d4.html;")
aI("showmenu=worlds10d5;text=Sun 28th March - Day 5 >>;url=http://www.velodrome.org.uk/worlds10d5.html;")
aI("showmenu=wtc10pre;text=Previews >>>;")}
with(milonic=new menuname("worlds10d1")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day One Summary; url=http://www.velodrome.org.uk/worlds10d1.html;")
aI("text=Men's Team Sprint;url=http://www.velodrome.org.uk/worlds10-mts.html;")
aI("text=Women's 500m Time Trial;url=http://www.velodrome.org.uk/worlds10-500.html;")
aI("text=Men's Points Race;url=http://www.velodrome.org.uk/worlds10-mpoints.html;")
aI("text=Women's 3km Pursuit;url=http://www.velodrome.org.uk/worlds10-wpursuit.html;")}
with(milonic=new menuname("worlds10d2")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day Two Summary;url=http://www.velodrome.org.uk/worlds10d2.html;")
aI("text=Men's Keirin;url=http://www.velodrome.org.uk/worlds10-mkeirin.html;")
aI("text=Women's Team Sprint;url=http://www.velodrome.org.uk/worlds10-wts.html;")
aI("text=Men's 4km Pursuit;url=http://www.velodrome.org.uk/worlds10-mpursuit.html;")
aI("text=Women's 3km Team Pursuit;url=http://www.velodrome.org.uk/worlds10-wtp.html;")
aI("text=Men's 15km Scratch;url=http://www.velodrome.org.uk/worlds10-mscratch.html;")}
with(milonic=new menuname("worlds10d3")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day Three Summary;url=http://www.velodrome.org.uk/worlds10d3.html;")
aI("text=Men's Kilo;url=http://www.velodrome.org.uk/worlds10-kilo.html;")
aI("text=Women's Sprint;url=http://www.velodrome.org.uk/worlds10-wsprint.html;")
aI("text=Men's 4km Team Pursuit;url=http://www.velodrome.org.uk/worlds10-mtp.html;")
aI("text=Women's 10km Scratch;url=http://www.velodrome.org.uk/worlds10-wscratch.html;")}
with(milonic=new menuname("worlds10d4")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day Four Summary;url=http://www.velodrome.org.uk/worlds10d4.html;")
aI("text=Men's Sprint;url=http://www.velodrome.org.uk/worlds10-msprint.html;")
aI("text=Women's Sprint;url=http://www.velodrome.org.uk/worlds10-wsprint.html;")
aI("text=Men's Madison;url=http://www.velodrome.org.uk/worlds10-madison.html;")
aI("text=Women's Omnium;url=http://www.velodrome.org.uk/worlds10-womnium.html;")}
with(milonic=new menuname("worlds10d5")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day Five Summary;url=http://www.velodrome.org.uk/worlds10d5.html;")
aI("text=Men's Sprint;url=http://www.velodrome.org.uk/worlds10-msprint.html;")
aI("text=Women's Keirin;url=http://www.velodrome.org.uk/worlds10-wkeirin.html;")
aI("text=Women's 25km Points;url=http://www.velodrome.org.uk/worlds10-wpoints.html;")
aI("text=Men's Omnium;url=http://www.velodrome.org.uk/worlds10-momnium.html;")}
with(milonic=new menuname("wtc10pre")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Leire Olaberria Interview;url=http://www.velodrome.org.uk/worlds10olaberria.html;")
aI("text=Eight Americans Go for Gold;url=http://www.velodrome.org.uk/worlds10america.html;")
aI("text=Aussies Ready for War!;url=http://www.velodrome.org.uk/worlds10australia.html;")
aI("text=Max Levy Interview;url=http://www.velodrome.org.uk/maxlevyinterview.html;")
aI("text=Taylor Phinney Interview;url=http://www.velodrome.org.uk/taylorphinneyinterview.html;")
aI("text=Kaarle McCulloch Interview;url=http://www.velodrome.org.uk/kaarlemccullochinterview.html;")
aI("text=Azizul Awang Interview;url=http://www.velodrome.org.uk/awanginterview.html;")
aI("text=France Announce Team;url=http://www.velodrome.org.uk/worlds10france.html;")
aI("text=Australia Announce Team;url=http://www.velodrome.org.uk/worlds10oz.html;")
aI("text=Mark Cavendish Interview;url=http://www.velodrome.org.uk/worlds10cavendish.html;")
aI("text=Jason Queally Returns;url=http://www.velodrome.org.uk/jasonqueally.html;")
aI("text=GB Announce Team;url=http://www.velodrome.org.uk/worlds10gb.html;")
aI("text=Pursuit Events;url=http://www.velodrome.org.uk/worlds10pursuit.html;")
aI("text=Men's Endurance Events;url=http://www.velodrome.org.uk/worlds10mendurance.html;")
aI("text=Women's Endurance Events;url=http://www.velodrome.org.uk/worlds10wendurance.html;")
aI("text=Women's Omnium;url=http://www.velodrome.org.uk/worlds10womniumpre.html;")
aI("text=Men's Sprint Events;url=http://www.velodrome.org.uk/worlds10msprintpre.html;")
aI("text=Ballerup Super Arena;url=http://www.velodrome.org.uk/ballerup.html;")}
with(milonic=new menuname("wtc09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/worlds09.html;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/cmt2009/;target=_blank;")
aI("text=Wed 25th March - Day 1;url=http://www.velodrome.org.uk/worlds09d1.html;")
aI("text=Thu 26th March - Day 2;url=http://www.velodrome.org.uk/worlds09d2.html;")
aI("text=Fri 27th March - Day 3;url=http://www.velodrome.org.uk/worlds09d3.html;")
aI("text=Sat 28th March - Day 4;url=http://www.velodrome.org.uk/worlds09d4.html;")
aI("text=Sun 29th March - Day 5;url=http://www.velodrome.org.uk/worlds09d5.html;")}
with(milonic=new menuname("wtc08")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/worlds08.html;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/cmt2008/index.htm;")
aI("text=Wed 26th March - Day 1;url=http://www.velodrome.org.uk/worlds08d1.html;")
aI("text=Thu 27th March - Day 2;url=http://www.velodrome.org.uk/worlds08d2.html;")
aI("text=Fri 28th March - Day 3;url=http://www.velodrome.org.uk/worlds08d3.html;")
aI("text=Sat 29th March - Day 4;url=http://www.velodrome.org.uk/worlds08d4.html;")
aI("text=Sun 30th March - Day 5;url=http://www.velodrome.org.uk/worlds08d5.html;")
aI("text=Programme;url=http://www.velodrome.org.uk/worlds08prog.html;")
aI("text=Riders;url=http://www.velodrome.org.uk/worlds08riders.html;")
aI("text=Photography;url=http://www.velodrome.org.uk/worlds08pics.html;")}
with(milonic=new menuname("dw")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day One;url=http://www.velodrome.org.uk/dw09d1.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/dw09d2.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/dw09d3.html;")
aI("showmenu=dw07;text=2007 Event >>>;")}
with(milonic=new menuname("DW07")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/dw07.html;")
aI("text=Results;url=http://www.bordeaux2007.com/eng/lacompetition/resultats.html;")
aI("text=Day One;url=http://www.velodrome.org.uk/dw07d1.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/dw07d2.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/dw07d3.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/dw07d4.html;")
aI("text=Programme;url=http://www.velodrome.org.uk/dw07prog.html;")
aI("text=Riders;url=http://www.velodrome.org.uk/dw07riders.html;")
aI("text=CWAD Categories;url=http://www.velodrome.org.uk/cwad.html;")
aI("text=A Guide to Bordeaux Track;url=http://www.velodrome.org.uk/bordeaux.html;")
aI("text=Road Events;url=http://www.velodrome.org.uk/dw07road.html;")}
with(milonic=new menuname("JW")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Junior World Track Champs;url=http://www.velodrome.org.uk/jw07.html;")
aI("text=Report: Day One;url=http://www.velodrome.org.uk/jw07d1.html;")
aI("text=Report: Day Two;url=http://www.velodrome.org.uk/jw07d2.html;")
aI("text=Report: Day Three;url=http://www.velodrome.org.uk/jw07d3.html;")
aI("text=Report: Day Four;url=http://www.velodrome.org.uk/jw07d4.html;")
aI("text=Results;url=http://www.veloresults.com/jrworlds2007/default.asp;")
aI("text=Race Programme;url=http://www.mundialjuveniluci07.com.mx/ingles/programa.html;")
aI("text=The Riders;url=http://www.velodrome.org.uk/jw07riders.html;")
aI("text=2006 Event;url=http://www.velodrome.org.uk/jw.html;")}
with (milonic = new menuname("MW")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=2010 Event Preview;url=http://www.velodrome.org.uk/masters10.html;")
aI("text=Day One;url=http://www.velodrome.org.uk/masters10d1.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/masters10d2.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/masters10d3.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/masters10d4.html;")
aI("text=Day Five;url=http://www.velodrome.org.uk/masters10d5.html;")
aI("text=Day Six;url=http://www.velodrome.org.uk/masters10d6.html;")
aI("showmenu=MW09;text=2009 Event >>>;")
aI("showmenu=mw07;text=2007 Event >>>;")
aI("text=2006 Event;url=http://www.velodrome.org.uk/mw.html;")}
with (milonic = new menuname("MW09")) { margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Day One;url=http://www.velodrome.org.uk/worldmasters09d1.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/worldmasters09d2.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/worldmasters09d3.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/worldmasters09d4.html;")
aI("text=Day Five;url=http://www.velodrome.org.uk/worldmasters09d5.html;")
aI("text=Day Six;url=http://www.velodrome.org.uk/worldmasters09d6.html;")}
with(milonic=new menuname("MW07")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/mw07.html;")
aI("text=Race Programme;url=http://www.cyclingmasters.com.au/uploads/media/Track_Program_07_UCI_Approved_01.pdf;")
aI("text=The Riders;url=http://www.cyclingmasters.com.au/fileadmin/user_upload/startlist_worldmasters.pdf;")
aI("text=Results;url=http://www.cyclingmasters.com.au/index.php?id=64;")
aI("text=Day One - 16th Oct;url=http://www.velodrome.org.uk/mw07d1.html;")
aI("text=Day Two - 17th Oct;url=http://www.velodrome.org.uk/mw07d2.html;")
aI("text=Day Three - 18th Oct;url=http://www.velodrome.org.uk/mw07d3.html;")
aI("text=Day Four - 19th Oct;url=http://www.velodrome.org.uk/mw07d4.html;")
aI("text=Day Five - 20th Oct;url=http://www.velodrome.org.uk/mw07d5.html;")
aI("text=Day Six - 21st Oct;url=http://www.velodrome.org.uk/mw07d6.html;")
aI("text=2006 Event;url=http://www.velodrome.org.uk/mw.html;")}
with(milonic=new menuname("WC")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=melbourne10;text=Melbourne, Dec 10 >>> ;")
aI("showmenu=cali10;text=Cali, Dec 10 >>>;")
aI("showmenu=beijing11;text=Beijing, Jan 11  >>>;")
aI("showmenu=manchester11;text=Manchester, Feb 11 >>>;")
aI("showmenu=wc10;text=2009/10 Series >>>;")
aI("showmenu=wc09;text=2008/09 Series >>>;")
aI("showmenu=wc08;text=2007/08 Series >>>;url=http://www.velodrome.org.uk/wc08.html;")
aI("text=2006/07 Series;url=http://www.velodrome.org.uk/wc07.html;")}
with (milonic = new menuname("melbourne10")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Event Programme ;url=http://www.velodrome.org.uk/melbourne10.html;")
aI("text=Men's Sprint ;url=http://www.velodrome.org.uk/melbourne10-msprint.html;")
aI("text=Women's Sprint;url=http://www.velodrome.org.uk/melbourne10-wsprint.html;")
aI("text=Men's Keirin;url=http://www.velodrome.org.uk/melbourne10-mkeirin.html;")
aI("text=Women's Keirin;url=http://www.velodrome.org.uk/melbourne10-wkeirin.html;")
aI("text=Men's Omnium;url=http://www.velodrome.org.uk/melbourne10-momnium.html;")
aI("text=Women's Omnium;url=http://www.velodrome.org.uk/melbourne10-womnium.html;")
aI("text=Men's Team Sprint ;url=http://www.velodrome.org.uk/melbourne10-mts.html;")
aI("text=Women's Team Sprint ;url=http://www.velodrome.org.uk/melbourne10-wts.html;")
aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/melbourne10-mtp.html;")
aI("text=Women's Team Pursuit;url=http://www.velodrome.org.uk/melbourne10-wtp.html;")
aI("text=Men's Madison;url=http://www.velodrome.org.uk/melbourne10-madison.html;")
aI("text=Women's 500m TT;url=http://www.velodrome.org.uk/melbourne10-500.html;")
}
with (milonic = new menuname("cali10")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Event Programme ;url=http://www.velodrome.org.uk/cali10.html;")
    aI("text=Men's Sprint ;url=http://www.velodrome.org.uk/cali10-msprint.html;")
    aI("text=Women's Sprint;url=http://www.velodrome.org.uk/cali10-wsprint.html;")
    aI("text=Men's Keirin;url=http://www.velodrome.org.uk/cali10-mkeirin.html;")
    aI("text=Women's Keirin;url=http://www.velodrome.org.uk/cali10-wkeirin.html;")
    aI("text=Men's Omnium;url=http://www.velodrome.org.uk/cali10-momnium.html;")
    aI("text=Women's Omnium;url=http://www.velodrome.org.uk/cali10-womnium.html;")
    aI("text=Men's Team Sprint ;url=http://www.velodrome.org.uk/cali10-mts.html;")
    aI("text=Women's Team Sprint ;url=http://www.velodrome.org.uk/cali10-wts.html;")
    aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/cali10-mtp.html;")
    aI("text=Women's Team Pursuit;url=http://www.velodrome.org.uk/cali10-wtp.html;")
    aI("text=Men's Scratch Race;url=http://www.velodrome.org.uk/cali10-mscratch.html;")
    aI("text=Women's Pursuit;url=http://www.velodrome.org.uk/cali10-wpursuit.html;")
}

with (milonic = new menuname("beijing11")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; 
    aI("text=Event Programme ;url=http://www.velodrome.org.uk/beijing11.html;")
    aI("text=Men's Sprint ;url=http://www.velodrome.org.uk/beijing11-msprint.html;")
    aI("text=Women's Sprint;url=http://www.velodrome.org.uk/beijing11-wsprint.html;")
    aI("text=Men's Keirin;url=http://www.velodrome.org.uk/beijing11-mkeirin.html;")
    aI("text=Women's Keirin;url=http://www.velodrome.org.uk/beijing11-wkeirin.html;")
    aI("text=Men's Omnium;url=http://www.velodrome.org.uk/beijing11-momnium.html;")
    aI("text=Women's Omnium;url=http://www.velodrome.org.uk/beijing11-womnium.html;")
    aI("text=Men's Team Sprint ;url=http://www.velodrome.org.uk/beijing11-mts.html;")
    aI("text=Women's Team Sprint ;url=http://www.velodrome.org.uk/beijing11-wts.html;")
    aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/beijing11-mtp.html;")
    aI("text=Women's Team Pursuit;url=http://www.velodrome.org.uk/beijing11-wtp.html;")
    aI("text=Men's Scratch Race;url=http://www.velodrome.org.uk/beijing11-mscratch.html;")
    aI("text=Women's Points;url=http://www.velodrome.org.uk/beijing11-wpoints.html;")
}
with (milonic = new menuname("manchester11")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Event Programme ;url=http://www.velodrome.org.uk/manchester11.html;")
    aI("text=Men's Sprint ;url=http://www.velodrome.org.uk/manchester11-msprint.html;")
    aI("text=Women's Sprint;url=http://www.velodrome.org.uk/manchester11-wsprint.html;")
    aI("text=Men's Keirin;url=http://www.velodrome.org.uk/manchester11-mkeirin.html;")
    aI("text=Women's Keirin;url=http://www.velodrome.org.uk/manchester11-wkeirin.html;")
    aI("text=Men's Omnium;url=http://www.velodrome.org.uk/manchester11-momnium.html;")
    aI("text=Women's Omnium;url=http://www.velodrome.org.uk/manchester11-womnium.html;")
    aI("text=Men's Team Sprint ;url=http://www.velodrome.org.uk/manchester11-mts.html;")
    aI("text=Women's Team Sprint ;url=http://www.velodrome.org.uk/manchester11-wts.html;")
    aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/manchester11-mtp.html;")
    aI("text=Women's Team Pursuit;url=http://www.velodrome.org.uk/manchester11-wtp.html;")
    aI("text=JKA Keirin;url=http://www.velodrome.org.uk/manchester11-jka.html;")
    aI("text=Men's Pursuit;url=http://www.velodrome.org.uk/manchester11-pursuit.html;")
    aI("text=Women's Scratch;url=http://www.velodrome.org.uk/manchester11-scratch.html;")
}
with (milonic = new menuname("WC10")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("showmenu=manc09;text=Manchester, Oct 09 >>> ;")
aI("showmenu=melb09;text=Melbourne, Nov 09 >>>;")
aI("showmenu=cali09;text=Cali, Dec 09 >>>;")
aI("showmenu=beijing10;text=Beijing, Jan 10 >>>;")}
with (milonic = new menuname("WC08")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("showmenu=sydney;text=R1 - Sydney - Nov 07 >>> ;url=http://www.velodrome.org.uk/sydney08.html;")
aI("showmenu=beijing;text=R2 - Beijing - Dec 07 >>>;url=http://www.velodrome.org.uk/beijing08.html;")
aI("showmenu=la;text=R3 - LA - Jan 08 >>>;url=http://www.velodrome.org.uk/la08.html;")
aI("showmenu=den;text=R4 - Denmark - Feb 08 >>>;url=http://www.velodrome.org.uk/denmark08.html;")}
with(milonic=new menuname("WC09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=manc08;text=Manchester, Oct 08 >>> ;url=http://www.velodrome.org.uk/manc08.html;")
aI("showmenu=melbourne;text=Melbourne, Nov 08 >>>;url=http://www.velodrome.org.uk/melbourne08.html;")
aI("showmenu=cali;text=Cali, Dec 08 >>>;url=http://www.velodrome.org.uk/cali08.html;")
aI("showmenu=beijing09;text=Beijing, Jan 09 >>>;url=http://www.velodrome.org.uk/beijing09.html;")
aI("showmenu=copenhagen;text=Copenhagen, Feb 09 >>>;url=http://www.velodrome.org.uk/copenhagen09.html;")}
with(milonic=new menuname("wcstandings")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Keirin;url=http://www.velodrome.org.uk/wc-keirin.html;")
aI("text=Madison;url=http://www.velodrome.org.uk/wc-madison.html;")
aI("text=Pursuit;url=http://www.velodrome.org.uk/wc-pursuit.html;")
aI("text=Points Race;url=http://www.velodrome.org.uk/wc-points.html;")
aI("text=Scratch;url=http://www.velodrome.org.uk/wc-scratch.html;")
aI("text=Sprint;url=http://www.velodrome.org.uk/wc-sprint.html;")
aI("text=Women's 500m TT;url=http://www.velodrome.org.uk/wc-500.html;")
aI("text=Men's 1km TT;url=http://www.velodrome.org.uk/wc-kilo.html;")
aI("text=Team Sprint;url=http://www.velodrome.org.uk/wc-ts.html;")
aI("text=Team Pursuit;url=http://www.velodrome.org.uk/wc-tp.html;")}
with(milonic=new menuname("manc08")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/manc08.html;")
aI("text=Event Program;url=http://www.everydaycycling.com/TrackWorldCup/twc_racing_programme.aspx?;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics2008_manchester/index.htm;target=_blank;")
aI("text=Photography;url=http://www.velodrome.org.uk/manc08pics.html;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/manc08d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/manc08d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/manc08d3.html;")}
with(milonic=new menuname("manc09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics2009_manchester/;target=_blank;")
aI("text=Photography;url=http://www.velodrome.org.uk/manc09pics.html;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/manc09d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/manc09d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/manc09d3.html;")}
with(milonic=new menuname("cali09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics2009_cali/;target=_blank;")
aI("text=Day One (Thursday) ;url=http://www.velodrome.org.uk/cali09d1.html;")
aI("text=Day Two (Friday) ;url=http://www.velodrome.org.uk/cali09d2.html;")
aI("text=Day Three (Saturday) ;url=http://www.velodrome.org.uk/cali09d3.html;")}
with(milonic=new menuname("melb09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics2009_melbourne/;target=_blank;")
aI("text=Day One (Thursday) ;url=http://www.velodrome.org.uk/melbourne09d1.html;")
aI("text=Day Two (Friday) ;url=http://www.velodrome.org.uk/melbourne09d2.html;")
aI("text=Day Three (Saturday) ;url=http://www.velodrome.org.uk/melbourne09d3.html;")}
with(milonic=new menuname("beijing10")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics2010_beijing/;target=_blank;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/beijing10d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/beijing10d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/beijing10d3.html;")}
with(milonic=new menuname("melbourne")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/melbourne08.html;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics2008_melbourne/;target=_blank;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/melbourne08d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/melbourne08d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/melbourne08d3.html;")}
with(milonic=new menuname("cali")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/cali08.html;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics2008_cali/index.htm;target=_blank;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/cali08d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/cali08d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/cali08d3.html;")}
with(milonic=new menuname("beijing09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/beijing09.html;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics2009_beijing/index.htm;target=_blank;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/beijing09d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/beijing09d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/beijing09d3.html;")}
with(milonic=new menuname("copenhagen")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/copenhagen09.html;")
aI("text=Event Program;url=http://www.cycling.org.au/Content/NavigationMenu4/EventProgram/ProgramforWeb.pdf;target=_blank;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics2009_copenhagen/index.htm;target=_blank;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/copenhagen09d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/copenhagen09d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/copenhagen09d3.html;")}
with(milonic=new menuname("sydney")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/sydney08.html;")
aI("text=Event Program;url=http://www.cycling.org.au/Content/NavigationMenu4/EventProgram/ProgramforWeb.pdf;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics0708_sydney/index.htm;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/sydney08d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/sydney08d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/sydney08d3.html;")}
with(milonic=new menuname("sydney")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/sydney08.html;")
aI("text=Event Program;url=http://www.cycling.org.au/Content/NavigationMenu4/EventProgram/ProgramforWeb.pdf;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics0708_sydney/index.htm;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/sydney08d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/sydney08d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/sydney08d3.html;")}
with(milonic=new menuname("beijing")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/beijing08.html;")
aI("text=Event Program;url=http://www.uci.ch/Modules/BUILTIN/getObject.asp?MenuId=MTI2MzE&ObjTypeCode=FILE&type=FILE&id=MzUyNDk&;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics0708_beijing/index.htm;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/beijing08d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/beijing08d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/beijing08d3.html;")}
with(milonic=new menuname("la")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/la08.html;")
aI("text=Event Program;url=http://www.uci.ch/Modules/BUILTIN/getObject.asp?MenuId=MTI2MzE&ObjTypeCode=FILE&type=FILE&id=MzU3OTA&;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics0708_los_angeles/index_events.htm;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/la08d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/la08d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/la08d3.html;")}
with(milonic=new menuname("den")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/denmark08.html;")
aI("text=Event Program;url=http://www.uci.ch/includes/asp/getTarget.asp?type=FILE&id=MzcxMzA;")
aI("text=Results;url=http://www.tissottiming.com/sports/cycling/track/classics0708_ballerup/index_events.htm;")
aI("text=Day One (Friday) ;url=http://www.velodrome.org.uk/denmark08d1.html;")
aI("text=Day Two (Saturday) ;url=http://www.velodrome.org.uk/denmark08d2.html;")
aI("text=Day Three (Sunday) ;url=http://www.velodrome.org.uk/denmark08d3.html;")}
with(milonic=new menuname("aus")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=oceania;text=Oceania Track Champs >>>;")
 aI("showmenu=australia;text=Australian Events >>>;")
aI("showmenu=tas;text=Tasmanian Carnivals >>>;url=http://www.velodrome.org.uk/tasmania07.html;")
}
with (milonic = new menuname("asian")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Asia Cup - Thailand 2010;url=http://www.velodrome.org.uk/asia10thailand.html;")
aI("text=Asia Cup - Japan 2010;url=http://www.velodrome.org.uk/asia10japan.html;")
aI("text=Asian Track Champs 10;url=http://www.velodrome.org.uk/asianchamps10.html;")
aI("text=Asia Cup - Thailand 2009;url=http://www.velodrome.org.uk/asiacupthailand09.html;")
aI("text=Asian Track Champs 09;url=http://www.velodrome.org.uk/asianchamps09.html;")}
with (milonic = new menuname("australia")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle;aI("text=Perth GP Winter 2011;url=http://www.velodrome.org.uk/perthgp11.html;")
aI("text=Perth Summer GP 10;url=http://www.velodrome.org.uk/perthgp10a.html;")
aI("showmenu=oznats;text=National Champs >>>;")
aI("text=Perth Winter GP 10;url=http://www.velodrome.org.uk/perthgp10.html;")
aI("text=Perth International GP 09;url=http://www.velodrome.org.uk/perthgp09.html;")
aI("text=Perth International GP 08;url=http://www.velodrome.org.uk/perthgp08.html;")
aI("text=Perth International GP 07;url=http://www.velodrome.org.uk/perth07.html;")
aI("text=WA Winter Track Series;url=http://www.velodrome.org.uk/summertrack.html;")
aI("text=WA Summer Track Series;url=http://www.velodrome.org.uk/summertrack.html;")}
with (milonic = new menuname("other")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("showmenu=jap;text=Japanese Keirin >>>;")
    aI("showmenu=6d;text=Six Days >>>;;")
    aI("showmenu=revo;text=The Revolution Series >>>;")
    aI("text=Neotel Track Cycling Festival;url=http://www.velodrome.org.uk/neotel.html;")}
with(milonic=new menuname("euro")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=euros;text=European Champs >>>;")
aI("showmenu=ireland;text=Irish Events >>>;")
aI("showmenu=france;text=French Events >>>;")
aI("showmenu=swiss;text=Swiss Events >>>;")
aI("showmenu=spain;text=Spanish Events >>>;")
aI("showmenu=germany;text=German Events >>>;")
aI("showmenu=italy;text=Italian Events >>>;")
aI("showmenu=poland;text=Polish Events >>>;")
aI("showmenu=russia;text=Russian Events >>>;")
aI("showmenu=holland;text=Dutch Events >>>;")
aI("showmenu=austria;text=Austrian Events >>>;")
aI("showmenu=euroarchive;text=Archive >>>;")}
with (milonic = new menuname("austria")) { margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=2010 GP Vienna;url=http://www.velodrome.org.uk/vienna10.html;") } 
with (milonic = new menuname("italy")) { margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Giro d'Italia Piste 2007;url=http://www.velodrome.org.uk/giropiste.html;") 
aI("text=2007 National Champs;url=http://www.velodrome.org.uk/italynats.html;")}
with (milonic = new menuname("swiss")) { margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=3d Aigle 2010;url=http://www.velodrome.org.uk/aigle10.html;")
    aI("text=3d Aigle 2009;url=http://www.velodrome.org.uk/3daigle09.html;")    
aI("text=3d Aigle 2007;url=http://www.velodrome.org.uk/3daigle.html;")}
with(milonic=new menuname("germany")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=German Nationals 2011;url=http://www.velodrome.org.uk/german11.html;")
aI("text=Cottbus GP 2011;url=http://www.velodrome.org.uk/cottbus270611.html;")
aI("text=Cottbus Sprinter Cup Rd2 2011;url=http://www.velodrome.org.uk/cottbus210611.html;")
aI("text=Dudenhofen Sprinter Cup - September 2010;url=http://www.velodrome.org.uk/dudenhofen030910.html;")
aI("text=Cottbus Sprinter Cup - August 2010;url=http://www.velodrome.org.uk/cottbus230810.html;")
aI("showmenu=german10;text=2010 National Champs >>>;")
aI("text=2010 National Derny Champs;url=http://www.velodrome.org.uk/germanderny10.html;")
aI("text=2010 Sparkasse Nürnberg GP;url=http://www.velodrome.org.uk/nurnburg10stayers.html;")
aI("text=2010 Deutschland Sprint GP;url=http://www.velodrome.org.uk/cottbus10b.html;")
aI("text=2010 Cottbus GP;url=http://www.velodrome.org.uk/cottbus10a.html;")
aI("text=2010 Pfingstpreis GP;url=http://www.velodrome.org.uk/pfingstpreis10.html;")
aI("text=2010 Drei Bahnen Tournee;url=http://www.velodrome.org.uk/auftaktrennen10.html;")
aI("text=GP Cottbus 09;url=http://www.velodrome.org.uk/gpcottbus09.html;")
aI("text=2007 National Champs;url=http://www.velodrome.org.uk/germannats.html;")}
with(milonic=new menuname("german10")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2010 Nationals - Day One;url=http://www.velodrome.org.uk/german10d1.html;")
aI("text=2010 Nationals - Day Two;url=http://www.velodrome.org.uk/german10d2.html;")
aI("text=2010 Nationals - Day Three/Four;url=http://www.velodrome.org.uk/german10d3.html;")}
with(milonic=new menuname("poland")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=GP of Poland;url=http://www.velodrome.org.uk/polandgp10.html;")}
with(milonic=new menuname("spain")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2010 Junior Nationals;url=http://www.velodrome.org.uk/espjnats10.html;")
aI("text=Copa de Espana de Palma;url=http://www.velodrome.org.uk/copaespana10palma.html;")
aI("text=Euskadi Track Champs;url=http://www.velodrome.org.uk/euskadi10.html;")
aI("text=II Trofeo de Palma;url=http://www.velodrome.org.uk/trofeo10.html;")
aI("text=Trofeo de Goal;url=http://www.velodrome.org.uk/goal10.html;")
aI("text=2009 National Champs;url=http://www.velodrome.org.uk/esp09.html;")
aI("text=Gp Barcelone 09;url=http://www.velodrome.org.uk/barcelona09.html;")
aI("text=I Trofeo Ciutat de Palma;url=http://www.velodrome.org.uk/trofeu09.html;")
aI("text=GP Barcelone 07;url=http://www.velodrome.org.uk/gpbarcelone.html;")}
with (milonic = new menuname("france")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=French National Track Champs 2011;url=http://www.velodrome.org.uk/french11.html;")
aI("text=French National Track Champs 2010;url=http://www.velodrome.org.uk/french10.html;")
aI("showmenu=tdf10;text=Tour de France 2010 >>>;")
aI("text=Velodrome TPM - 25th June 2010;url=http://www.velodrome.org.uk/toulon250610.html;")
aI("text=Hyeres Velodrome - 12th June 2010;url=http://www.velodrome.org.uk/hyeres120610.html;")
aI("text=Fenioux Trophy 2010 - Lyon;url=http://www.velodrome.org.uk/fenioux10-2.html;")
aI("text=GP Vitesse de St Denis 2010;url=http://www.velodrome.org.uk/stdenis10.html;")
aI("text=Ile de France - St Denis;url=http://www.velodrome.org.uk/iledefrancestdenis10.html;")
aI("text=Championnats d'Aquitaine;url=http://www.velodrome.org.uk/aquitaine10.html;")
aI("text=Souvenir Georges Préveral;url=http://www.velodrome.org.uk/georges10.html;")
aI("text=Fenioux Trophy 2010 - Bordeaux;url=http://www.velodrome.org.uk/fenioux10-1.html;")
aI("text=Vitesse de St Denis 2009;url=http://www.velodrome.org.uk/gpstdenis09.html;")
aI("text=Fenioux Trophy 09 - Lyon;url=http://www.velodrome.org.uk/fenioux09.html;")
aI("text=2007 National Champs;url=http://www.velodrome.org.uk/frenchnats.html;")}
with(milonic=new menuname("tdf10")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=25th July - Stage Twenty;url=http://www.velodrome.org.uk/tdf10s20.html;")
aI("text=24th July - Stage Nineteen;url=http://www.velodrome.org.uk/tdf10s19.html;")
aI("text=23rd July - Stage Eighteen;url=http://www.velodrome.org.uk/tdf10s18.html;")
aI("text=22nd July - Stage Seventeen;url=http://www.velodrome.org.uk/tdf10s17.html;")
aI("text=20th July - Stage Sixteen;url=http://www.velodrome.org.uk/tdf10s16.html;")
aI("text=19th July - Stage Fifteen;url=http://www.velodrome.org.uk/tdf10s15.html;")
aI("text=18th July - Stage Fourteen;url=http://www.velodrome.org.uk/tdf10s14.html;")
aI("text=17th July - Stage Thirteen;url=http://www.velodrome.org.uk/tdf10s13.html;")
aI("text=16th July - Stage Twelve;url=http://www.velodrome.org.uk/tdf10s12.html;")
aI("text=15th July - Stage Eleven;url=http://www.velodrome.org.uk/tdf10s11.html;")
aI("text=14th July - Stage Ten;url=http://www.velodrome.org.uk/tdf10s10.html;")
aI("text=13th July - Stage Nine;url=http://www.velodrome.org.uk/tdf10s9.html;")
aI("text=11th July - Stage Eight;url=http://www.velodrome.org.uk/tdf10s8.html;")
aI("text=10th July - Stage Seven;url=http://www.velodrome.org.uk/tdf10s7.html;")
aI("text=9th July - Stage Six;url=http://www.velodrome.org.uk/tdf10s6.html;")
aI("text=8th July - Stage Five;url=http://www.velodrome.org.uk/tdf10s5.html;")
aI("text=7th July - Stage Four;url=http://www.velodrome.org.uk/tdf10s4.html;")
aI("text=6th July - Stage Three;url=http://www.velodrome.org.uk/tdf10s3.html;")
aI("text=5th July - Stage Two;url=http://www.velodrome.org.uk/tdf10s2.html;")
aI("text=4th July - Stage One;url=http://www.velodrome.org.uk/tdf10s1.html;")
aI("text=3rd July - Prologue;url=http://www.velodrome.org.uk/tdf10p.html;")
aI("text=2010 Preview;url=http://www.velodrome.org.uk/tdf10.html;")
aI("text=Anti-Cavendishism;url=http://www.velodrome.org.uk/anticavendishism.html;")
aI("text=Track Rider TDF Team;url=http://www.velodrome.org.uk/tdf10track.html;")}
with(milonic=new menuname("ireland")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2010 National Champs;url=http://www.velodrome.org.uk/irish10.html;")
aI("showmenu=sundrive;text=Sundrive Track League >>>;")
aI("text=2007 National Champs;url=http://www.velodrome.org.uk/irishnats.html;")}
with(milonic=new menuname("sundrive")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Sundrive TL 2010 Week One;url=http://www.velodrome.org.uk/sundrive10w1.html;")
aI("text=Official Website;url=http://www.trackcycling.ie;target=blank;")}
with(milonic=new menuname("russia")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=GP of Moscow 10;url=http://www.velodrome.org.uk/moscowgp10.html;")
    aI("text=GP of Tula 10;url=http://www.velodrome.org.uk/tula10.html;")
    aI("text=Belarus Nationals 2010;url=http://www.velodrome.org.uk/belarus10.html;")
aI("text=Memorial of Lesnikov 09;url=http://www.velodrome.org.uk/lesnikov09.html;")
aI("text=GP of Moscow 09;url=http://www.velodrome.org.uk/moscowgp09.html;")
aI("text=Memorial of Lesnikov 07;url=http://www.velodrome.org.uk/lesnikov.html;")
aI("text=Hopes of Moscow 07;url=http://www.velodrome.org.uk/hopesofmoscow.html;")}
with(milonic=new menuname("holland")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Junior Interland 07;url=http://www.velodrome.org.uk/interland.html;")
aI("text=Toekomst Prijs 07;url=http://www.velodrome.org.uk/toekomst.html;")}
with(milonic=new menuname("euroarchive")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Championnats d'Europe 09;url=http://www.velodrome.org.uk/piste09.html;")
aI("text=GP Prostejov 2007;url=http://www.velodrome.org.uk/otmar.html;")
aI("text=3 Jours d'Aigle 2007;url=http://www.velodrome.org.uk/3daigle.html;")}
with(milonic=new menuname("pan")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/panam07.html;")
aI("text=Day 1;url=http://www.velodrome.org.uk/panam07d1.html;")
aI("text=Day 2;url=http://www.velodrome.org.uk/panam07d2.html;")
aI("text=Day 3;url=http://www.velodrome.org.uk/panam07d3.html;")}
with (milonic = new menuname("6d")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=2010 Ghent 6D;url=http://www.velodrome.org.uk/6dghent10.html;")
 aI("text=2010 Amsterdam 6D;url=http://www.velodrome.org.uk/6damsterdam10.html;")
aI("text=UIV/6D Preview 2010;url=http://www.velodrome.org.uk/uiv2010.html;")
aI("text=Giorni 6D 2010;url=http://www.velodrome.org.uk/giorni10.html;")
aI("text=Rotterdam 6D 2010;url=http://www.velodrome.org.uk/rotterdam6d10.html;")
aI("text=Ballerup 6D 2010;url=http://www.velodrome.org.uk/ballerup6d10.html;")
aI("showmenu=6d09;text=2009 >>>;")
aI("showmenu=6d08;text=2008 >>>;")
aI("showmenu=6d07;text=2007 >>>;")}
with(milonic=new menuname("6d07")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Amsterdam 6D 2007;url=http://www.velodrome.org.uk/6d-amsterdam07.html;")
aI("text=Grenoble 6D 2007;url=http://www.velodrome.org.uk/6d-grenoble07.html;")
aI("text=Dortmund 6D 2007;url=http://www.velodrome.org.uk/6d-dortmund07.html;")
aI("text=Munich 6D 2007;url=http://www.velodrome.org.uk/6d-munich07.html;")
aI("text=Milan 4D 2007;url=http://www.velodrome.org.uk/4d-milan07.html;")
aI("text=Ghent 6D 2007;url=http://www.velodrome.org.uk/6d-ghent07.html;")
aI("text=Noorden 6D 2007;url=http://www.velodrome.org.uk/6d-noorden07.html;")
aI("text=Ballerup 6D Ouverture;url=http://www.velodrome.org.uk/6d-ballerup07.html;")
aI("text=Grosser Weihnachtspreis;url=http://www.velodrome.org.uk/6d-christmas07.html;")
aI("text=Zurich 6D 07/08;url=http://www.velodrome.org.uk/6d-zurich07.html;")
aI("text=Rotterdam 6D 07;url=http://www.velodrome.org.uk/6d-rotterdam07.html;")}
with(milonic=new menuname("6d08")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Bremen 6D 08;url=http://www.velodrome.org.uk/6d-bremen08.html;")
aI("text=Stuttgart 6D 08;url=http://www.velodrome.org.uk/6d-stuttgart08.html;")}
with(milonic=new menuname("6d09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Ghent 6D 2009;url=http://www.velodrome.org.uk/ghent6d09.html;")}
with(milonic=new menuname("Revo")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Photography;url=http://www.flickr.com/photos/r_j_obrien;target=blank;")
aI("text=Revolution 30 - Nov 10;url=http://www.velodrome.org.uk/revolution201110.html;")
aI("text=Revolution 29 - Oct 10;url=http://www.velodrome.org.uk/revolution231010.html;")
aI("text=Revolution S8 Preview;url=http://www.velodrome.org.uk/revolutionseason8.html;")
aI("text=Revolution 6OZ Preview;url=http://www.velodrome.org.uk/revolution6ozpreview.html;")
aI("text=Revolution 27 - Jan 10;url=http://www.velodrome.org.uk/revolution27.html;")
aI("text=Revolution 26 - Dec 09;url=http://www.velodrome.org.uk/revolution26.html;")
aI("text=Revolution 25 - Nov 09;url=http://www.velodrome.org.uk/revolution-nov09.html;")
aI("showmenu=revoarchive;text=Archive Revolutions >>>;")
}
with (milonic = new menuname("revoarchive")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Revolution 24 - Feb 09;url=http://www.velodrome.org.uk/revolution24.html;")
    aI("text=Revolution 23 - Jan 09;url=http://www.velodrome.org.uk/revolution23.html;")
    aI("text=Revolution 22 - Dec 08;url=http://www.velodrome.org.uk/revolution22.html;")
    aI("text=Revolution 21 - Nov 08;url=http://www.velodrome.org.uk/revolution21.html;")
    aI("text=Revolution 20 - Feb 08;url=http://www.velodrome.org.uk/revolution20.html;")
    aI("text=Revolution 19 - Jan 08;url=http://www.velodrome.org.uk/revolution19.html;")
    aI("text=Revolution 18 - Nov 07;url=http://www.velodrome.org.uk/revolution18.html;")
    aI("text=Revolution 17 - Oct 07;url=http://www.velodrome.org.uk/revolution17.html;")
    aI("text=Revolution 16 - Jan 07;url=http://www.velodrome.org.uk/revolution16.html;")
    aI("text=Revolution 15 - Dec 06;url=http://www.velodrome.org.uk/revolution15.html;")
    aI("text=Revolution 14 - Nov 06;url=http://www.velodrome.org.uk/revolution14.html;")
    aI("text=Revolution 13 - Oct 06;url=http://www.velodrome.org.uk/revolution13.html;")
    aI("text=Archive Photography;url=http://www.velodrome.org.uk/revphotos.html;")
    aI("text=Future Revolution;url=http://www.velodrome.org.uk/futurerevolution.html;")
    aI("text=Revolution Australia;url=http://www.velodrome.org.uk/revolutionoz.html;")
} with (milonic = new menuname("open")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("showmenu=gbnats;text=National Champs >>>;")
aI("showmenu=league;text=Track Leagues >>>;")
aI("showmenu=hh;text=Good Friday Meeting >>>;")
aI("text=Midsummer Open;url=http://www.newcastle-track.co.uk/midsummer.html;")
aI("showmenu=edin;text=Edinburgh GP >>>;")
aI("showmenu=mead;text=Meadowbank GP >>>;")
aI("showmenu=open3;text=Archive UK Events >>>;")}
with(milonic=new menuname("open3")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=BPA DernyFest/Women's Omnium;url=http://www.bristowevents.co.uk/dernyfest.html;")
aI("showmenu=cardiff;text=Cardiff GP >>>;")
aI("showmenu=dudley;text=Halesowen GP >>>;")
aI("showmenu=open2;text=Other UK Events >>>;")
aI("showmenu=open3a;text=2008 >>>;")
aI("showmenu=mss;text=Midland Sprint Series >>>;url=http://www.velodrome.org.uk/mss08.html;")
aI("text=Scunthorpe Trophy;url=http://www.velodrome.org.uk/scuntrophy07.xls;")
aI("text=The Winterton Show;url=http://www.velodrome.org.uk/winterton.html;")
aI("text=2007 Youth Omnium Final;url=http://www.velodrome.org.uk/yofinals.html;")}
with(milonic=new menuname("open3a")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Portsmouth Easter Open;url=http://www.velodrome.org.uk/ports-events.html;")
aI("text=Welwyn Women's Omnium 1;url=http://www.velodrome.org.uk/welwyn08wo.html;")
aI("text=Welwyn Women's Omnium 2;url=http://www.velodrome.org.uk/welwyn08wo2.html;")
aI("text=Roadman's 25 Mile;url=http://www.velodrome.org.uk/roadman08.doc;")
aI("text=Youth Omnium Final;url=http://www.velodrome.org.uk/yo08.html;")
aI("text=Newport Youth Omnium;url=http://www.velodrome.org.uk/newport08yo.doc;")
aI("text=Cardiff Youth Omnium;url=http://www.velodrome.org.uk/cardiff08yo.doc;")
aI("text=Reading Youth Omnium;url=http://www.velodrome.org.uk/reading08yo.doc;")
aI("text=Halesowen Youth Omnium;url=http://www.velodrome.org.uk/halesowen08yo.doc;")
aI("text=Scunthorpe Youth Omnium;url=http://www.velodrome.org.uk/scun08yo.xls;")
aI("text=Newcastle Youth Omnium;url=http://www.newcastle-track.co.uk/tandem.html;")
aI("text=Dundee Youth Omnium;url=http://www.velodrome.org.uk/dundee08yo.doc;")
aI("text=Edinburgh Youth Omnium;url=http://www.velodrome.org.uk/edin08yo.doc;")
aI("text=Portsmouth Youth Omnium;url=http://www.velodrome.org.uk/ports-res.html;")
aI("text=Welwyn Youth Omnium;url=http://www.velodrome.org.uk/welwyn08yo1.html;")
aI("text=Preston Park Youth Omnium;url=http://www.velodrome.org.uk/ppyo09.pdf;")
aI("text=Herne Hill Youth Omnium;url=http://www.velodrome.org.uk/hh08yo.doc;")}
with(milonic=new menuname("open2")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Scunthorpe Trophy 2010;url=http://www.velodrome.org.uk/stl040910.html;")
aI("text=Mildenhall Rally 2010;url=http://www.velodrome.org.uk/mildenhall10.html;")
aI("text=London Track Championships 2010;url=http://www.velodrome.org.uk/londonchamps10.html;")
aI("text=Heckington Show Grass Track Meeting 2010;url=http://www.velodrome.org.uk/heckington10.html;")
aI("text=Welwyn Women's Omnium and Dernyfest 2010;url=http://www.velodrome.org.uk/welwyn10df.html;")
aI("text=BC Eastern Regional Champs 2010;url=http://www.velodrome.org.uk/ecca10.html;")
aI("text=Wolverhampton Midland Youth Omnium - June 2010;url=http://www.velodrome.org.uk/wolves10yo.html;")
aI("text=Newcastle Midland Youth Omnium - May 2010;url=http://www.velodrome.org.uk/tandem10.html;")
aI("text=National Tandem Championships - May 2010;url=http://www.velodrome.org.uk/tandem10.html;")
aI("text=Welwyn Youth Omnium - May 2010;url=http://www.velodrome.org.uk/welwyn10w3yo.html;")
aI("text=Rollapaluza Track Meeting 2010;url=http://www.velodrome.org.uk/rollapaluzatrack10report.html;")}
with(milonic=new menuname("mss")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=About the Event;url=http://www.velodrome.org.uk/mss08.html;")
aI("text=Event Report;url=http://www.velodrome.org.uk/mss08report.html;")
aI("text=Event Results;url=http://www.velodrome.org.uk/mss08res.html;")}
with (milonic = new menuname("edin")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=2011 DHL Edinburgh GP;url=http://www.velodrome.org.uk/edinburghgp11.html;")
    aI("text=2010 DHL Edinburgh GP;url=http://www.velodrome.org.uk/edinburghgp10.html;")
aI("text=2008 DHL Edinburgh GP;url=http://www.velodrome.org.uk/edinburghgp08.html;")
aI("text=2007 DHL Edinburgh GP;url=http://www.velodrome.org.uk/edinburghgp.html;")}
with(milonic=new menuname("cardiff")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2008 Cardiff GP;url=http://www.velodrome.org.uk/cardiffgp08.html;")
aI("text=2008 Results;url=http://www.velodrome.org.uk/cardiffgp08.doc;")
aI("text=Weather;url=http://www.bbc.co.uk/weather/5day.shtml?world=0004;")
aI("text=2007 Cardiff GP;url=http://www.velodrome.org.uk/cardiffgp.html;")
aI("text=2007 Results;url=http://www.velodrome.org.uk/cardiffgpres.html;")
aI("text=2007 Photography;url=http://www.photos.velodrome.org.uk/cardiff07pics.html;")}
with(milonic=new menuname("Dudley")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2008 Halesowen GP;url=http://www.velodrome.org.uk/halesowengp08.html;")
aI("text=2008 Results;url=http://www.velodrome.org.uk/halesowengp08.doc;")
aI("text=Weather;url=http://www.bbc.co.uk/weather/5day.shtml?id=1092;")
aI("text=2007 Dudley GP;url=http://www.velodrome.org.uk/dudleygp.html;")
aI("text=2007 Results;url=http://www.velodrome.org.uk/dudleygpres.html;")}
with(milonic=new menuname("Mead")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2009 Meadowbank GP;url=http://www.velodrome.org.uk/meadowbankgp09.html;")
aI("text=2008 Meadowbank GP;url=http://www.velodrome.org.uk/meadowbankgp08.html;")
aI("text=Weather;url=http://www.bbc.co.uk/weather/5day.shtml?id=1808;")
aI("text=2007 Meadowbank GP;url=http://www.velodrome.org.uk/meadowbankgp.html;")}
with(milonic=new menuname("hh")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2011 Good Friday GP;url=http://www.velodrome.org.uk/gf11.html;")
    aI("text=2010 Good Friday GP;url=http://www.velodrome.org.uk/goodfriday10pre.html;")
aI("text=2009 Good Friday GP;url=http://www.velodrome.org.uk/gf09.html;")
aI("text=2008 Good Friday GP;url=http://www.velodrome.org.uk/hh08report.html;")
aI("text=2007 Good Friday GP;url=http://www.velodrome.org.uk/hh.html;")}
with(milonic=new menuname("league")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=ntca;text=Newcastle TL >>>;")
aI("showmenu=pp;text=Preston Park TL >>>;")
aI("showmenu=welwyn;text=Welwyn TL >>>;")
aI("showmenu=hhtl;text=Herne Hill TL >>>;")
aI("showmenu=scunthorpe;text=Scunthorpe TL >>>;")
aI("showmenu=portsmouth;text=Portsmouth TL >>>;")
aI("showmenu=meadowbank;text=Meadowbank TL >>>;")
aI("showmenu=forest;text=Forest Town TL >>>;")
aI("showmenu=maindy;text=Maindy Mini TL >>>;")
aI("showmenu=wrtl;text=West Riding Grass TL >>>;")
aI("showmenu=wolves;text=Wolverhampton TL >>>;")
aI("showmenu=hales;text=Halesowen TL >>>;")
aI("text=Submit your Details/Results;url=mailto:andrew@velodrome.org.uk;")}
with (milonic = new menuname("ntca")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Information;url=http://www.velodrome.org.uk/newcastletrackleague.html;")
    aI("text=1st September 2011;url=http://www.velodrome.org.uk/ntca010911.html;")
    aI("text=25th August 2011;url=http://www.velodrome.org.uk/ntca250811.html;")
    aI("text=18th August 2011;url=http://www.velodrome.org.uk/ntca180811.html;")
    aI("text=11th August 2011;url=http://www.velodrome.org.uk/ntca110811.html;")
    aI("text=4th August 2011;url=http://www.velodrome.org.uk/ntca040811.html;")
    aI("text=28th July 2011;url=http://www.velodrome.org.uk/ntca280711.html;")
    aI("text=21st July 2011;url=http://www.velodrome.org.uk/ntca210711.html;")
    aI("text=14th July 2011;url=http://www.velodrome.org.uk/ntca140711.html;")
    aI("text=7th July 2011;url=http://www.velodrome.org.uk/ntca070711.html;")
    aI("text=30th June 2011;url=http://www.velodrome.org.uk/ntca300611.html;")
    aI("text=23rd June 2011;url=http://www.velodrome.org.uk/ntca230611.html;")
    aI("text=16th June 2011;url=http://www.velodrome.org.uk/ntca160611.html;")
    aI("text=9th June 2011;url=http://www.velodrome.org.uk/ntca090611.html;")
    aI("text=2nd June 2011;url=http://www.velodrome.org.uk/ntca020611.html;")
    aI("text=26th May 2011;url=http://www.velodrome.org.uk/ntca260511.html;")
    aI("text=19th May 2011;url=http://www.velodrome.org.uk/ntca190511.html;")
    aI("text=5th May 2011;url=http://www.velodrome.org.uk/ntca050511.html;")
    aI("text=27th April 2011;url=http://www.velodrome.org.uk/ntca270411.html;")
    aI("text=Official Site;url=http://www.newcastle-track.co.uk/index.html;target=blank;")
    aI("showmenu=ntca2010;text=NTCA TL 2010 >>>;")
    aI("text=NTCA History;url=http://www.velodrome.org.uk/ntcahistory.html;")}
    with (milonic = new menuname("ntca2010")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=NTCA TL - Week Nineteen;url=http://www.velodrome.org.uk/ntca020910.html;")
aI("text=NTCA TL - Week Eighteen;url=http://www.velodrome.org.uk/ntca260810.html;")
aI("text=NTCA TL - Week Seventeen - RAIN;")
aI("text=NTCA TL - Week Sixteen; - RAIN;")
aI("text=NTCA TL - Week Fifteen;url=http://www.velodrome.org.uk/ntca050810.html;")
aI("text=NTCA TL - Week Fourteen;url=http://www.velodrome.org.uk/ntca290710.html;")
aI("text=NTCA TL - Week Thirteen;url=http://www.velodrome.org.uk/ntca220710.html;")
aI("text=NTCA TL - Week Twelve;url=http://www.velodrome.org.uk/ntca220710.html;")
aI("text=NTCA TL - Week Eleven;url=http://www.velodrome.org.uk/ntca080710.html;")
aI("text=NTCA TL - Week Ten;url=http://www.velodrome.org.uk/ntca010710.html;")
aI("text=NTCA TL - Week Nine;url=http://www.velodrome.org.uk/ntca240610.html;")
aI("text=NTCA TL - Week Eight;url=http://www.velodrome.org.uk/ntca160610.html;")
aI("text=NTCA TL - Week Seven;url=http://www.velodrome.org.uk/ntca100610.html;")
aI("text=NTCA TL - Week Six;url=http://www.velodrome.org.uk/ntca030610.html;")
aI("text=NTCA TL - Week Five;url=http://www.velodrome.org.uk/ntca210510.html;")
aI("text=NTCA TL - Week Four;url=http://www.velodrome.org.uk/ntca200510.html;")
aI("text=NTCA TL - Week Three;url=http://www.velodrome.org.uk/ntca130510.html;")
aI("text=NTCA TL - Week Two;url=http://www.velodrome.org.uk/ntca060510.html;")
aI("text=NTCA TL - W1 - Rain;")
aI("text=Ladies Try the Track;url=http://www.velodrome.org.uk/newcladies10.html;")
aI("text=2010 Preview;url=http://www.velodrome.org.uk/ntca10.html;")
aI("text=Photography;url=http://www.velodrome.org.uk/ntcaphotos.html;")}
with(milonic=new menuname("wrtl")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=West Riding Grass TL 2010 Preview;url=http://www.velodrome.org.uk/wrtl10.html;")}
with(milonic=new menuname("hales")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Halesowen TL 2010 Week Four;url=http://www.velodrome.org.uk/halesowen10w4.html;")
aI("text=Halesowen TL 2010 Week Three;url=http://www.velodrome.org.uk/halesowen10w3.html;")
aI("text=Halesowen TL 2010 Week Two;url=http://www.velodrome.org.uk/halesowen10w2.html;")
aI("text=Halesowen TL 2010 Week One;url=http://www.velodrome.org.uk/halesowen10w1.html;")}
with (milonic = new menuname("wolves")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=31st August 2011;url=http://www.velodrome.org.uk/w310811.html;")
    aI("text=24th August 2011;url=http://www.velodrome.org.uk/w240811.html;")
    aI("text=17th August 2011;url=http://www.velodrome.org.uk/w170811.html;")
    aI("text=12th August 2011;url=http://www.velodrome.org.uk/w120811.html;")
    aI("text=3rd August 2011;url=http://www.velodrome.org.uk/w030811.html;")
    aI("text=27th July 2011;url=http://www.velodrome.org.uk/w270711.html;")
    aI("text=20th July 2011;url=http://www.velodrome.org.uk/w200711.html;")
    aI("text=13th July 2011;url=http://www.velodrome.org.uk/w120711.html;")
    aI("text=6th July 2011;url=http://www.velodrome.org.uk/w060711.html;")
    aI("text=29th June 2011;url=http://www.velodrome.org.uk/w290611.html;")
    aI("text=22nd June 2011;url=http://www.velodrome.org.uk/w220611.html;")
    aI("text=15th June 2011;url=http://www.velodrome.org.uk/w150611.html;")
    aI("text=8th June 2011;url=http://www.velodrome.org.uk/w080611.html;")
    aI("text=1st June 2011;url=http://www.velodrome.org.uk/w010611.html;")
    aI("text=25th May 2011;url=http://www.velodrome.org.uk/w250511.html;")
    aI("text=18th May 2011;url=http://www.velodrome.org.uk/w180511.html;")
    aI("text=4th May 2011;url=http://www.velodrome.org.uk/w040511.html;")
    aI("text=26th April 2011;url=http://www.velodrome.org.uk/w260411.html;")
    aI("showmenu=wolves10;text=Wolverhampton TL 2010;;")
}
with (milonic = new menuname("wolves10")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Wolverhampton TL 2010 W18;url=http://www.velodrome.org.uk/wolves10finale.html;")
    aI("text=Wolverhampton TL 2010 W13;url=http://www.velodrome.org.uk/wolves10w13.html;")
    aI("text=Wolverhampton TL 2010 W12;url=http://www.velodrome.org.uk/wolves10w12.html;")
    aI("text=Wolverhampton TL 2010 W11;url=http://www.velodrome.org.uk/wolvestl10w11.html;")
    aI("text=Wolverhampton TL 2010 W10;url=http://www.velodrome.org.uk/wolvestl10w10.html;")
    aI("text=Wolverhampton TL 2010 W9;url=http://www.velodrome.org.uk/wolvestl10w9.html;")
    aI("text=Wolverhampton TL 2010 W8;url=http://www.velodrome.org.uk/wolvestl10w8.html;")
    aI("text=Wolverhampton TL 2010 W7;url=http://www.velodrome.org.uk/wolvestl10w7.html;")
    aI("text=W6 - Rain;")
    aI("text=Wolverhampton TL 2010 W5;url=http://www.velodrome.org.uk/wolvestl10w5.html;")
    aI("text=W4 - Rain;")
    aI("text=Wolverhampton TL 2010 W3;url=http://www.velodrome.org.uk/wolvestl10w3.html;")
    aI("text=Wolverhampton TL 2010 W2;url=http://www.velodrome.org.uk/wolvestl10w2.html;")
    aI("text=Wolverhampton TL 2010 W1;url=http://www.velodrome.org.uk/wolvestl10w1.html;")
}
with (milonic = new menuname("forest")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=2010 Week Eight;url=http://www.velodrome.org.uk/forest10wk8.html;")
aI("text=2010 Week Seven;url=http://www.velodrome.org.uk/forest10wk7.html;")
aI("text=2010 Week Six;url=http://www.velodrome.org.uk/forest10wk6.html;")
aI("text=2010 Week Five;url=http://www.velodrome.org.uk/forest10wk5.html;")
aI("text=2010 Week Four;url=http://www.velodrome.org.uk/forest10wk4.html;")
aI("text=2010 Week Three;url=http://www.velodrome.org.uk/forest10wk3.html;")
aI("text=2010 Week Two;url=http://www.velodrome.org.uk/forest10wk2.html;")
aI("text=2010 Week One;url=http://www.velodrome.org.uk/forest10wk1.html;")
aI("text=Official Site;url=http://www.foresttowntrack.co.uk/;target=blank;")
aI("text=Retford Wheelers Site;url=http://www.retfordwheelers.co.uk/;target=blank;")}
with(milonic=new menuname("maindy")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2010 Week Three;url=http://www.velodrome.org.uk/maindy10w3.html;")
aI("text=2010 Week One/Two;url=http://www.velodrome.org.uk/maindy10w1-2.html;")}
with(milonic=new menuname("hhtl")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2010 Week Ten;url=http://www.velodrome.org.uk/hhtl10w10.html;")
aI("text=2010 Week Nine;url=http://www.velodrome.org.uk/hhtl10w9.html;")
aI("text=2010 Week Eight - Rain;")
aI("text=2010 Week Seven - Rain;")
aI("text=2010 Week Six;url=http://www.velodrome.org.uk/hhtl10w6.html;")
aI("text=2010 Week Five;url=http://www.velodrome.org.uk/hhtl10w5.html;")
aI("text=2010 Week Four;url=http://www.velodrome.org.uk/hhtl10w4.html;")
aI("text=2010 Week Three;url=http://www.velodrome.org.uk/hhtl10w3.html;")
aI("text=2010 Week Two;url=http://www.velodrome.org.uk/hhtl10w2.html;")
aI("text=2010 Week One;url=http://www.velodrome.org.uk/hhtl10w1.html;")
aI("text=2010 Preview;url=http://www.velodrome.org.uk/hhtl10.html;")
aI("text=Official Site;url=http://www.hernehillvelodrome.com/;target=blank;")}
with (milonic = new menuname("pp")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Information;url=http://www.velodrome.org.uk/prestonpark.html;")
    aI("text=17th August 2011;url=http://www.velodrome.org.uk/pp170811.html;")
    aI("text=27th July 2011;url=http://www.velodrome.org.uk/pp270711.html;")
    aI("text=20th July 2011;url=http://www.velodrome.org.uk/pp200711.html;")
    aI("text=13th July 2011;url=http://www.velodrome.org.uk/pp130711.html;")
    aI("text=6th July 2011;url=http://www.velodrome.org.uk/pp060711.html;")
    aI("text=29th June 2011;url=http://www.velodrome.org.uk/pp290611.html;")
    aI("text=22nd June 2011;url=http://www.velodrome.org.uk/pp220611.html;")
    aI("text=15th June 2011;url=http://www.velodrome.org.uk/pp150611.html;")
    aI("text=8th June 2011;url=http://www.velodrome.org.uk/pp080611.html;")
    aI("text=1st June 2011;url=http://www.velodrome.org.uk/pp010611.html;")
    aI("text=25th May 2011;url=http://www.velodrome.org.uk/pp250511.html;")
    aI("text=18th May 2011;url=http://www.velodrome.org.uk/pp180511.html;")
    aI("text=11th May 2011;url=http://www.velodrome.org.uk/pp110511.html;")
    aI("text=4th May 2011;url=http://www.velodrome.org.uk/pp040511.html;")
    aI("text=27th April 2011;url=http://www.velodrome.org.uk/pp270411.html;")
    aI("text=20th April 2011;url=http://www.velodrome.org.uk/pp200411.html;")
    aI("showmenu=pp2010;text=Preston Park TL 2010 >>>;")
    aI("text=Official Website;url=http://www.scrl.co.uk;target=blank;")
    aI("text=History of the Track League;url=http://www.velodrome.org.uk/pphistory.html;")
    aI("text=Weather;url=http://www.bbc.co.uk/weather/5day.shtml?id=1222;")}
    with (milonic = new menuname("pp2010")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=2010 Week Eighteen;url=http://www.velodrome.org.uk/pp110810.html;")
aI("text=2010 Week Seventeen;url=http://www.velodrome.org.uk/pp040810.html;")
aI("text=2010 Week Sixteen;url=http://www.velodrome.org.uk/pp280710.html;")
aI("text=2010 Week Fifteen;url=http://www.velodrome.org.uk/pp210710.html;")
aI("text=2010 Week Fourteen - Rain;url=http://www.velodrome.org.uk/pp140710.html;")
aI("text=2010 Week Thirteen;url=http://www.velodrome.org.uk/pp070710.html;")
aI("text=2010 Week Twelve;url=http://www.velodrome.org.uk/pp300610.html;")
aI("text=2010 Week Eleven;url=http://www.velodrome.org.uk/pp230610.html;")
aI("text=2010 Week Ten;url=http://www.velodrome.org.uk/pp160610.html;")
aI("text=2010 Week Nine;url=http://www.velodrome.org.uk/pp090610.html;")
aI("text=2010 Week Eight;url=http://www.velodrome.org.uk/pp020610.html;")
aI("text=2010 Week Seven;url=http://www.velodrome.org.uk/pp260510.html;")
aI("text=2010 Week Six;url=http://www.velodrome.org.uk/pp190510.html;")
aI("text=2010 Week Five;url=http://www.velodrome.org.uk/pp120510.html;")
aI("text=2010 Week Four;url=http://www.velodrome.org.uk/pp050510.html;")
aI("text=2010 Week Three;url=http://www.velodrome.org.uk/pp280410.html;")
aI("text=2010 Week Two;url=http://www.velodrome.org.uk/pp210410.html;")
aI("text=2010 Week One;url=http://www.velodrome.org.uk/pp140410.html;")
aI("text=2010 Preview;url=http://www.velodrome.org.uk/pparkpre2010.html;")
}


with (milonic = new menuname("welwyn")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Information;url=http://www.velodrome.org.uk/welwyntrackleague.html;")
    aI("text=2nd September 2011;url=http://www.velodrome.org.uk/ww020911.html;")
    aI("text=26th August 2011;url=http://www.velodrome.org.uk/ww260811.html;")
    aI("text=19th August 2011;url=http://www.velodrome.org.uk/ww190811.html;")
    aI("text=12th August 2011;url=http://www.velodrome.org.uk/ww120811.html;")
    aI("text=5th August 2011;url=http://www.velodrome.org.uk/ww050811.html;")
    aI("text=29th July 2011;url=http://www.velodrome.org.uk/ww290711.html;")
    aI("text=22nd July 2011;url=http://www.velodrome.org.uk/ww220711.html;")
    aI("text=15th July 2011;url=http://www.velodrome.org.uk/ww150711.html;")
    aI("text=8th July 2011;url=http://www.velodrome.org.uk/ww080711.html;")
    aI("text=1st July 2011;url=http://www.velodrome.org.uk/ww010711.html;")
    aI("text=24th June 2011;url=http://www.velodrome.org.uk/ww240611.html;")
    aI("text=17th June 2011;url=http://www.velodrome.org.uk/ww170611.html;")
    aI("text=10th June 2011;url=http://www.velodrome.org.uk/ww100611.html;")
    aI("text=3rd June 2011;url=http://www.velodrome.org.uk/ww030611.html;")
    aI("text=27th May 2011;url=http://www.velodrome.org.uk/ww270511.html;")
    aI("text=20th May 2011;url=http://www.velodrome.org.uk/ww200511.html;")
    aI("text=6th May 2011;url=http://www.velodrome.org.uk/ww060511.html;")
    aI("text=29th April 2011;url=http://www.velodrome.org.uk/ww290411.html;")
    aI("showmenu=welwyn10;text=Welwyn TL 2010 >>>;")
}

with (milonic = new menuname("welwyn10")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=2010 Week Eighteen;url=http://www.velodrome.org.uk/welwyn170910.html;")
    aI("text=2010 Week Seventeen;url=http://www.velodrome.org.uk/welwyn100910.html;")
    aI("text=2010 Week Sixteen;url=http://www.velodrome.org.uk/welwyn030910.html;")
aI("text=2010 Week Fifteen;url=http://www.velodrome.org.uk/welwyn270810.html;")
aI("text=2010 Week Fourteen;url=http://www.velodrome.org.uk/welwyn200810.html;")
aI("text=2010 Week Thirteen;url=http://www.velodrome.org.uk/welwyn10w13.html;")
aI("text=2010 Week Twelve;url=http://www.velodrome.org.uk/welwyn10w12.html;")
aI("text=2010 Week Eleven;url=http://www.velodrome.org.uk/welwyn10w11.html;")
aI("text=Welwyn Women's Omnium and Dernyfest 2010;url=http://www.velodrome.org.uk/welwyn10df.html;")
aI("text=2010 Week Ten;url=http://www.velodrome.org.uk/welwyn10w10.html;")
aI("text=2010 Week Nine;url=http://www.velodrome.org.uk/welwyn10w9.html;")
aI("text=2010 Week Eight;url=http://www.velodrome.org.uk/welwyn10w8.html;")
aI("text=2010 Week Seven;url=http://www.velodrome.org.uk/welwyn10w7.html;")
aI("text=2010 Week Six;url=http://www.velodrome.org.uk/welwyn10w6.html;")
aI("text=2010 Week Five;url=http://www.velodrome.org.uk/welwyn10w5.html;")
aI("text=2010 Week Four;url=http://www.velodrome.org.uk/welwyn10w4.html;")
aI("text=2010 Week Three;url=http://www.velodrome.org.uk/welwyn10w3.html;")
aI("text=2010 Week Two;url=http://www.velodrome.org.uk/welwyn10w2.html;")
aI("text=2010 Week One;url=http://www.velodrome.org.uk/welwyn10w1.html;")
aI("text=About the Track League;url=http://www.velodrome.org.uk/welwyn-about.html;")
aI("text=Weather;url=http://www.bbc.co.uk/weather/5day.shtml?id=1222;")}
with(milonic=new menuname("meadowbank")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2010 Week Fourteen;url=http://www.velodrome.org.uk/meadowbank10w14.html;")
aI("text=2010 Week Thirteen;url=http://www.velodrome.org.uk/meadowbank10w12.html;")
aI("text=2010 Week Twelve - Rain;")
aI("text=2010 Week Eleven;url=http://www.velodrome.org.uk/meadowbank10w11.html;")
aI("text=2010 Week Ten;url=http://www.velodrome.org.uk/meadowbank10w10.html;")
aI("text=2010 Week Nine;url=http://www.velodrome.org.uk/meadowbank10w9.html;")
aI("text=2010 Week Eight - Rain;")
aI("text=2010 Week Seven - Rain;")
aI("text=2010 Week Six;url=http://www.velodrome.org.uk/meadowbank10w6.html;")
aI("text=2010 Week Five;url=http://www.velodrome.org.uk/meadowbank10w5.html;")
aI("text=2010 Week Four;url=http://www.velodrome.org.uk/meadowbank10w4.html;")
aI("text=2010 Week Three;url=http://www.velodrome.org.uk/meadowbank10w1.html;")
aI("text=2010 Week Two - Rain;")
aI("text=2010 Week One - Rain;")
aI("text=About the Track League;url=http://www.velodrome.org.uk/meadowbank-about.html;")
aI("text=Weather;url=http://www.bbc.co.uk/weather/5day.shtml?world=4253;")}
with (milonic = new menuname("scunthorpe")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Information;url=http://www.velodrome.org.uk/scunthorpetrackleague.html;")
aI("text=2nd September 2011;url=http://www.velodrome.org.uk/stl020911.html;")
    aI("text=26th August 2011;url=http://www.velodrome.org.uk/stl260811.html;")
    aI("text=19th August 2011;url=http://www.velodrome.org.uk/stl190811.html;")
    aI("text=12th August 2011;url=http://www.velodrome.org.uk/stl120811.html;")
    aI("text=5th August 2011;url=http://www.velodrome.org.uk/stl050811.html;")
    aI("text=29th July 2011;url=http://www.velodrome.org.uk/stl290711.html;")
    aI("text=22nd July 2011;url=http://www.velodrome.org.uk/stl220711.html;")
    aI("text=15th July 2011;url=http://www.velodrome.org.uk/stl150711.html;")
    aI("text=8th July 2011;url=http://www.velodrome.org.uk/stl080711.html;")
    aI("text=1st July 2011;url=http://www.velodrome.org.uk/stl010711.html;")
    aI("text=24th June 2011;url=http://www.velodrome.org.uk/stl240611.html;")
    aI("text=17th June 2011;url=http://www.velodrome.org.uk/stl170611.html;")
    aI("text=10th June 2011;url=http://www.velodrome.org.uk/stl100611.html;")
    aI("text=3rd June 2011;url=http://www.velodrome.org.uk/stl030611.html;")
    aI("text=27th May 2011;url=http://www.velodrome.org.uk/stl270511.html;")
    aI("text=20th May 2011;url=http://www.velodrome.org.uk/stl200511.html;")
    aI("text=6th May 2011;url=http://www.velodrome.org.uk/stl060511.html;")
    aI("text=29th April 2011;url=http://www.velodrome.org.uk/stl290411.html;")
    aI("showmenu=stl2010;text=Scunthorpe TL 2010 >>>;")
aI("text=Weather;url=http://www.bbc.co.uk/weather/5day.shtml?id=1706;")
}
with (milonic = new menuname("stl2010")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Scunthorpe TL Wk Sixteen;url=http://www.velodrome.org.uk/stl170910.html")
    aI("text=Scunthorpe TL Wk Fifteen;url=http://www.velodrome.org.uk/stl100910.html")
    aI("text=Scunthorpe TL Wk Fourteen;url=http://www.velodrome.org.uk/stl030910.html")
    aI("text=Scunthorpe TL Wk Thirteen;url=http://www.velodrome.org.uk/stl060810.html")
    aI("text=Scunthorpe TL Open Meeting 2010;url=http://www.velodrome.org.uk/stl230710.html")
    aI("text=Scunthorpe TL Wk Twelve;url=http://www.velodrome.org.uk/stl250610.html")
    aI("text=Scunthorpe TL Wk Eleven;url=http://www.velodrome.org.uk/stl180610.html")
    aI("text=Scunthorpe TL Wk Ten;url=http://www.velodrome.org.uk/stl110610.html")
    aI("text=Scunthorpe TL Wk Nine;url=http://www.velodrome.org.uk/stl040610.html")
    aI("text=Scunthorpe TL Wk Eight;url=http://www.velodrome.org.uk/stl280510.html")
    aI("text=Scunthorpe TL Wk Seven;url=http://www.velodrome.org.uk/stl210510.html")
    aI("text=Scunthorpe TL Wk Six;url=http://www.velodrome.org.uk/stl140510.html")
    aI("text=Scunthorpe TL Wk Five;url=http://www.velodrome.org.uk/stl070510.html")
    aI("text=Scunthorpe TL Wk Four - Rain;")
    aI("text=Scunthorpe TL Wk Three;url=http://www.velodrome.org.uk/stl230410.html")
    aI("text=Scunthorpe TL Wk Two;url=http://www.velodrome.org.uk/stl160410.html")
    aI("text=Scunthorpe TL Wk One;url=http://www.velodrome.org.uk/stl090410.html")}
with(milonic=new menuname("portsmouth")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/trackleagues.html;")
aI("text=About the Track League;url=http://www.velodrome.org.uk/ports-about.html;")
aI("text=Weather;url=http://www.bbc.co.uk/weather/5day.shtml?id=3141;")}
with(milonic=new menuname("tas")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/tasmania07.html;")
aI("text=22nd Dec - Rosebery;url=http://www.velodrome.org.uk/rosebery07.html;")
aI("text=26th Dec - Latrobe;url=http://www.velodrome.org.uk/latrobe07.html;")
aI("text=28th Dec - Launceston;url=http://www.velodrome.org.uk/mercure07.html;")
aI("text=29/30th Dec - Devonport;url=http://www.velodrome.org.uk/devonport07.html;")
aI("text=1st Jan - Burnie;url=http://www.velodrome.org.uk/burnie07.html;")
aI("text=6th Jan - Hobart;url=http://www.velodrome.org.uk/hobart07.html;")
aI("text=19th Jan - St Helens;url=http://www.velodrome.org.uk/sthelens07.html;")}
with (milonic = new menuname("oceania")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("showmenu=oceania10;text=2011 Championships >>>;")
aI("text=2008 Championships;url=http://www.velodrome.org.uk/oceania08.html;")
aI("showmenu=oce;text=2007 Championships >>>;")}
with (milonic = new menuname("oceania10")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=2011 Champs Preview;url=http://www.velodrome.org.uk/oceania10.html;")
    aI("text=Day One;url=http://www.velodrome.org.uk/oceania10d1.html;")
    aI("text=Day Two;url=http://www.velodrome.org.uk/oceania10d2.html;")
    aI("text=Day Three;url=http://www.velodrome.org.uk/oceania10d3.html;")
    aI("text=Day Four;url=http://www.velodrome.org.uk/oceania10d4.html;")}
with(milonic=new menuname("oce")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day One - 14th Nov;url=http://www.velodrome.org.uk/oceania07d1.html;")
aI("text=Day Two - 15th Nov;url=http://www.velodrome.org.uk/oceania07d2.html;")
aI("text=Day Three - 16th Nov;url=http://www.velodrome.org.uk/oceania07d3.html;")
aI("text=Day Four - 17th Nov;url=http://www.velodrome.org.uk/oceania07d4.html;")}
with(milonic=new menuname("brazil")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Mauro Ribeiro Copa de Pista;url=http://www.velodrome.org.uk/mauro10.html;")
aI("text=Ayrton Senna Velodrome Regional Champs;url=http://www.velodrome.org.uk/aegis2.html;")
aI("text=Team Aegis Dominating Brazil;url=http://www.velodrome.org.uk/aegis.html;")}
with(milonic=new menuname("usa")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=panam10;text=Pan-AM Champs >>>;")
aI("showmenu=canada;text=Canada Events >>>;")
aI("showmenu=usa10;text=USA Events >>>;")
aI("showmenu=trin;text=Trinidad and Tobago >>>;")
aI("showmenu=columbia;text=Columbia Events >>>;")
aI("showmenu=brazil;text=Brazil Events >>>;")}
with(milonic=new menuname("panam10")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Jnr Panams Day Four;url=http://www.velodrome.org.uk/jnrpanams10d4.html;")
aI("text=Jnr Panams Day Three;url=http://www.velodrome.org.uk/jnrpanams10d3.html;")
aI("text=Jnr Panams Day Two;url=http://www.velodrome.org.uk/jnrpanams10d2.html;")
aI("text=Jnr Panams Day One;url=http://www.velodrome.org.uk/jnrpanams10d1.html;")
aI("text=Canada Ready for Jnr Panams;url=http://www.velodrome.org.uk/jnrpanams10.html;")
aI("text=UCI Trainees Domination;url=http://www.velodrome.org.uk/panam10uci.html;")
aI("text=Canadian Success;url=http://www.velodrome.org.uk/panam10travis.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/panam10d2.html;")
aI("text=Day One;url=http://www.velodrome.org.uk/panam10d1.html;")
aI("showmenu=pan;text=2007;url=http://www.velodrome.org.uk/panam07.html;")}
with (milonic = new menuname("canada")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Racing 20th November 2010;url=http://www.velodrome.org.uk/fcv201110.html;")
aI("text=2010 Ontario Track Champs;url=http://www.velodrome.org.uk/fcv191010.html;")
aI("text=FCV 2010/11 WK1;url=http://www.velodrome.org.uk/fcv011010.html;")
    aI("text=Canadian Track Nationals 2010;url=http://www.velodrome.org.uk/canada10.html;")
aI("text=FCV Winter 2010;url=http://www.velodrome.org.uk/forestwinter.html;")
aI("text=Alpenrose Challenge 2010;url=http://www.velodrome.org.uk/portland10.html;")
aI("text=Thunder Pro Series - Forest City;url=http://www.velodrome.org.uk/thunder10.html;")
aI("text=Thunder Pro Series - Preview;url=http://www.velodrome.org.uk/thunder10pre.html;")}
with (milonic = new menuname("usa10")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("showmenu=usnats;text=National Champs >>>;")
    aI("text=Festival of Speed 2011;url=http://www.velodrome.org.uk/fos11.html;")    
    aI("text=Fastest Man on Wheels 2010 - TTown;url=http://www.velodrome.org.uk/fastest10.html;")
    aI("text=Keirin Cup 2010;url=http://www.velodrome.org.uk/keirincup10.html;")
aI("text=Golden Wheel Race 2010 - TTown;url=http://www.velodrome.org.uk/goldenwheel10.html;")
aI("text=FSA Grand Prix 2010;url=http://www.velodrome.org.uk/fsa10.html;")
aI("text=Working Men's Madison 2010;url=http://www.velodrome.org.uk/epva10wmm.html;")
aI("text=Minnesota FGC 2010;url=http://www.velodrome.org.uk/minnesota10.html;")
aI("text=North East Velodrome;url=http://www.velodrome.org.uk/londonderry.html;")
aI("text=The History of Dick Lane Velodrome;url=http://www.velodrome.org.uk/dicklanevelodrome.html;")
aI("text=Hellyer GFRS 3;url=http://www.velodrome.org.uk/hellyer170510.html;")
aI("text=NorthBrook Velodrome;url=http://www.velodrome.org.uk/rudolph130510.html;")
aI("text=Trexlertown 2010 Preview;url=http://www.velodrome.org.uk/trex2010.html;")
aI("showmenu=usaarchive;text=Archive Events >>>;")}
with(milonic=new menuname("trin")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=T&T Easter GP;url=http://www.velodrome.org.uk/tteaster10.html;")}
with(milonic=new menuname("columbia")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Gran Caracol de Pista 09;url=http://www.velodrome.org.uk/caracol09.html;")}
with(milonic=new menuname("usaarchive")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/stateside.html;")
aI("showmenu=usnats;text=Track Nationals >>>;")
aI("text=Collegiate Track Nats;url=http://www.velodrome.org.uk/usacollegenats07.html;")
aI("text=Masters Nationals;url=http://www.velodrome.org.uk/usamasters.html;")
aI("text=Madison Cup;url=http://www.velodrome.org.uk/madisoncup.html;")
aI("text=Air Products Finals;url=http://www.velodrome.org.uk/airproducts.html;")
aI("text=US International Sprint GP II;url=http://www.velodrome.org.uk/isgp2.html;")
aI("text=KNBT Festival of Speed;url=http://www.velodrome.org.uk/lehigh.html;")
aI("text=Fuji Golden Wheel Bike Race;url=http://www.velodrome.org.uk/golden.html;")
aI("text=FSA Grand Prix;url=http://www.velodrome.org.uk/fsa.html;")
aI("text=Madison of the Americas;url=http://www.velodrome.org.uk/moa.html;")
aI("text=Fastest Man on Wheels;url=http://www.velodrome.org.uk/chiappa.html;")
aI("text=US International Sprint GP I;url=http://www.velodrome.org.uk/chiappa.html;")
aI("text=Keirin Cup;url=http://www.velodrome.org.uk/chiappa.html;")}
with(milonic=new menuname("euros")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=euro2010;text=2010 Event >>>;")
aI("showmenu=euro2009;text=2009 Event >>>;")
aI("showmenu=euro08;text=2008 Event >>>;")
aI("text=2008 Results;url=http://www.tissottiming.com/sports/cycling/track/ecj2008/index.htm;")
aI("text=2007 Event;url=http://www.velodrome.org.uk/euros07.html;")
aI("text=2007 Results;url=http://translate.google.com/translate?u=http%3A%2F%2Fwww.teambrandenburg.de%2Fcottbus2007%2Fergebnis.php&langpair=de%7Cen&hl=en&safe=off&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools;")
aI("text=European Madison Champs;url=http://www.velodrome.org.uk/euroderny.html;")
aI("showmenu=euromasters;text=European Masters >>>;")}

with(milonic=new menuname("jeuro2010")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;
aI("showmenu=jeuro2010u23;text=U23 Reports/Results >>>;")
aI("showmenu=jeuro2010j;text=Junior Reports/Results >>>;")
aI("text=European U23/Jnr Preview;url=http://www.velodrome.org.uk/jeuro10.html;")
}

with (milonic = new menuname("euro2010")) {margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle;
    aI("showmenu=euro2010res;text=Reports/Results >>>;")
    aI("text=Event Preview;url=http://www.velodrome.org.uk/euro10.html;")
    aI("text=2010 British Name Team;url=http://www.velodrome.org.uk/euro10gb.html;")
    aI("text=2010 Demi Fond Champs;url=http://www.velodrome.org.uk/euro10piste.html;")
    aI("showmenu=jeuro2010;text=U23/Juniors >>>;")
    aI("text=2010 Format Change;url=http://www.velodrome.org.uk/euro10.html;")
    
}

with (milonic = new menuname("euro2010res")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle;
    aI("text=Men's Sprint;url=http://www.velodrome.org.uk/euro10-ms.html;")
    aI("text=Men's Keirin;url=http://www.velodrome.org.uk/euro10-mkeirin.html;")
    aI("text=Men's Team Sprint;url=http://www.velodrome.org.uk/euro10-mts.html;")
    aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/euro10-mtp.html;")
    aI("text=Men's Omnium;url=http://www.velodrome.org.uk/euro10-momnium.html;")
    aI("text=Madison;url=http://www.velodrome.org.uk/euro10-madison.html;")
    aI("text=Women's Sprint;url=http://www.velodrome.org.uk/euro10-ws.html;")
    aI("text=Women's Keirin;url=http://www.velodrome.org.uk/euro10-wkeirin.html;")
    aI("text=Women's Team Sprint;url=http://www.velodrome.org.uk/euro10-wts.html;")
    aI("text=Women's Team Pursuit;url=http://www.velodrome.org.uk/euro10-wtp.html;")
    aI("text=Women's Omnium;url=http://www.velodrome.org.uk/euro10-womnium.html;")
}


with(milonic=new menuname("jeuro2010u23")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;
aI("text=Men's Sprint;url=http://www.velodrome.org.uk/jeuro10-u23ms.html;")
aI("text=Men's Kilo TT;url=http://www.velodrome.org.uk/jeuro10-u23kilo.html;")
aI("text=Men's Keirin;url=http://www.velodrome.org.uk/jeuros10-u23mkeirin.html;")
aI("text=Men's Team Sprint;url=http://www.velodrome.org.uk/jeuro10-u23mts.html;")
aI("text=Men's Pursuit;url=http://www.velodrome.org.uk/jeuro10-u23mp.html;")
aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/jeuro10-u23mtp.html;")
aI("text=Men's Scratch;url=http://www.velodrome.org.uk/jeuro10-u23mscratch.html;")
aI("text=Men's Points;url=http://www.velodrome.org.uk/jeuro10-u23mpoints.html;")
aI("text=Men's Omnium;url=http://www.velodrome.org.uk/jeuro10-u23momnium.html;")
aI("text=Madison;url=http://www.velodrome.org.uk/jeuro10-madison.html;")
aI("text=Women's Sprint;url=http://www.velodrome.org.uk/jeuro10-u23ws.html;")
aI("text=Women's 500m TT;url=http://www.velodrome.org.uk/jeuro10-u23500.html;")
aI("text=Women's Keirin;url=http://www.velodrome.org.uk/jeuros10-u23wkeirin.html;")
aI("text=Women's Team Sprint;url=http://www.velodrome.org.uk/jeuro10-u23wts.html;")
aI("text=Women's Pursuit;url=http://www.velodrome.org.uk/jeuro10-u23wp.html;")
aI("text=Women's Team Pursuit;url=http://www.velodrome.org.uk/jeuro10-u23wtp.html;")
aI("text=Women's Scratch;url=http://www.velodrome.org.uk/jeuro10-u23wscratch.html;")
aI("text=Women's Points;url=http://www.velodrome.org.uk/jeuro10-u23wpoints.html;")
aI("text=Women's Omnium;url=http://www.velodrome.org.uk/jeuro10-u23womnium.html;")
}

with (milonic = new menuname("jeuro2010j")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle;
    aI("text=Men's Sprint;url=http://www.velodrome.org.uk/jeuro10-jms.html;")
    aI("text=Men's Kilo TT;url=http://www.velodrome.org.uk/jeuro10-jkilo.html;")
    aI("text=Men's Keirin;url=http://www.velodrome.org.uk/jeuros10-jmkeirin.html;")
    aI("text=Men's Team Sprint;url=http://www.velodrome.org.uk/jeuro10-jmts.html;")
    aI("text=Men's Pursuit;url=http://www.velodrome.org.uk/jeuro10-jmp.html;")
    aI("text=Men's Team Pursuit;url=http://www.velodrome.org.uk/jeuro10-jmtp.html;")
    aI("text=Men's Scratch;url=http://www.velodrome.org.uk/jeuro10-jmscratch.html;")
    aI("text=Men's Points;url=http://www.velodrome.org.uk/jeuro10-jmpoints.html;")
    aI("text=Men's Omnium;url=http://www.velodrome.org.uk/jeuro10-jmomnium.html;")
    aI("text=Madison;url=http://www.velodrome.org.uk/jeuro10-madison.html;")
    aI("text=Women's Sprint;url=http://www.velodrome.org.uk/jeuro10-jws.html;")
    aI("text=Women's 500m TT;url=http://www.velodrome.org.uk/jeuro10-j500.html;")
    aI("text=Women's Keirin;url=http://www.velodrome.org.uk/jeuros10-jwkeirin.html;")
    aI("text=Women's Team Sprint;url=http://www.velodrome.org.uk/jeuro10-jwts.html;")
    aI("text=Women's Pursuit;url=http://www.velodrome.org.uk/jeuro10-jwp.html;")
    aI("text=Women's Team Pursuit;url=http://www.velodrome.org.uk/jeuro10-jwtp.html;")
    aI("text=Women's Scratch;url=http://www.velodrome.org.uk/jeuro10-jwscratch.html;")
    aI("text=Women's Points;url=http://www.velodrome.org.uk/jeuro10-jwpoints.html;")
    aI("text=Women's Omnium;url=http://www.velodrome.org.uk/jeuro10-jwomnium.html;")
}



with(milonic=new menuname("euro2009")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day One;url=http://www.velodrome.org.uk/euros09d1.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/euros09d2.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/euros09d3.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/euros09d4.html;")
aI("text=Day Five;url=http://www.velodrome.org.uk/euros09d5.html;")}
with(milonic=new menuname("euro08")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Programme;url=http://track-pruszkow2008.eu/img/1/EUROPEAN_TRACK_CHAMPIONSHIPS_2008.pdf;")
aI("text=Day One;url=http://www.velodrome.org.uk/euros08d1.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/euros08d2.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/euros08d3.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/euros08d4.html;")
aI("text=Day Five;url=http://www.velodrome.org.uk/euros08d5.html;")
aI("text=2008 Results;url=http://www.tissottiming.com/sports/cycling/track/ecj2008/index.htm;")}
with(milonic=new menuname("euromasters10")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day Six;url=http://www.velodrome.org.uk/euromasters10d6.html;")
aI("text=Day Five;url=http://www.velodrome.org.uk/euromasters10d5.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/euromasters10d4.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/euromasters10d3.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/euromasters10d2.html;")
aI("text=Day One;url=http://www.velodrome.org.uk/euromasters10d1.html;")}
with(milonic=new menuname("euromasters")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=euromasters10;text=2010 Event >>>;")
aI("text=2009 Day Six;url=http://www.velodrome.org.uk/euromasters09d6.html;")
aI("text=2009 Day Five;url=http://www.velodrome.org.uk/euromasters09d5.html;")
aI("text=2009 Day Four;url=http://www.velodrome.org.uk/euromasters09d4.html;")
aI("text=2009 Day Three;url=http://www.velodrome.org.uk/euromasters09d3.html;")
aI("text=2009 Day Two;url=http://www.velodrome.org.uk/euromasters09d2.html;")
aI("text=2009 Day One;url=http://www.velodrome.org.uk/euromasters09d1.html;")
aI("text=2009 Event Preview;url=http://www.velodrome.org.uk/euromasters09preview.html;")
aI("text=2009 Rider List;url=http://www.velodrome.org.uk/euromasters09riders.xls;target=blank;")
aI("text=2009 Programme;url=http://www.velodrome.org.uk/euromasters09prog.xls;target=blank;")
aI("text=2008 European Masters;url=http://www.velodrome.org.uk/euromasters08.html;")}
with(milonic=new menuname("oznats")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Junior Nationals - D3;url=http://www.velodrome.org.uk/ozjnats10d3.html;")
aI("text=Junior Nationals - D2;url=http://www.velodrome.org.uk/ozjnats10d2.html;")
aI("text=Junior Nationals - D1;url=http://www.velodrome.org.uk/ozjnats10d1.html;")
aI("text=Day Five;url=http://www.velodrome.org.uk/oznats10d5.html;")
aI("text=Day Four - PM;url=http://www.velodrome.org.uk/oznats10d4a.html;")
aI("text=Day Four - AM;url=http://www.velodrome.org.uk/oznats10d4.html;")
aI("text=Day Three - PM;url=http://www.velodrome.org.uk/oznats10d3a.html;")
aI("text=Day Three - AM;url=http://www.velodrome.org.uk/oznats10d3.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/oznats10d2.html;")
aI("text=Day One;url=http://www.velodrome.org.uk/oznats10d1.html;")
aI("text=Perkins Out of Champs;url=http://www.velodrome.org.uk/oznats10perkins.html;")
aI("text=Event Preview;url=http://www.velodrome.org.uk/oznats10.html;")
aI("text=Full Results;url=http://www.cycling.org.au/?Page=36311;target=blank;")
aI("text=Rider List;url=http://www.cycling.org.au/?Page=36242;target=blank;")
aI("text=Programme;url=http://www.cycling.org.au/site/cycling/national/downloads/Events%20and%20Results/Aust%20Track%20Champs/2010%20National%20Track%20program.pdf;target=blank;")}
with(milonic=new menuname("usnats")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=usnats10;text=2010 Event >>>;")
aI("showmenu=usnats09;text=2009 Event >>>;")
aI("showmenu=usnats07;text=2007 Event >>>;")}
with (milonic = new menuname("usnats10")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=SNR Day Five;url=http://www.velodrome.org.uk/usnats10d5.html;")
    aI("text=SNR Day Four;url=http://www.velodrome.org.uk/usnats10d4.html;")
    aI("text=SNR Day Three;url=http://www.velodrome.org.uk/usnats10d3.html;")
    aI("text=SNR Day Two;url=http://www.velodrome.org.uk/usnats10d2.html;")
    aI("text=SNR Day One;url=http://www.velodrome.org.uk/usnats10d1.html;")
aI("text=JNR Day One;url=http://www.velodrome.org.uk/usnats10jd1.html;")
aI("text=JNR Day Two;url=http://www.velodrome.org.uk/usnats10jd2.html;")
aI("text=JNR Day Three;url=http://www.velodrome.org.uk/usnats10jd3.html;")
aI("text=JNR Day Four;url=http://www.velodrome.org.uk/usnats10jd4.html;")
aI("text=Masters Day One;url=http://www.velodrome.org.uk/usmasters10d1.html;")
aI("text=Masters Day Two;url=http://www.velodrome.org.uk/usmasters10d2.html;")
aI("text=Masters Day Three;url=http://www.velodrome.org.uk/usmasters10d3.html;")}
with(milonic=new menuname("usnats09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day One;url=http://www.velodrome.org.uk/usnats09d1.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/usnats09d2.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/usnats09d3.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/usnats09d4.html;")
aI("text=Day Five;url=http://www.velodrome.org.uk/usnats09d5.html;")}
with (milonic = new menuname("gbnats")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("showmenu=gbnats10;text=2010 Event >>>;")
aI("showmenu=gbnats09;text=2009 Event >>>;")
aI("text=2008 Results;url=http://www.britishtrackchamps.freeserve.co.uk;")
aI("showmenu=gbnats07;text=2007 Event >>>;")
aI("text=2006 Event;url=http://www.velodrome.org.uk/nats.html;")
aI("showmenu=gbmnats;text=British Masters >>>;")
aI("showmenu=gbjnats;text=British Juniors >>>;")
aI("showmenu=cwadnats;text=Paracycling Champs >>>;")
aI("showmenu=gbnats2;text=Other GB Champs >>>;")}
with (milonic = new menuname("gbnats10")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("text=Women's Keirin;url=http://www.velodrome.org.uk/gbnats10-wkeirin.html;")
    aI("text=Men's Keirin;url=http://www.velodrome.org.uk/gbnats10-mkeirin.html;")
    aI("text=Men's Sprint;url=http://www.velodrome.org.uk/gbnats10-ms.html;")
    aI("text=Men's Pursuit;url=http://www.velodrome.org.uk/gbnats10-mp.html;")
    aI("text=Women's Sprint;url=http://www.velodrome.org.uk/gbnats10-cwadpursuit.html;")
    aI("text=Women's Scratch;url=http://www.velodrome.org.uk/gbnats10-wscratch.html;")
    aI("text=Women's Sprint;url=http://www.velodrome.org.uk/gbnats10-ws.html;")
    aI("text=Men's Kilo TT;url=http://www.velodrome.org.uk/gbnats10-kilo.html;")
    aI("text=Women's 3km Pursuit;url=http://www.velodrome.org.uk/gbnats10-wp.html;")
    aI("text=Men's Points Race;url=http://www.velodrome.org.uk/gbnats10-mpoints.html;")
    aI("text=Paracycling 200m TT;url=http://www.velodrome.org.uk/gbnats10-cwad200.html;")
    aI("text=Women's Team Sprint;url=http://www.velodrome.org.uk/gbnats10-wts.html;")
    aI("text=Women's Points Race;url=http://www.velodrome.org.uk/gbnats10-wpoints.html;")
    aI("text=Men's Scratch Race;url=http://www.velodrome.org.uk/gbnats10-mscratch.html;")
    aI("text=Paracycling TT;url=http://www.velodrome.org.uk/gbnats10-cwadtt.html;")
    aI("text=Women's Madison;url=http://www.velodrome.org.uk/gbnats10-wmadison.html;")
    aI("text=Open Team Sprint;url=http://www.velodrome.org.uk/gbnats10-mts.html;")
    aI("text=Women's 500m TT;url=http://www.velodrome.org.uk/gbnats10-500.html;")
    aI("text=Event Programme;url=http://www.velodrome.org.uk/gbnats10a.html;")
    aI("text=Event Preview;url=http://www.velodrome.org.uk/gbnats10.html;")
    aI("text=Derny Paced Champs;url=http://www.velodrome.org.uk/derny10.html;")
    aI("text=Tandem Champs;url=http://www.velodrome.org.uk/tandem10.html;")
}
with (milonic = new menuname("gbnats2")) {
    margin = 0; itemheight = 25; itemwidth = 175; style = submenuStyle; aI("showmenu=derny;text=Derny Champs >>>;")
aI("showmenu=madison;text=Madison Champs >>>;")
aI("text=Welsh;url=http://www.velodrome.org.uk/welshnats.html;")}
with(milonic=new menuname("gbnats09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Day Five;url=http://www.velodrome.org.uk/gbnats09d5.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/gbnats09d4.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/gbnats09d3.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/gbnats09d2.html;")
aI("text=Day One;url=http://www.velodrome.org.uk/gbnats09d1.html;")
aI("text=2009 Preview;url=http://www.velodrome.org.uk/gbnats09.html;")}
with(milonic=new menuname("gbnats07")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Summary;url=http://www.velodrome.org.uk/nats07.html;")
aI("text=Photography;url=http://www.velodrome.org.uk/nats07pics.html;")
aI("text=Results;url=http://www.britishtrackchamps.freeserve.co.uk;")
aI("text=Day One;url=http://www.velodrome.org.uk/nats07d1.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/nats07d2.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/nats07d3.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/nats07d4.html;")
aI("text=Day Five;url=http://www.velodrome.org.uk/nats07d5.html;")
aI("text=Champions;url=http://www.velodrome.org.uk/nats07champions.html;")}
with(milonic=new menuname("cwadnats")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2008 Nat CWAD Champs;url=http://www.velodrome.org.uk/natcwad08.html;")
aI("text=2008 Results;url=http://www.mntc.org.uk/masterres08/CWAD.pdf;")}
with(milonic=new menuname("derny")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2008 Nat Derny Champs;url=http://www.velodrome.org.uk/natderny08.html;")
aI("text=2007 Event;url=http://www.velodrome.org.uk/cardiffgp.html;")}
with(milonic=new menuname("madison")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2008 Nat Madison Champs;url=http://www.velodrome.org.uk/madison08.html;")
aI("text=2007 Event;url=http://www.velodrome.org.uk/madison07.html;")}
with(milonic=new menuname("gbmnats")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2010 Results;url=http://www.velodrome.org.uk/gbmasters10.html;")
aI("text=2009 Results;url=http://www.bristowevents.co.uk/2009.pdf;target=blank;")
aI("text=2008 National Masters;url=http://www.velodrome.org.uk/natmasters08.html;")
aI("text=2008 Results;url=http://www.mntc.org.uk/masterres08/Masters.pdf;")
aI("text=2007 National Masters;url=http://www.velodrome.org.uk/mnats07.html;")
aI("text=2007 Results;url=http://www.velodrome.org.uk/mnats07res.html;")
aI("text=2007 Photography;url=http://www.photos.velodrome.org.uk/mnats07pics.html;")
aI("text=2006 National Masters;url=http://www.velodrome.org.uk/mnats.html;")}
with(milonic=new menuname("gbjnats07")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=2007 Results;url=http://www.velodrome.org.uk/jnats07res.html;")
aI("text=Day One;url=http://www.velodrome.org.uk/jnats07d1.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/jnats07d2.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/jnats07d3.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/jnats07d4.html;")
aI("text=Day Five;url=http://www.velodrome.org.uk/jnats07d5.html;")
aI("text=Day Six;url=http://www.velodrome.org.uk/jnats07d6.html;")
aI("text=2007 Champions;url=http://www.velodrome.org.uk/jnats07champions.html;")}
with(milonic=new menuname("gbjnats")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("showmenu=gbjnats09;text=2009 Event >>>;")
aI("text=2008 Event;url=http://www.velodrome.org.uk/jnats08.html;")
aI("showmenu=gbjnats07;text=2007 Event >>>;url=http://www.velodrome.org.uk/jnats07.html;")
aI("text=2006 Event;url=http://www.velodrome.org.uk/jnats.html;")}
with(milonic=new menuname("gbjnats09")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=D2: J Sprint, U16W Sprint/Scratch, U16M Scratch;url=http://www.velodrome.org.uk/jnats09d2.html;")
aI("text=D3: JM Scratch, U16M Points, U16W Pursuit;url=http://www.velodrome.org.uk/jnats09d3.html;")
aI("text=D4: JM Pursuit, JW Pursuit, U16M Sprint, U16W Scratch;url=http://www.velodrome.org.uk/jnats09d4.html;")
aI("text=Full Junior Male 2009 Results;url=http://www.britishtrackchamps.freeserve.co.uk/2009JNTC%20Male%20Junior%20Results.htm;target=_blank;")
aI("text=Full Junior Female 2009 Results;url=http://www.britishtrackchamps.freeserve.co.uk/2009JNTC%20Female%20Junior%20Results.htm;target=_blank;")
aI("text=Full U16 Male 2009 Results;url=http://www.britishtrackchamps.freeserve.co.uk/2009JNTC%20Male%20Youth%20A%20Results.htm;target=_blank;")
aI("text=Full U16 Female 2009 Results;url=http://www.britishtrackchamps.freeserve.co.uk/2009JNTC%20Female%20Youth%20A%20Results.htm;target=_blank;")
aI("text=Full U14 Male 2009 Results;url=http://www.britishtrackchamps.freeserve.co.uk/2009JNTC%20Male%20Youth%20B%20Results.htm;target=_blank;")
aI("text=Full U14 Female 2009 Results;url=http://www.britishtrackchamps.freeserve.co.uk/2009JNTC%20Female%20Youth%20B%20Results.htm;target=_blank;")
aI("text=Full U12 Male 2009 Results;url=http://www.britishtrackchamps.freeserve.co.uk/2009JNTC%20Male%20Youth%20C%20Results.htm;target=_blank;")
aI("text=Full U12 Female 2009 Results;url=http://www.britishtrackchamps.freeserve.co.uk/2009JNTC%20Female%20Youth%20C%20Results.htm;target=_blank;")}
with(milonic=new menuname("usnats07")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Latest News;url=http://www.velodrome.org.uk/usnats07.html;")
aI("text=Online Registration;url=https://www.sportsbaseonline.com/RequiredRead.aspx?id=1351;")
aI("text=The Riders;url=http://www.usacycling.org/news/user/story.php?id=3167;")
aI("text=Results;url=http://www.usacycling.org/events/2007/elitetrack/;")
aI("text=Race Programme;url=http://www.usacycling.org/events/2007/elitetrack/2007EliteTrkSched.pdf;")
aI("text=Day One;url=http://www.velodrome.org.uk/usnats07d1.html;")
aI("text=Day Two;url=http://www.velodrome.org.uk/usnats07d2.html;")
aI("text=Day Three;url=http://www.velodrome.org.uk/usnats07d3.html;")
aI("text=Day Four;url=http://www.velodrome.org.uk/usnats07d4.html;")
aI("text=USA Collegiate;url=http://www.velodrome.org.uk/uscollegenats07.html;")
aI("text=USA Masters;url=http://www.velodrome.org.uk/usamasters.html;")}
with(milonic=new menuname("Photos")){margin=0;itemheight=25;itemwidth=175;style=submenuStyle;aI("text=Galleries;url=http://www.velodrome.org.uk/photos.html;")
aI("text=Photography Prices;url=http://www.velodrome.org.uk/prices.html;")
aI("text=Terms and Conditions;url=http://www.velodrome.org.uk/terms.html;")
aI("text=Our Services;url=http://www.velodrome.org.uk/photoservices.html;")
aI("text=Photography Information;url=http://www.velodrome.org.uk/photosinfo.html;")}
drawMenus();_mIms=new Array();_mIms2=new Array();function _mPLF(i){for(var x=0;x<_mIms.length;x++){if(i==_mIms[x])return
x++}
_mIms[_mIms.length]=i}
function mmPLIs(i,n){if(n){_mIms2[i]=new Image()
if(_mIms[i])_mIms2[i].src=_mIms[i]}
if(!_mIms2[i].complete){_StO("mmPLIs("+(i)+",0)",5)
return}
if(i<_mIms.length)_StO("mmPLIs("+(i+1)+",1)",20)}
function mmenuPreLoadImages(){for(var x=0;x<_mi.length;x++){var I=_mi[x]
if(I[24])_mPLF(I[24])
if(I[29])_mPLF(I[29])
if(I[32])_mPLF(I[32])
if(I[46])_mPLF(I[46])
if(I[47])_mPLF(I[47])
if(I[48])_mPLF(I[48])
if(I[56])_mPLF(I[56])
if(I[69])_mPLF(I[69])
if(I[71])_mPLF(I[71])
if(I[73])_mPLF(I[73])
if(I[79])_mPLF(I[79])
if(I[82])_mPLF(I[82])
if(I[83])_mPLF(I[83])
if(I[85])_mPLF(I[85])
if(I[88])_mPLF(I[88])
if(I[90])_mPLF(I[90])
if(I[91])_mPLF(I[91])
if(I[92])_mPLF(I[92])}
mmPLIs(0,1)}
mmenuPreLoadImages()
function keyAction(_inc){_itemRef+=_inc
_popi(_itemRef)}
function getNextKeyItem(){_Kar=_KcM[0]
_output=0;for(_a=0;_a<_Kar.length;_a++)
{if(_Kar[_a]==_itemRef)_output=_Kar[_a+1]}
return _output}
function getPreKeyItem(){_Kar=_KcM[0]
_output=0;for(_a=0;_a<_Kar.length;_a++)
{if(_Kar[_a]==_itemRef)_output=_Kar[_a-1]}
return _output}
function getKeyItem(){_KcM=_m[_mi[_itemRef][0]];_KcI=_mi[_itemRef]
if(jskey==27)
{closeAllMenus();return false;}
if(_KcM[9]){if(jskey==37)_popi(getPreKeyItem())
if(jskey==39){if(_itemRef==(_mi.length-1))
{_AClose();setAfterFlydownFocus();}
else
{_popi(getNextKeyItem())}}
if(jskey==38||KShift==1&&jskey==9){_mn=getMenuByName(_mi[_itemRef][3])
_popi(_m[_mn][0][_m[_mn][0].length-1])}
if(jskey==40||KShift==0&&jskey==9){_mn=getMenuByName(_mi[_itemRef][3])
_popi(_m[_mn][0][0])}}
else{var i
if(jskey==38)_popi(getPreKeyItem())
if(jskey==40||jskey==9){if(KShift)
{i=getPreKeyItem()}else{i=getNextKeyItem()}
if(i==null){if(_itemRef==_mi.length-7)
{_AClose();setAfterFlydownFocus();}
else{if(_itemRef>-1){if(KShift){_mni=_itemRef
cnt=0;while(_mni!=-1){if(_mni)_mni=getParentItemByItem(_mni);else _mni=-1
if(_mni>-1)_itemRef=_mni}
_KcM=_m[_mi[_itemRef][0]];i=getPreKeyItem()
if(i!=null)
{_popi(i)}else{closeAllMenus();KShift=0;KCntrl=0;}}else{_mni=_itemRef
cnt=0;while(_mni!=-1){if(_mni)_mni=getParentItemByItem(_mni);else _mni=-1
if(_mni>-1)_itemRef=_mni}
_KcM=_m[_mi[_itemRef][0]];_popi(getNextKeyItem())}}}}else{_popi(i)}}
if(jskey==37){if(_mi[_itemRef][3]){_mn=getMenuByName(_mi[_itemRef][3])
_popi(_m[_mn][0][_m[_mn][0].length-1])}
else{_itemRef=getParentItemByItem(_itemRef);_KcM=_m[_mi[_itemRef][0]];_popi(getPreKeyItem())
_popi(getNextKeyItem())}}
if(jskey==39){if(_mi[_itemRef][3]){_mn=getMenuByName(_mi[_itemRef][3])
_popi(_m[_mn][0][0])}
else{_mni=_itemRef
cnt=0;while(_mni!=-1){if(_mni)_mni=getParentItemByItem(_mni);else _mni=-1
if(_mni>-1)_itemRef=_mni}
_KcM=_m[_mi[_itemRef][0]];_popi(getNextKeyItem())}}}}
KPgChildren="";function KPcrawlChildren(_mn){var _ar=_m[_mn][0]
for(var _am=0;_am<_ar.length;_am++){KPgChildren+=_ar[_am]+",";if(_mi[_ar[_am]][3])
{KPcrawlChildren(getMenuByName(_mi[_ar[_am]][3]))}}}
function getNextInRow(){for(_k=0;_k<KPgChildren.length;_k++){if(_itemRef==KPgChildren[_k])
{if(KPgChildren[_k+1])return KPgChildren[_k+1]}}}
function getPreInRow(){for(_k=0;_k<KPgChildren.length;_k++){if(_itemRef==KPgChildren[_k])
{if(KPgChildren[_k-1])return KPgChildren[_k-1]}}}
_Omo=_menuOpenDelay
_Cmo=_menuCloseDelay
_OiR=-1
KShift=0
KCtrl=0
function getMenuByKey(e){if(_itemRef<0)return
if(KPgChildren.length!=(_mi.length+1)){KPcrawlChildren(0)
KPgChildren=KPgChildren.split(",");}
_ofMT=1
_menuOpenDelay=0
_menuCloseDelay=0
if(ns6||ns4){jskey=e.which}else{jskey=event.keyCode}
if(ns4){jskey=String.fromCharCode(jskey).toUpperCase();jskey=jskey.charCodeAt()}
if(jskey==16)KShift=1
if(jskey==17)KCtrl=1
if(_itemRef==-1||_itemRef+" "==$u){_rsMD()
return}
if(_mi[_itemRef][34]=="form"){_rsMD()
return}
_cm3()
getKeyItem()
if(_itemRef==-1){_rsMD()
return}
if(!ns4){hrgm=gmobj("mmlink"+_mi[_itemRef][0])
if(hrgm.style.visibility="visible")hrgm.focus()}
if(ie){if(jskey==13)hrgm.click()
_rsMD()
return false}}
function gMBK(e){if(ns6||ns4){jskey=e.which}else{jskey=event.keyCode}
if(ns4){jskey=String.fromCharCode(jskey).toUpperCase();jskey=jskey.charCodeAt()}
if(jskey==13)return true
if(_itemRef>-1)if(_mi[_itemRef][34]!="form")return false}
function getMenuByKeyU(e){if(_itemRef<0)return
if(ns6||ns4){jskey=e.which}else{jskey=event.keyCode}
if(ns4){jskey=String.fromCharCode(jskey).toUpperCase();jskey=jskey.charCodeAt()}
if(jskey==16)KShift=0
if(jskey==17)KCtrl=0
_rsMD()}
function _rsMD(){_ofMT=0
_menuOpenDelay=_Omo
_menuCloseDelay=_Cmo}
function _iF0C(_i)
{_popi(_i)}
if(ns4)document.captureEvents(Event.KEYDOWN);_d.onkeydown=getMenuByKey;_d.onkeypress=gMBK;_d.onkeyup=getMenuByKeyU;
