// ---- 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";}};
// ---- f2405b928a_minify_javascript_3e7fa5d447.js
GLV_curLayerWidth["de590a"]=0;GLV_curLayerHeight["de590a"]=0;GLV_curLayerX["de590a"]=0;GLV_curLayerY["de590a"]=0;GLV_menuOn["de590a"]=null;GLV_gap["de590a"]=1;GLV_currentLayer["de590a"]=null;GLV_currentROitem["de590a"]=null;GLV_hasBeenOver["de590a"]=0;GLV_doReset["de590a"]=false;GLV_lastKey["de590a"]="";GLV_onlyOnLoad["de590a"]=0;GLV_dontHideOnMouseUp["de590a"]=0;GLV_dontFollowMouse["de590a"]=0;GLV_date=new Date();GLV_timeout["de590a"]=GLV_date.getTime();GLV_timeoutRef["de590a"]=0;GLV_menuXY["de590a"]=new Array();GLV_menuXY["de590a"]["Menude590a0"]=new Array(0,0,"itemID1e7a89bcbe","anchorID1e7a89bcbe");GLV_menuXY["de590a"]["Menude590a1"]=new Array(0,0,"itemIDf04d6d3a3c","anchorIDf04d6d3a3c");function GLde590a_getMouse(e){if(GLV_menuOn["de590a"]!=null&&!GLV_dontFollowMouse["de590a"]){}
GL_mouseMoveEvaluate("de590a");}
function GLde590a_hideCode(){}
function GLde590a_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["de590a"].left=(GLV_curLayerX["4bda9f"]+TI_x+200)+"px";GLV_menuOn["de590a"].top=(GLV_curLayerY["4bda9f"]+TI_y+4)+"px";}
function GLde590a_restoreMenu(){}
function GLde590a_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="de590a";GLV_timeout_count++;;
// ---- 0c5f670d80_minify_javascript_55841c8470.js
GLV_curLayerWidth["1f06561"]=0;GLV_curLayerHeight["1f06561"]=0;GLV_curLayerX["1f06561"]=0;GLV_curLayerY["1f06561"]=0;GLV_menuOn["1f06561"]=null;GLV_gap["1f06561"]=1;GLV_currentLayer["1f06561"]=null;GLV_currentROitem["1f06561"]=null;GLV_hasBeenOver["1f06561"]=0;GLV_doReset["1f06561"]=false;GLV_lastKey["1f06561"]="";GLV_onlyOnLoad["1f06561"]=0;GLV_dontHideOnMouseUp["1f06561"]=0;GLV_dontFollowMouse["1f06561"]=0;GLV_date=new Date();GLV_timeout["1f06561"]=GLV_date.getTime();GLV_timeoutRef["1f06561"]=0;GLV_menuXY["1f06561"]=new Array();GLV_menuXY["1f06561"]["Menu1f065610"]=new Array(0,0,"itemID67add0451a","anchorID67add0451a");GLV_menuXY["1f06561"]["Menu1f065611"]=new Array(0,0,"itemID72de99e709","anchorID72de99e709");GLV_menuXY["1f06561"]["Menu1f065612"]=new Array(0,0,"itemID0c097d5625","anchorID0c097d5625");GLV_menuXY["1f06561"]["Menu1f065613"]=new Array(0,0,"itemID705dd63ad8","anchorID705dd63ad8");function GL1f06561_getMouse(e){if(GLV_menuOn["1f06561"]!=null&&!GLV_dontFollowMouse["1f06561"]){}
GL_mouseMoveEvaluate("1f06561");}
function GL1f06561_hideCode(){}
function GL1f06561_doTop(WMid,id){GLV_menuOn["1f06561"].left=(GLV_curLayerX["89832b1"]+GLV_menuXY["1f06561"][id][0]-(0))+"px";}
function GL1f06561_restoreMenu(){}
function GL1f06561_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="1f06561";GLV_timeout_count++;;
// ---- 0489f98e5e_minify_javascript_abfa5b885a.js
GLV_curLayerWidth["c8399a2"]=0;GLV_curLayerHeight["c8399a2"]=0;GLV_curLayerX["c8399a2"]=0;GLV_curLayerY["c8399a2"]=0;GLV_menuOn["c8399a2"]=null;GLV_gap["c8399a2"]=1;GLV_currentLayer["c8399a2"]=null;GLV_currentROitem["c8399a2"]=null;GLV_hasBeenOver["c8399a2"]=0;GLV_doReset["c8399a2"]=false;GLV_lastKey["c8399a2"]="";GLV_onlyOnLoad["c8399a2"]=0;GLV_dontHideOnMouseUp["c8399a2"]=0;GLV_dontFollowMouse["c8399a2"]=0;GLV_date=new Date();GLV_timeout["c8399a2"]=GLV_date.getTime();GLV_timeoutRef["c8399a2"]=0;GLV_menuXY["c8399a2"]=new Array();GLV_menuXY["c8399a2"]["Menuc8399a20"]=new Array(0,0,"itemID41d2c3eac6","anchorID41d2c3eac6");function GLc8399a2_getMouse(e){if(GLV_menuOn["c8399a2"]!=null&&!GLV_dontFollowMouse["c8399a2"]){}
GL_mouseMoveEvaluate("c8399a2");}
function GLc8399a2_hideCode(){}
function GLc8399a2_doTop(WMid,id){GLV_menuOn["c8399a2"].left=(GLV_curLayerX["89832b1"]+GLV_menuXY["c8399a2"][id][0]-(0))+"px";}
function GLc8399a2_restoreMenu(){}
function GLc8399a2_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="c8399a2";GLV_timeout_count++;;
// ---- 8e0820d44c_minify_javascript_1d99d0a6e4.js
GLV_curLayerWidth["45a0673"]=0;GLV_curLayerHeight["45a0673"]=0;GLV_curLayerX["45a0673"]=0;GLV_curLayerY["45a0673"]=0;GLV_menuOn["45a0673"]=null;GLV_gap["45a0673"]=1;GLV_currentLayer["45a0673"]=null;GLV_currentROitem["45a0673"]=null;GLV_hasBeenOver["45a0673"]=0;GLV_doReset["45a0673"]=false;GLV_lastKey["45a0673"]="";GLV_onlyOnLoad["45a0673"]=0;GLV_dontHideOnMouseUp["45a0673"]=0;GLV_dontFollowMouse["45a0673"]=0;GLV_date=new Date();GLV_timeout["45a0673"]=GLV_date.getTime();GLV_timeoutRef["45a0673"]=0;GLV_menuXY["45a0673"]=new Array();GLV_menuXY["45a0673"]["Menu45a06730"]=new Array(0,0,"itemID2edda9c548","anchorID2edda9c548");GLV_menuXY["45a0673"]["Menu45a06731"]=new Array(0,0,"itemID33cbdce3f5","anchorID33cbdce3f5");GLV_menuXY["45a0673"]["Menu45a06732"]=new Array(0,0,"itemIDc57b2d439b","anchorIDc57b2d439b");GLV_menuXY["45a0673"]["Menu45a06733"]=new Array(0,0,"itemIDc2e0c46758","anchorIDc2e0c46758");GLV_menuXY["45a0673"]["Menu45a06734"]=new Array(0,0,"itemID8abb4969b6","anchorID8abb4969b6");GLV_menuXY["45a0673"]["Menu45a06735"]=new Array(0,0,"itemIDaa63519ee7","anchorIDaa63519ee7");GLV_menuXY["45a0673"]["Menu45a06736"]=new Array(0,0,"itemIDefd6025728","anchorIDefd6025728");GLV_menuXY["45a0673"]["Menu45a06737"]=new Array(0,0,"itemID2b9c259660","anchorID2b9c259660");function GL45a0673_getMouse(e){if(GLV_menuOn["45a0673"]!=null&&!GLV_dontFollowMouse["45a0673"]){}
GL_mouseMoveEvaluate("45a0673");}
function GL45a0673_hideCode(){}
function GL45a0673_doTop(WMid,id){GLV_menuOn["45a0673"].left=(GLV_curLayerX["89832b1"]+GLV_menuXY["45a0673"][id][0]-(0))+"px";}
function GL45a0673_restoreMenu(){}
function GL45a0673_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="45a0673";GLV_timeout_count++;;
// ---- ec7946ed5d_minify_javascript_1fdef6c9a0.js
GLV_curLayerWidth["89832b1"]=0;GLV_curLayerHeight["89832b1"]=0;GLV_curLayerX["89832b1"]=0;GLV_curLayerY["89832b1"]=0;GLV_menuOn["89832b1"]=null;GLV_gap["89832b1"]=1;GLV_currentLayer["89832b1"]=null;GLV_currentROitem["89832b1"]=null;GLV_hasBeenOver["89832b1"]=0;GLV_doReset["89832b1"]=false;GLV_lastKey["89832b1"]="Menu89832b12";GLV_onlyOnLoad["89832b1"]=0;GLV_dontHideOnMouseUp["89832b1"]=0;GLV_dontFollowMouse["89832b1"]=0;GLV_date=new Date();GLV_timeout["89832b1"]=GLV_date.getTime();GLV_timeoutRef["89832b1"]=0;GLV_menuXY["89832b1"]=new Array();GLV_menuXY["89832b1"]["Menu89832b10"]=new Array(0,0,"itemID3d8ece6c69","anchorID3d8ece6c69");GLV_menuXY["89832b1"]["Menu89832b11"]=new Array(0,0,"itemID8b20e5c532","anchorID8b20e5c532");GLV_menuXY["89832b1"]["Menu89832b12"]=new Array(0,0,"itemIDc0b5bfce04","anchorIDc0b5bfce04");function GL89832b1_getMouse(e){if(GLV_menuOn["89832b1"]!=null&&!GLV_dontFollowMouse["89832b1"]){}
GL_mouseMoveEvaluate("89832b1");}
function GL89832b1_hideCode(){GL_getObjCss("Menu89832b10").visibility="hidden";GL_getObjCss("Menu89832b11").visibility="hidden";GL_getObjCss("Menu89832b12").visibility="hidden";GL_hideAll("1f06561");GL_hideAll("c8399a2");GL_hideAll("45a0673");}
function GL89832b1_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["89832b1"].left=(GLV_curLayerX["4bda9f"]+TI_x+200)+"px";GLV_menuOn["89832b1"].top=(GLV_curLayerY["4bda9f"]+TI_y+4)+"px";}
function GL89832b1_restoreMenu(){GL_restoreMenu("1f06561");GL_restoreMenu("c8399a2");GL_restoreMenu("45a0673");}
function GL89832b1_resetSubMenus(){var resetSubMenu=1;if(!GLV_doReset["1f06561"]&&GLV_currentLayer["1f06561"]!=null)resetSubMenu=0;if(!GLV_doReset["c8399a2"]&&GLV_currentLayer["c8399a2"]!=null)resetSubMenu=0;if(!GLV_doReset["45a0673"]&&GLV_currentLayer["45a0673"]!=null)resetSubMenu=0;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="89832b1";GLV_timeout_count++;;
// ---- 13cc803ff5_minify_javascript_64ab94a84e.js
GLV_curLayerWidth["ffb0fa5"]=0;GLV_curLayerHeight["ffb0fa5"]=0;GLV_curLayerX["ffb0fa5"]=0;GLV_curLayerY["ffb0fa5"]=0;GLV_menuOn["ffb0fa5"]=null;GLV_gap["ffb0fa5"]=1;GLV_currentLayer["ffb0fa5"]=null;GLV_currentROitem["ffb0fa5"]=null;GLV_hasBeenOver["ffb0fa5"]=0;GLV_doReset["ffb0fa5"]=false;GLV_lastKey["ffb0fa5"]="";GLV_onlyOnLoad["ffb0fa5"]=0;GLV_dontHideOnMouseUp["ffb0fa5"]=0;GLV_dontFollowMouse["ffb0fa5"]=0;GLV_date=new Date();GLV_timeout["ffb0fa5"]=GLV_date.getTime();GLV_timeoutRef["ffb0fa5"]=0;GLV_menuXY["ffb0fa5"]=new Array();GLV_menuXY["ffb0fa5"]["Menuffb0fa50"]=new Array(0,0,"itemID4633bd84da","anchorID4633bd84da");GLV_menuXY["ffb0fa5"]["Menuffb0fa51"]=new Array(0,0,"itemID6938b6ea9d","anchorID6938b6ea9d");GLV_menuXY["ffb0fa5"]["Menuffb0fa52"]=new Array(0,0,"itemID8d4ec835db","anchorID8d4ec835db");GLV_menuXY["ffb0fa5"]["Menuffb0fa53"]=new Array(0,0,"itemIDa01fd68cd0","anchorIDa01fd68cd0");function GLffb0fa5_getMouse(e){if(GLV_menuOn["ffb0fa5"]!=null&&!GLV_dontFollowMouse["ffb0fa5"]){}
GL_mouseMoveEvaluate("ffb0fa5");}
function GLffb0fa5_hideCode(){}
function GLffb0fa5_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["ffb0fa5"].left=(GLV_curLayerX["4bda9f"]+TI_x+200)+"px";GLV_menuOn["ffb0fa5"].top=(GLV_curLayerY["4bda9f"]+TI_y+4)+"px";}
function GLffb0fa5_restoreMenu(){}
function GLffb0fa5_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="ffb0fa5";GLV_timeout_count++;;
// ---- 0751383f64_minify_javascript_ec03707ddc.js
GLV_curLayerWidth["bd89836"]=0;GLV_curLayerHeight["bd89836"]=0;GLV_curLayerX["bd89836"]=0;GLV_curLayerY["bd89836"]=0;GLV_menuOn["bd89836"]=null;GLV_gap["bd89836"]=1;GLV_currentLayer["bd89836"]=null;GLV_currentROitem["bd89836"]=null;GLV_hasBeenOver["bd89836"]=0;GLV_doReset["bd89836"]=false;GLV_lastKey["bd89836"]="";GLV_onlyOnLoad["bd89836"]=0;GLV_dontHideOnMouseUp["bd89836"]=0;GLV_dontFollowMouse["bd89836"]=0;GLV_date=new Date();GLV_timeout["bd89836"]=GLV_date.getTime();GLV_timeoutRef["bd89836"]=0;GLV_menuXY["bd89836"]=new Array();GLV_menuXY["bd89836"]["Menubd898360"]=new Array(0,0,"itemIDe8122c2edb","anchorIDe8122c2edb");function GLbd89836_getMouse(e){if(GLV_menuOn["bd89836"]!=null&&!GLV_dontFollowMouse["bd89836"]){}
GL_mouseMoveEvaluate("bd89836");}
function GLbd89836_hideCode(){}
function GLbd89836_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["bd89836"].left=(GLV_curLayerX["4bda9f"]+TI_x+200)+"px";GLV_menuOn["bd89836"].top=(GLV_curLayerY["4bda9f"]+TI_y+4)+"px";}
function GLbd89836_restoreMenu(){}
function GLbd89836_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="bd89836";GLV_timeout_count++;;
// ---- 6932ae48ea_minify_javascript_3ecb409935.js
GLV_curLayerWidth["4bda9f"]=0;GLV_curLayerHeight["4bda9f"]=0;GLV_curLayerX["4bda9f"]=0;GLV_curLayerY["4bda9f"]=0;GLV_menuOn["4bda9f"]=null;GLV_gap["4bda9f"]=1;GLV_currentLayer["4bda9f"]=null;GLV_currentROitem["4bda9f"]=null;GLV_hasBeenOver["4bda9f"]=0;GLV_doReset["4bda9f"]=false;GLV_lastKey["4bda9f"]="Menu4bda9f5";GLV_onlyOnLoad["4bda9f"]=0;GLV_dontHideOnMouseUp["4bda9f"]=0;GLV_dontFollowMouse["4bda9f"]=0;GLV_date=new Date();GLV_timeout["4bda9f"]=GLV_date.getTime();GLV_timeoutRef["4bda9f"]=70;GLV_menuXY["4bda9f"]=new Array();GLV_menuXY["4bda9f"]["Menu4bda9f0"]=new Array(0,0,"itemID1e274bbe47","anchorID1e274bbe47");GLV_menuXY["4bda9f"]["Menu4bda9f1"]=new Array(0,0,"itemID51722c58cf","anchorID51722c58cf");GLV_menuXY["4bda9f"]["Menu4bda9f2"]=new Array(0,0,"itemIDd34b002c99","anchorIDd34b002c99");GLV_menuXY["4bda9f"]["Menu4bda9f3"]=new Array(0,0,"itemIDc7e0934259","anchorIDc7e0934259");GLV_menuXY["4bda9f"]["Menu4bda9f4"]=new Array(0,0,"itemIDe221173eb6","anchorIDe221173eb6");GLV_menuXY["4bda9f"]["Menu4bda9f5"]=new Array(0,0,"itemID95f09b3289","anchorID95f09b3289");function GL4bda9f_getMouse(e){if(GLV_menuOn["4bda9f"]!=null&&!GLV_dontFollowMouse["4bda9f"]){}
GL_mouseMoveEvaluate("4bda9f");}
function GL4bda9f_hideCode(){GL_getObjCss("Menu4bda9f0").visibility="hidden";GL_getObjCss("Menu4bda9f1").visibility="hidden";GL_getObjCss("Menu4bda9f3").visibility="hidden";GL_getObjCss("Menu4bda9f5").visibility="hidden";GL_hideAll("de590a");GL_hideAll("89832b1");GL_hideAll("1f06561");GL_hideAll("c8399a2");GL_hideAll("45a0673");GL_hideAll("ffb0fa5");GL_hideAll("bd89836");}
function GL4bda9f_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["4bda9f"].left=(TI_x+0)+"px";GLV_menuOn["4bda9f"].top=(TI_y+0)+"px";}
function GL4bda9f_restoreMenu(){GL_restoreMenu("de590a");GL_restoreMenu("89832b1");GL_restoreMenu("1f06561");GL_restoreMenu("c8399a2");GL_restoreMenu("45a0673");GL_restoreMenu("ffb0fa5");GL_restoreMenu("bd89836");}
function GL4bda9f_resetSubMenus(){var resetSubMenu=1;if(!GLV_doReset["de590a"]&&GLV_currentLayer["de590a"]!=null)resetSubMenu=0;if(!GLV_doReset["89832b1"]&&GLV_currentLayer["89832b1"]!=null)resetSubMenu=0;if(!GLV_doReset["1f06561"]&&GLV_currentLayer["1f06561"]!=null)resetSubMenu=0;if(!GLV_doReset["c8399a2"]&&GLV_currentLayer["c8399a2"]!=null)resetSubMenu=0;if(!GLV_doReset["45a0673"]&&GLV_currentLayer["45a0673"]!=null)resetSubMenu=0;if(!GLV_doReset["ffb0fa5"]&&GLV_currentLayer["ffb0fa5"]!=null)resetSubMenu=0;if(!GLV_doReset["bd89836"]&&GLV_currentLayer["bd89836"]!=null)resetSubMenu=0;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="4bda9f";GLV_timeout_count++;;
