// ---- b832c23c90_minify_javascript_757c080409.js
var browserName=navigator.appName;var browserVer=parseInt(navigator.appVersion);var version="";var msie4=(browserName=="Microsoft Internet Explorer"&&browserVer>=4);if((browserName=="Netscape"&&browserVer>=3)||msie4||browserName=="Konqueror"||browserName=="Opera"){version="n3";}else{version="n2";}
function blurLink(theObject){if(msie4){theObject.blur();}};
// ---- fff0aec2de_minify_jsfunc.layermenu.js
var GLV_x=0;var GLV_y=0;var GLV_curLayerWidth=new Array();var GLV_curLayerHeight=new Array();var GLV_curLayerX=new Array();var GLV_curLayerY=new Array();var GLV_menuOn=new Array();var GLV_gap=new Array();var GLV_currentLayer=new Array();var GLV_currentROitem=new Array();var GLV_hasBeenOver=new Array();var GLV_doReset=new Array();var GLV_lastKey=new Array();var GLV_menuXY=new Array();var GLV_date=new Array();var GLV_timeout=new Array();var GLV_timeoutRef=new Array();var GLV_onlyOnLoad=new Array();var GLV_dontHideOnMouseUp=new Array();var GLV_date=new Date();var GLV_restoreMenu=new Array();var GLV_timeout_count=0;var GLV_timeout_pointers=new Array();var GLV_dontFollowMouse=new Array();function GL_checkBrowser(){this.dom=(document.getElementById);if(op=(navigator.userAgent.indexOf("Opera")>-1)){switch(parseInt(navigator.userAgent.substr(navigator.userAgent.indexOf("Opera")+6))){case 5:case 6:this.op5=true;break;case 7:case 8:this.op7=true;break;default:this.op4=true;}}
this.konq=(navigator.userAgent.indexOf("Konq")>-1);this.ie4=(document.all&&!this.dom&&!op&&!this.konq);this.ie5=(document.all&&this.dom&&!op&&!this.konq);this.ie6=(this.ie5);this.ns4=(document.layers&&!this.dom&&!this.konq);this.ns5=(!document.all&&this.dom&&!op&&!this.konq);this.ns6=(this.ns5);this.bw=(this.ie4||this.ie5||this.ns4||this.ns6||this.konq||op);return this;}
bw=new GL_checkBrowser();if(document.layers){scrX=innerWidth;scrY=innerHeight;onresize=function(){if(scrX!=innerWidth||scrY!=innerHeight){history.go(0);}};}
function GL_getObjCss(obj){return bw.dom?document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?document.layers[obj]:0;};function GL_isObjCss(obj){flag=bw.dom?document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?document.layers[obj]:0;if(flag)return true;};function GL_getObj(obj){nest="";this.el=bw.ie4?document.all[obj]:bw.ns4?eval(nest+"document."+obj):document.getElementById(obj);this.css=bw.ns4?this.el:this.el.style;this.ref=bw.ns4?this.el.document:document;this.x=(bw.ns4||bw.op5)?this.css.left:this.el.offsetLeft;this.y=(bw.ns4||bw.op5)?this.css.top:this.el.offsetTop;this.height=(bw.ie4||bw.ie5||bw.ns6||bw.op7)?this.el.offsetHeight:bw.ns4?this.ref.height:bw.op4?this.css.pixelHeight:0;this.width=(bw.ie4||bw.ie5||bw.ns6||bw.op7)?this.el.offsetWidth:bw.ns4?this.ref.width:bw.op4?this.css.pixelWidth:0;return this;}
function GL_initLayers(){if(bw.ns4)document.captureEvents(Event.MOUSEMOVE);GL_timeout_func();}
function GL_updateTime(WMid){GLV_date=new Date();GLV_timeout[WMid]=GLV_date.getTime();}
function GL_doResetAll(WMid){var resetSubMenus="";eval('resetSubMenus = GL'+WMid+'_resetSubMenus();');if(GLV_doReset[WMid]&&resetSubMenus){GLV_doReset[WMid]=false;GL_hideAll(WMid);if(GLV_onlyOnLoad[WMid])GL_restoreMenu(WMid);}}
function GL_timeout_func(){GLV_date=new Date();var stuff="";for(var a=0;a<GLV_timeout_count;a++){WMid=GLV_timeout_pointers[a];if(GLV_date.getTime()-GLV_timeout[WMid]>GLV_timeoutRef[WMid]){GL_doResetAll(WMid);}}
window.setTimeout("GL_timeout_func();",200);}
function GL_resetAll(WMid){if(!GLV_doReset[WMid]){GL_updateTime(WMid);GLV_doReset[WMid]=true;}}
function GL_mouseUp(WMid,e){GLV_doReset[WMid]=false;if(!GLV_dontHideOnMouseUp[WMid]){GL_hideAll(WMid);if(GLV_onlyOnLoad[WMid])GL_restoreMenu(WMid);}}
function GL_stopMove(WMid){GLV_menuOn[WMid]=null;}
function GL_restoreMenu(WMid){eval('GL'+WMid+'_restoreMenu()');}
function GL_doTop(WMid,id){GL_hideAll(WMid);if(GL_isObjCss(id)){GLV_menuOn[WMid]=GL_getObjCss(id);GLV_menuOn[WMid].visibility="visible";eval('GL'+WMid+'_doTop(WMid,id)');var layerObj=GL_getObj(id);GLV_curLayerHeight[WMid]=layerObj.height;GLV_curLayerWidth[WMid]=layerObj.width;GLV_curLayerX[WMid]=layerObj.x;GLV_curLayerY[WMid]=layerObj.y;GLV_currentLayer[WMid]=id;GLV_hasBeenOver[WMid]=0;}}
function GL_getMouse(e){GLV_x=(bw.ns4||bw.ns5)?e.pageX:(bw.ie4||bw.op4)?event.x:(event.x-2)+document.body.scrollLeft;GLV_y=(bw.ns4||bw.ns5)?e.pageY:(bw.ie4||bw.op4)?event.y:(event.y-2)+document.body.scrollTop;}
function GL_mouseMoveEvaluate(WMid){if(GLV_gap[WMid]&&GLV_currentLayer[WMid]!=null){if(GLV_x+GLV_gap[WMid]-GLV_curLayerX[WMid]<0||GLV_y+GLV_gap[WMid]-GLV_curLayerY[WMid]<0||GLV_curLayerX[WMid]+GLV_curLayerWidth[WMid]+GLV_gap[WMid]-GLV_x<0||GLV_curLayerY[WMid]+GLV_curLayerHeight[WMid]+GLV_gap[WMid]-GLV_y<0){if(GLV_hasBeenOver[WMid]){GLV_doReset[WMid]=true;}}else{GL_updateTime(WMid);GLV_hasBeenOver[WMid]=1;GLV_doReset[WMid]=false;}}}
function GL_hideAll(WMid){GLV_doReset[WMid]=false;GLV_currentLayer[WMid]=null;if(GL_isObjCss(GLV_lastKey[WMid])&&GL_getObjCss(GLV_lastKey[WMid])){eval('GL'+WMid+'_hideCode()');}
GLV_hasBeenOver[WMid]=0;}
function GL_iframer(WMid,id,state){if(bw.ie4||bw.ie5){ifrmObj=bw.ie4?document.all["Iframe"+WMid]:document.getElementById("Iframe"+WMid);if(state){parentObj=bw.ie4?document.all[id]:document.getElementById(id);ifrmObj.style.filter='Alpha(opacity=0)';ifrmObj.style.width=parentObj.offsetWidth+"px";ifrmObj.style.height=parentObj.offsetHeight+"px";ifrmObj.style.left=parentObj.offsetLeft+"px";ifrmObj.style.top=parentObj.offsetTop+"px";ifrmObj.style.zIndex=parentObj.style.zIndex-1;ifrmObj.style.display="";}
else ifrmObj.style.display="none";}};
// ---- 1704a12e0e_minify_javascript_227603d67b.js
GLV_curLayerWidth["acba17"]=0;GLV_curLayerHeight["acba17"]=0;GLV_curLayerX["acba17"]=0;GLV_curLayerY["acba17"]=0;GLV_menuOn["acba17"]=null;GLV_gap["acba17"]=1;GLV_currentLayer["acba17"]=null;GLV_currentROitem["acba17"]=null;GLV_hasBeenOver["acba17"]=0;GLV_doReset["acba17"]=false;GLV_lastKey["acba17"]="";GLV_onlyOnLoad["acba17"]=0;GLV_dontHideOnMouseUp["acba17"]=0;GLV_dontFollowMouse["acba17"]=0;GLV_date=new Date();GLV_timeout["acba17"]=GLV_date.getTime();GLV_timeoutRef["acba17"]=0;GLV_menuXY["acba17"]=new Array();GLV_menuXY["acba17"]["Menuacba170"]=new Array(0,0,"itemID6bcd2917dd","anchorID6bcd2917dd");GLV_menuXY["acba17"]["Menuacba171"]=new Array(0,0,"itemID6e436f3611","anchorID6e436f3611");function GLacba17_getMouse(e){if(GLV_menuOn["acba17"]!=null&&!GLV_dontFollowMouse["acba17"]){}
GL_mouseMoveEvaluate("acba17");}
function GLacba17_hideCode(){}
function GLacba17_doTop(WMid,id){var parentObject=GL_getObj(GLV_menuXY[WMid][id][2]);var TI_width=parentObject.width;var TI_height=parentObject.height;var anchorObj=GL_getObj(GLV_menuXY[WMid][id][3]);var TI_x=anchorObj.x;var TI_y=anchorObj.y;GLV_menuOn["acba17"].left=(GLV_curLayerX["62e0da"]+TI_x+200)+"px";GLV_menuOn["acba17"].top=(GLV_curLayerY["62e0da"]+TI_y+4)+"px";}
function GLacba17_restoreMenu(){}
function GLacba17_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="acba17";GLV_timeout_count++;;
// ---- a7443ae911_minify_javascript_fb8748b05c.js
GLV_curLayerWidth["dab8691"]=0;GLV_curLayerHeight["dab8691"]=0;GLV_curLayerX["dab8691"]=0;GLV_curLayerY["dab8691"]=0;GLV_menuOn["dab8691"]=null;GLV_gap["dab8691"]=1;GLV_currentLayer["dab8691"]=null;GLV_currentROitem["dab8691"]=null;GLV_hasBeenOver["dab8691"]=0;GLV_doReset["dab8691"]=false;GLV_lastKey["dab8691"]="";GLV_onlyOnLoad["dab8691"]=0;GLV_dontHideOnMouseUp["dab8691"]=0;GLV_dontFollowMouse["dab8691"]=0;GLV_date=new Date();GLV_timeout["dab8691"]=GLV_date.getTime();GLV_timeoutRef["dab8691"]=0;GLV_menuXY["dab8691"]=new Array();GLV_menuXY["dab8691"]["Menudab86910"]=new Array(0,0,"itemIDb65b283f7d","anchorIDb65b283f7d");GLV_menuXY["dab8691"]["Menudab86911"]=new Array(0,0,"itemIDbff22634c3","anchorIDbff22634c3");GLV_menuXY["dab8691"]["Menudab86912"]=new Array(0,0,"itemID7b0d826059","anchorID7b0d826059");GLV_menuXY["dab8691"]["Menudab86913"]=new Array(0,0,"itemID629ac75a77","anchorID629ac75a77");function GLdab8691_getMouse(e){if(GLV_menuOn["dab8691"]!=null&&!GLV_dontFollowMouse["dab8691"]){}
GL_mouseMoveEvaluate("dab8691");}
function GLdab8691_hideCode(){}
function GLdab8691_doTop(WMid,id){GLV_menuOn["dab8691"].left=(GLV_curLayerX["96b97d1"]+GLV_menuXY["dab8691"][id][0]-(0))+"px";}
function GLdab8691_restoreMenu(){}
function GLdab8691_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="dab8691";GLV_timeout_count++;;
// ---- 4fec4fbc24_minify_javascript_9ebb53007a.js
GLV_curLayerWidth["de320e2"]=0;GLV_curLayerHeight["de320e2"]=0;GLV_curLayerX["de320e2"]=0;GLV_curLayerY["de320e2"]=0;GLV_menuOn["de320e2"]=null;GLV_gap["de320e2"]=1;GLV_currentLayer["de320e2"]=null;GLV_currentROitem["de320e2"]=null;GLV_hasBeenOver["de320e2"]=0;GLV_doReset["de320e2"]=false;GLV_lastKey["de320e2"]="";GLV_onlyOnLoad["de320e2"]=0;GLV_dontHideOnMouseUp["de320e2"]=0;GLV_dontFollowMouse["de320e2"]=0;GLV_date=new Date();GLV_timeout["de320e2"]=GLV_date.getTime();GLV_timeoutRef["de320e2"]=0;GLV_menuXY["de320e2"]=new Array();GLV_menuXY["de320e2"]["Menude320e20"]=new Array(0,0,"itemID6ee72f3eda","anchorID6ee72f3eda");function GLde320e2_getMouse(e){if(GLV_menuOn["de320e2"]!=null&&!GLV_dontFollowMouse["de320e2"]){}
GL_mouseMoveEvaluate("de320e2");}
function GLde320e2_hideCode(){}
function GLde320e2_doTop(WMid,id){GLV_menuOn["de320e2"].left=(GLV_curLayerX["96b97d1"]+GLV_menuXY["de320e2"][id][0]-(0))+"px";}
function GLde320e2_restoreMenu(){}
function GLde320e2_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="de320e2";GLV_timeout_count++;;
// ---- b0257c59ac_minify_javascript_bcc74dfb6f.js
GLV_curLayerWidth["af80ac3"]=0;GLV_curLayerHeight["af80ac3"]=0;GLV_curLayerX["af80ac3"]=0;GLV_curLayerY["af80ac3"]=0;GLV_menuOn["af80ac3"]=null;GLV_gap["af80ac3"]=1;GLV_currentLayer["af80ac3"]=null;GLV_currentROitem["af80ac3"]=null;GLV_hasBeenOver["af80ac3"]=0;GLV_doReset["af80ac3"]=false;GLV_lastKey["af80ac3"]="";GLV_onlyOnLoad["af80ac3"]=0;GLV_dontHideOnMouseUp["af80ac3"]=0;GLV_dontFollowMouse["af80ac3"]=0;GLV_date=new Date();GLV_timeout["af80ac3"]=GLV_date.getTime();GLV_timeoutRef["af80ac3"]=0;GLV_menuXY["af80ac3"]=new Array();GLV_menuXY["af80ac3"]["Menuaf80ac30"]=new Array(0,0,"itemIDe833c417a3","anchorIDe833c417a3");GLV_menuXY["af80ac3"]["Menuaf80ac31"]=new Array(0,0,"itemID7e9331010e","anchorID7e9331010e");GLV_menuXY["af80ac3"]["Menuaf80ac32"]=new Array(0,0,"itemIDfa92112b0b","anchorIDfa92112b0b");GLV_menuXY["af80ac3"]["Menuaf80ac33"]=new Array(0,0,"itemID9354cac295","anchorID9354cac295");GLV_menuXY["af80ac3"]["Menuaf80ac34"]=new Array(0,0,"itemID544243133a","anchorID544243133a");GLV_menuXY["af80ac3"]["Menuaf80ac35"]=new Array(0,0,"itemIDe3bacc05e4","anchorIDe3bacc05e4");GLV_menuXY["af80ac3"]["Menuaf80ac36"]=new Array(0,0,"itemIDf685a8de27","anchorIDf685a8de27");GLV_menuXY["af80ac3"]["Menuaf80ac37"]=new Array(0,0,"itemID621721ea65","anchorID621721ea65");function GLaf80ac3_getMouse(e){if(GLV_menuOn["af80ac3"]!=null&&!GLV_dontFollowMouse["af80ac3"]){}
GL_mouseMoveEvaluate("af80ac3");}
function GLaf80ac3_hideCode(){}
function GLaf80ac3_doTop(WMid,id){GLV_menuOn["af80ac3"].left=(GLV_curLayerX["96b97d1"]+GLV_menuXY["af80ac3"][id][0]-(0))+"px";}
function GLaf80ac3_restoreMenu(){}
function GLaf80ac3_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="af80ac3";GLV_timeout_count++;;
// ---- 120bdc741b_minify_javascript_14bef3d2de.js
GLV_curLayerWidth["96b97d1"]=0;GLV_curLayerHeight["96b97d1"]=0;GLV_curLayerX["96b97d1"]=0;GLV_curLayerY["96b97d1"]=0;GLV_menuOn["96b97d1"]=null;GLV_gap["96b97d1"]=1;GLV_currentLayer["96b97d1"]=null;GLV_currentROitem["96b97d1"]=null;GLV_hasBeenOver["96b97d1"]=0;GLV_doReset["96b97d1"]=false;GLV_lastKey["96b97d1"]="Menu96b97d12";GLV_onlyOnLoad["96b97d1"]=0;GLV_dontHideOnMouseUp["96b97d1"]=0;GLV_dontFollowMouse["96b97d1"]=0;GLV_date=new Date();GLV_timeout["96b97d1"]=GLV_date.getTime();GLV_timeoutRef["96b97d1"]=0;GLV_menuXY["96b97d1"]=new Array();GLV_menuXY["96b97d1"]["Menu96b97d10"]=new Array(0,0,"itemID2f1b258f2b","anchorID2f1b258f2b");GLV_menuXY["96b97d1"]["Menu96b97d11"]=new Array(0,0,"itemIDa30a857e3f","anchorIDa30a857e3f");GLV_menuXY["96b97d1"]["Menu96b97d12"]=new Array(0,0,"itemIDa0a12c0781","anchorIDa0a12c0781");function GL96b97d1_getMouse(e){if(GLV_menuOn["96b97d1"]!=null&&!GLV_dontFollowMouse["96b97d1"]){}
GL_mouseMoveEvaluate("96b97d1");}
function GL96b97d1_hideCode(){GL_getObjCss("Menu96b97d10").visibility="hidden";GL_getObjCss("Menu96b97d11").visibility="hidden";GL_getObjCss("Menu96b97d12").visibility="hidden";GL_hideAll("dab8691");GL_hideAll("de320e2");GL_hideAll("af80ac3");}
function GL96b97d1_doTop(WMid,id){var parentObject=GL_getObj(GLV_menuXY[WMid][id][2]);var TI_width=parentObject.width;var TI_height=parentObject.height;var anchorObj=GL_getObj(GLV_menuXY[WMid][id][3]);var TI_x=anchorObj.x;var TI_y=anchorObj.y;GLV_menuOn["96b97d1"].left=(GLV_curLayerX["62e0da"]+TI_x+200)+"px";GLV_menuOn["96b97d1"].top=(GLV_curLayerY["62e0da"]+TI_y+4)+"px";}
function GL96b97d1_restoreMenu(){GL_restoreMenu("dab8691");GL_restoreMenu("de320e2");GL_restoreMenu("af80ac3");}
function GL96b97d1_resetSubMenus(){var resetSubMenu=1;if(!GLV_doReset["dab8691"]&&GLV_currentLayer["dab8691"]!=null)resetSubMenu=0;if(!GLV_doReset["de320e2"]&&GLV_currentLayer["de320e2"]!=null)resetSubMenu=0;if(!GLV_doReset["af80ac3"]&&GLV_currentLayer["af80ac3"]!=null)resetSubMenu=0;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="96b97d1";GLV_timeout_count++;;
// ---- d4be32cbfa_minify_javascript_c417989cc4.js
GLV_curLayerWidth["7964815"]=0;GLV_curLayerHeight["7964815"]=0;GLV_curLayerX["7964815"]=0;GLV_curLayerY["7964815"]=0;GLV_menuOn["7964815"]=null;GLV_gap["7964815"]=1;GLV_currentLayer["7964815"]=null;GLV_currentROitem["7964815"]=null;GLV_hasBeenOver["7964815"]=0;GLV_doReset["7964815"]=false;GLV_lastKey["7964815"]="";GLV_onlyOnLoad["7964815"]=0;GLV_dontHideOnMouseUp["7964815"]=0;GLV_dontFollowMouse["7964815"]=0;GLV_date=new Date();GLV_timeout["7964815"]=GLV_date.getTime();GLV_timeoutRef["7964815"]=0;GLV_menuXY["7964815"]=new Array();GLV_menuXY["7964815"]["Menu79648150"]=new Array(0,0,"itemID21590e0b03","anchorID21590e0b03");GLV_menuXY["7964815"]["Menu79648151"]=new Array(0,0,"itemID66af5364d0","anchorID66af5364d0");GLV_menuXY["7964815"]["Menu79648152"]=new Array(0,0,"itemIDf57b66eb2d","anchorIDf57b66eb2d");GLV_menuXY["7964815"]["Menu79648153"]=new Array(0,0,"itemIDeb3de8e391","anchorIDeb3de8e391");function GL7964815_getMouse(e){if(GLV_menuOn["7964815"]!=null&&!GLV_dontFollowMouse["7964815"]){}
GL_mouseMoveEvaluate("7964815");}
function GL7964815_hideCode(){}
function GL7964815_doTop(WMid,id){var parentObject=GL_getObj(GLV_menuXY[WMid][id][2]);var TI_width=parentObject.width;var TI_height=parentObject.height;var anchorObj=GL_getObj(GLV_menuXY[WMid][id][3]);var TI_x=anchorObj.x;var TI_y=anchorObj.y;GLV_menuOn["7964815"].left=(GLV_curLayerX["62e0da"]+TI_x+200)+"px";GLV_menuOn["7964815"].top=(GLV_curLayerY["62e0da"]+TI_y+4)+"px";}
function GL7964815_restoreMenu(){}
function GL7964815_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="7964815";GLV_timeout_count++;;
// ---- 756e5a4bcf_minify_javascript_474c4e0805.js
GLV_curLayerWidth["ea73bd6"]=0;GLV_curLayerHeight["ea73bd6"]=0;GLV_curLayerX["ea73bd6"]=0;GLV_curLayerY["ea73bd6"]=0;GLV_menuOn["ea73bd6"]=null;GLV_gap["ea73bd6"]=1;GLV_currentLayer["ea73bd6"]=null;GLV_currentROitem["ea73bd6"]=null;GLV_hasBeenOver["ea73bd6"]=0;GLV_doReset["ea73bd6"]=false;GLV_lastKey["ea73bd6"]="";GLV_onlyOnLoad["ea73bd6"]=0;GLV_dontHideOnMouseUp["ea73bd6"]=0;GLV_dontFollowMouse["ea73bd6"]=0;GLV_date=new Date();GLV_timeout["ea73bd6"]=GLV_date.getTime();GLV_timeoutRef["ea73bd6"]=0;GLV_menuXY["ea73bd6"]=new Array();GLV_menuXY["ea73bd6"]["Menuea73bd60"]=new Array(0,0,"itemIDf2294c0f17","anchorIDf2294c0f17");function GLea73bd6_getMouse(e){if(GLV_menuOn["ea73bd6"]!=null&&!GLV_dontFollowMouse["ea73bd6"]){}
GL_mouseMoveEvaluate("ea73bd6");}
function GLea73bd6_hideCode(){}
function GLea73bd6_doTop(WMid,id){var parentObject=GL_getObj(GLV_menuXY[WMid][id][2]);var TI_width=parentObject.width;var TI_height=parentObject.height;var anchorObj=GL_getObj(GLV_menuXY[WMid][id][3]);var TI_x=anchorObj.x;var TI_y=anchorObj.y;GLV_menuOn["ea73bd6"].left=(GLV_curLayerX["62e0da"]+TI_x+200)+"px";GLV_menuOn["ea73bd6"].top=(GLV_curLayerY["62e0da"]+TI_y+4)+"px";}
function GLea73bd6_restoreMenu(){}
function GLea73bd6_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="ea73bd6";GLV_timeout_count++;;
// ---- 9a7de3677a_minify_javascript_bc023c51d0.js
GLV_curLayerWidth["62e0da"]=0;GLV_curLayerHeight["62e0da"]=0;GLV_curLayerX["62e0da"]=0;GLV_curLayerY["62e0da"]=0;GLV_menuOn["62e0da"]=null;GLV_gap["62e0da"]=1;GLV_currentLayer["62e0da"]=null;GLV_currentROitem["62e0da"]=null;GLV_hasBeenOver["62e0da"]=0;GLV_doReset["62e0da"]=false;GLV_lastKey["62e0da"]="Menu62e0da5";GLV_onlyOnLoad["62e0da"]=0;GLV_dontHideOnMouseUp["62e0da"]=0;GLV_dontFollowMouse["62e0da"]=0;GLV_date=new Date();GLV_timeout["62e0da"]=GLV_date.getTime();GLV_timeoutRef["62e0da"]=70;GLV_menuXY["62e0da"]=new Array();GLV_menuXY["62e0da"]["Menu62e0da0"]=new Array(0,0,"itemIDd7a0e9809e","anchorIDd7a0e9809e");GLV_menuXY["62e0da"]["Menu62e0da1"]=new Array(0,0,"itemIDb7c49426d6","anchorIDb7c49426d6");GLV_menuXY["62e0da"]["Menu62e0da2"]=new Array(0,0,"itemID3acbb0928d","anchorID3acbb0928d");GLV_menuXY["62e0da"]["Menu62e0da3"]=new Array(0,0,"itemIDb7d3348ad4","anchorIDb7d3348ad4");GLV_menuXY["62e0da"]["Menu62e0da4"]=new Array(0,0,"itemID614ba97a9d","anchorID614ba97a9d");GLV_menuXY["62e0da"]["Menu62e0da5"]=new Array(0,0,"itemID5c27bbac50","anchorID5c27bbac50");function GL62e0da_getMouse(e){if(GLV_menuOn["62e0da"]!=null&&!GLV_dontFollowMouse["62e0da"]){}
GL_mouseMoveEvaluate("62e0da");}
function GL62e0da_hideCode(){GL_getObjCss("Menu62e0da0").visibility="hidden";GL_getObjCss("Menu62e0da1").visibility="hidden";GL_getObjCss("Menu62e0da3").visibility="hidden";GL_getObjCss("Menu62e0da5").visibility="hidden";GL_hideAll("acba17");GL_hideAll("96b97d1");GL_hideAll("dab8691");GL_hideAll("de320e2");GL_hideAll("af80ac3");GL_hideAll("7964815");GL_hideAll("ea73bd6");}
function GL62e0da_doTop(WMid,id){var parentObject=GL_getObj(GLV_menuXY[WMid][id][2]);var TI_width=parentObject.width;var TI_height=parentObject.height;var anchorObj=GL_getObj(GLV_menuXY[WMid][id][3]);var TI_x=anchorObj.x;var TI_y=anchorObj.y;GLV_menuOn["62e0da"].left=(TI_x+0)+"px";GLV_menuOn["62e0da"].top=(TI_y+0)+"px";}
function GL62e0da_restoreMenu(){GL_restoreMenu("acba17");GL_restoreMenu("96b97d1");GL_restoreMenu("dab8691");GL_restoreMenu("de320e2");GL_restoreMenu("af80ac3");GL_restoreMenu("7964815");GL_restoreMenu("ea73bd6");}
function GL62e0da_resetSubMenus(){var resetSubMenu=1;if(!GLV_doReset["acba17"]&&GLV_currentLayer["acba17"]!=null)resetSubMenu=0;if(!GLV_doReset["96b97d1"]&&GLV_currentLayer["96b97d1"]!=null)resetSubMenu=0;if(!GLV_doReset["dab8691"]&&GLV_currentLayer["dab8691"]!=null)resetSubMenu=0;if(!GLV_doReset["de320e2"]&&GLV_currentLayer["de320e2"]!=null)resetSubMenu=0;if(!GLV_doReset["af80ac3"]&&GLV_currentLayer["af80ac3"]!=null)resetSubMenu=0;if(!GLV_doReset["7964815"]&&GLV_currentLayer["7964815"]!=null)resetSubMenu=0;if(!GLV_doReset["ea73bd6"]&&GLV_currentLayer["ea73bd6"]!=null)resetSubMenu=0;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="62e0da";GLV_timeout_count++;;
