// ---- 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";}};
// ---- e62379f755_minify_javascript_5dda566955.js
GLV_curLayerWidth["e054ca"]=0;GLV_curLayerHeight["e054ca"]=0;GLV_curLayerX["e054ca"]=0;GLV_curLayerY["e054ca"]=0;GLV_menuOn["e054ca"]=null;GLV_gap["e054ca"]=1;GLV_currentLayer["e054ca"]=null;GLV_currentROitem["e054ca"]=null;GLV_hasBeenOver["e054ca"]=0;GLV_doReset["e054ca"]=false;GLV_lastKey["e054ca"]="";GLV_onlyOnLoad["e054ca"]=0;GLV_dontHideOnMouseUp["e054ca"]=0;GLV_dontFollowMouse["e054ca"]=0;GLV_date=new Date();GLV_timeout["e054ca"]=GLV_date.getTime();GLV_timeoutRef["e054ca"]=0;GLV_menuXY["e054ca"]=new Array();GLV_menuXY["e054ca"]["Menue054ca0"]=new Array(0,0,"itemID6c9324c4fc","anchorID6c9324c4fc");GLV_menuXY["e054ca"]["Menue054ca1"]=new Array(0,0,"itemID0d2b9af51f","anchorID0d2b9af51f");function GLe054ca_getMouse(e){if(GLV_menuOn["e054ca"]!=null&&!GLV_dontFollowMouse["e054ca"]){}
GL_mouseMoveEvaluate("e054ca");}
function GLe054ca_hideCode(){}
function GLe054ca_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["e054ca"].left=(GLV_curLayerX["5d2453"]+TI_x+200)+"px";GLV_menuOn["e054ca"].top=(GLV_curLayerY["5d2453"]+TI_y+4)+"px";}
function GLe054ca_restoreMenu(){}
function GLe054ca_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="e054ca";GLV_timeout_count++;;
// ---- 5fd669e750_minify_javascript_658ca083b4.js
GLV_curLayerWidth["4648861"]=0;GLV_curLayerHeight["4648861"]=0;GLV_curLayerX["4648861"]=0;GLV_curLayerY["4648861"]=0;GLV_menuOn["4648861"]=null;GLV_gap["4648861"]=1;GLV_currentLayer["4648861"]=null;GLV_currentROitem["4648861"]=null;GLV_hasBeenOver["4648861"]=0;GLV_doReset["4648861"]=false;GLV_lastKey["4648861"]="";GLV_onlyOnLoad["4648861"]=0;GLV_dontHideOnMouseUp["4648861"]=0;GLV_dontFollowMouse["4648861"]=0;GLV_date=new Date();GLV_timeout["4648861"]=GLV_date.getTime();GLV_timeoutRef["4648861"]=0;GLV_menuXY["4648861"]=new Array();GLV_menuXY["4648861"]["Menu46488610"]=new Array(0,0,"itemID1896335572","anchorID1896335572");GLV_menuXY["4648861"]["Menu46488611"]=new Array(0,0,"itemID4683115b36","anchorID4683115b36");GLV_menuXY["4648861"]["Menu46488612"]=new Array(0,0,"itemIDace8dbb6c9","anchorIDace8dbb6c9");GLV_menuXY["4648861"]["Menu46488613"]=new Array(0,0,"itemID6c1a554c94","anchorID6c1a554c94");function GL4648861_getMouse(e){if(GLV_menuOn["4648861"]!=null&&!GLV_dontFollowMouse["4648861"]){}
GL_mouseMoveEvaluate("4648861");}
function GL4648861_hideCode(){}
function GL4648861_doTop(WMid,id){GLV_menuOn["4648861"].left=(GLV_curLayerX["205f8d1"]+GLV_menuXY["4648861"][id][0]-(0))+"px";}
function GL4648861_restoreMenu(){}
function GL4648861_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="4648861";GLV_timeout_count++;;
// ---- 6cbf2eb122_minify_javascript_50cfceb5c7.js
GLV_curLayerWidth["2da1682"]=0;GLV_curLayerHeight["2da1682"]=0;GLV_curLayerX["2da1682"]=0;GLV_curLayerY["2da1682"]=0;GLV_menuOn["2da1682"]=null;GLV_gap["2da1682"]=1;GLV_currentLayer["2da1682"]=null;GLV_currentROitem["2da1682"]=null;GLV_hasBeenOver["2da1682"]=0;GLV_doReset["2da1682"]=false;GLV_lastKey["2da1682"]="";GLV_onlyOnLoad["2da1682"]=0;GLV_dontHideOnMouseUp["2da1682"]=0;GLV_dontFollowMouse["2da1682"]=0;GLV_date=new Date();GLV_timeout["2da1682"]=GLV_date.getTime();GLV_timeoutRef["2da1682"]=0;GLV_menuXY["2da1682"]=new Array();GLV_menuXY["2da1682"]["Menu2da16820"]=new Array(0,0,"itemID39462d8663","anchorID39462d8663");function GL2da1682_getMouse(e){if(GLV_menuOn["2da1682"]!=null&&!GLV_dontFollowMouse["2da1682"]){}
GL_mouseMoveEvaluate("2da1682");}
function GL2da1682_hideCode(){}
function GL2da1682_doTop(WMid,id){GLV_menuOn["2da1682"].left=(GLV_curLayerX["205f8d1"]+GLV_menuXY["2da1682"][id][0]-(0))+"px";}
function GL2da1682_restoreMenu(){}
function GL2da1682_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="2da1682";GLV_timeout_count++;;
// ---- 9e7e265d85_minify_javascript_f5d8b80be9.js
GLV_curLayerWidth["52c12e3"]=0;GLV_curLayerHeight["52c12e3"]=0;GLV_curLayerX["52c12e3"]=0;GLV_curLayerY["52c12e3"]=0;GLV_menuOn["52c12e3"]=null;GLV_gap["52c12e3"]=1;GLV_currentLayer["52c12e3"]=null;GLV_currentROitem["52c12e3"]=null;GLV_hasBeenOver["52c12e3"]=0;GLV_doReset["52c12e3"]=false;GLV_lastKey["52c12e3"]="";GLV_onlyOnLoad["52c12e3"]=0;GLV_dontHideOnMouseUp["52c12e3"]=0;GLV_dontFollowMouse["52c12e3"]=0;GLV_date=new Date();GLV_timeout["52c12e3"]=GLV_date.getTime();GLV_timeoutRef["52c12e3"]=0;GLV_menuXY["52c12e3"]=new Array();GLV_menuXY["52c12e3"]["Menu52c12e30"]=new Array(0,0,"itemID5fb98dd9e2","anchorID5fb98dd9e2");GLV_menuXY["52c12e3"]["Menu52c12e31"]=new Array(0,0,"itemID43246cb22c","anchorID43246cb22c");GLV_menuXY["52c12e3"]["Menu52c12e32"]=new Array(0,0,"itemID0286cf4a5a","anchorID0286cf4a5a");GLV_menuXY["52c12e3"]["Menu52c12e33"]=new Array(0,0,"itemIDa2726c7fb5","anchorIDa2726c7fb5");GLV_menuXY["52c12e3"]["Menu52c12e34"]=new Array(0,0,"itemID30002e69b2","anchorID30002e69b2");GLV_menuXY["52c12e3"]["Menu52c12e35"]=new Array(0,0,"itemID637085f8a7","anchorID637085f8a7");GLV_menuXY["52c12e3"]["Menu52c12e36"]=new Array(0,0,"itemIDea67c7192a","anchorIDea67c7192a");GLV_menuXY["52c12e3"]["Menu52c12e37"]=new Array(0,0,"itemIDa153298c31","anchorIDa153298c31");function GL52c12e3_getMouse(e){if(GLV_menuOn["52c12e3"]!=null&&!GLV_dontFollowMouse["52c12e3"]){}
GL_mouseMoveEvaluate("52c12e3");}
function GL52c12e3_hideCode(){}
function GL52c12e3_doTop(WMid,id){GLV_menuOn["52c12e3"].left=(GLV_curLayerX["205f8d1"]+GLV_menuXY["52c12e3"][id][0]-(0))+"px";}
function GL52c12e3_restoreMenu(){}
function GL52c12e3_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="52c12e3";GLV_timeout_count++;;
// ---- 0aabff7f37_minify_javascript_f23e334dc3.js
GLV_curLayerWidth["205f8d1"]=0;GLV_curLayerHeight["205f8d1"]=0;GLV_curLayerX["205f8d1"]=0;GLV_curLayerY["205f8d1"]=0;GLV_menuOn["205f8d1"]=null;GLV_gap["205f8d1"]=1;GLV_currentLayer["205f8d1"]=null;GLV_currentROitem["205f8d1"]=null;GLV_hasBeenOver["205f8d1"]=0;GLV_doReset["205f8d1"]=false;GLV_lastKey["205f8d1"]="Menu205f8d12";GLV_onlyOnLoad["205f8d1"]=0;GLV_dontHideOnMouseUp["205f8d1"]=0;GLV_dontFollowMouse["205f8d1"]=0;GLV_date=new Date();GLV_timeout["205f8d1"]=GLV_date.getTime();GLV_timeoutRef["205f8d1"]=0;GLV_menuXY["205f8d1"]=new Array();GLV_menuXY["205f8d1"]["Menu205f8d10"]=new Array(0,0,"itemID40cd80a756","anchorID40cd80a756");GLV_menuXY["205f8d1"]["Menu205f8d11"]=new Array(0,0,"itemID64bddb4a20","anchorID64bddb4a20");GLV_menuXY["205f8d1"]["Menu205f8d12"]=new Array(0,0,"itemIDaa7a7a602d","anchorIDaa7a7a602d");function GL205f8d1_getMouse(e){if(GLV_menuOn["205f8d1"]!=null&&!GLV_dontFollowMouse["205f8d1"]){}
GL_mouseMoveEvaluate("205f8d1");}
function GL205f8d1_hideCode(){GL_getObjCss("Menu205f8d10").visibility="hidden";GL_getObjCss("Menu205f8d11").visibility="hidden";GL_getObjCss("Menu205f8d12").visibility="hidden";GL_hideAll("4648861");GL_hideAll("2da1682");GL_hideAll("52c12e3");}
function GL205f8d1_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["205f8d1"].left=(GLV_curLayerX["5d2453"]+TI_x+200)+"px";GLV_menuOn["205f8d1"].top=(GLV_curLayerY["5d2453"]+TI_y+4)+"px";}
function GL205f8d1_restoreMenu(){GL_restoreMenu("4648861");GL_restoreMenu("2da1682");GL_restoreMenu("52c12e3");}
function GL205f8d1_resetSubMenus(){var resetSubMenu=1;if(!GLV_doReset["4648861"]&&GLV_currentLayer["4648861"]!=null)resetSubMenu=0;if(!GLV_doReset["2da1682"]&&GLV_currentLayer["2da1682"]!=null)resetSubMenu=0;if(!GLV_doReset["52c12e3"]&&GLV_currentLayer["52c12e3"]!=null)resetSubMenu=0;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="205f8d1";GLV_timeout_count++;;
// ---- 866087995e_minify_javascript_c8e3c3a2fc.js
GLV_curLayerWidth["dbf76f5"]=0;GLV_curLayerHeight["dbf76f5"]=0;GLV_curLayerX["dbf76f5"]=0;GLV_curLayerY["dbf76f5"]=0;GLV_menuOn["dbf76f5"]=null;GLV_gap["dbf76f5"]=1;GLV_currentLayer["dbf76f5"]=null;GLV_currentROitem["dbf76f5"]=null;GLV_hasBeenOver["dbf76f5"]=0;GLV_doReset["dbf76f5"]=false;GLV_lastKey["dbf76f5"]="";GLV_onlyOnLoad["dbf76f5"]=0;GLV_dontHideOnMouseUp["dbf76f5"]=0;GLV_dontFollowMouse["dbf76f5"]=0;GLV_date=new Date();GLV_timeout["dbf76f5"]=GLV_date.getTime();GLV_timeoutRef["dbf76f5"]=0;GLV_menuXY["dbf76f5"]=new Array();GLV_menuXY["dbf76f5"]["Menudbf76f50"]=new Array(0,0,"itemIDea428b7b7c","anchorIDea428b7b7c");GLV_menuXY["dbf76f5"]["Menudbf76f51"]=new Array(0,0,"itemIDd44da3845e","anchorIDd44da3845e");GLV_menuXY["dbf76f5"]["Menudbf76f52"]=new Array(0,0,"itemID4530290110","anchorID4530290110");GLV_menuXY["dbf76f5"]["Menudbf76f53"]=new Array(0,0,"itemIDb5520dd3e2","anchorIDb5520dd3e2");function GLdbf76f5_getMouse(e){if(GLV_menuOn["dbf76f5"]!=null&&!GLV_dontFollowMouse["dbf76f5"]){}
GL_mouseMoveEvaluate("dbf76f5");}
function GLdbf76f5_hideCode(){}
function GLdbf76f5_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["dbf76f5"].left=(GLV_curLayerX["5d2453"]+TI_x+200)+"px";GLV_menuOn["dbf76f5"].top=(GLV_curLayerY["5d2453"]+TI_y+4)+"px";}
function GLdbf76f5_restoreMenu(){}
function GLdbf76f5_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="dbf76f5";GLV_timeout_count++;;
// ---- cf1b20ea0f_minify_javascript_3c9cadbed6.js
GLV_curLayerWidth["3a1a766"]=0;GLV_curLayerHeight["3a1a766"]=0;GLV_curLayerX["3a1a766"]=0;GLV_curLayerY["3a1a766"]=0;GLV_menuOn["3a1a766"]=null;GLV_gap["3a1a766"]=1;GLV_currentLayer["3a1a766"]=null;GLV_currentROitem["3a1a766"]=null;GLV_hasBeenOver["3a1a766"]=0;GLV_doReset["3a1a766"]=false;GLV_lastKey["3a1a766"]="";GLV_onlyOnLoad["3a1a766"]=0;GLV_dontHideOnMouseUp["3a1a766"]=0;GLV_dontFollowMouse["3a1a766"]=0;GLV_date=new Date();GLV_timeout["3a1a766"]=GLV_date.getTime();GLV_timeoutRef["3a1a766"]=0;GLV_menuXY["3a1a766"]=new Array();GLV_menuXY["3a1a766"]["Menu3a1a7660"]=new Array(0,0,"itemID1c0a75f834","anchorID1c0a75f834");function GL3a1a766_getMouse(e){if(GLV_menuOn["3a1a766"]!=null&&!GLV_dontFollowMouse["3a1a766"]){}
GL_mouseMoveEvaluate("3a1a766");}
function GL3a1a766_hideCode(){}
function GL3a1a766_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["3a1a766"].left=(GLV_curLayerX["5d2453"]+TI_x+200)+"px";GLV_menuOn["3a1a766"].top=(GLV_curLayerY["5d2453"]+TI_y+4)+"px";}
function GL3a1a766_restoreMenu(){}
function GL3a1a766_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="3a1a766";GLV_timeout_count++;;
// ---- ba57575083_minify_javascript_536ac084c3.js
GLV_curLayerWidth["5d2453"]=0;GLV_curLayerHeight["5d2453"]=0;GLV_curLayerX["5d2453"]=0;GLV_curLayerY["5d2453"]=0;GLV_menuOn["5d2453"]=null;GLV_gap["5d2453"]=1;GLV_currentLayer["5d2453"]=null;GLV_currentROitem["5d2453"]=null;GLV_hasBeenOver["5d2453"]=0;GLV_doReset["5d2453"]=false;GLV_lastKey["5d2453"]="Menu5d24535";GLV_onlyOnLoad["5d2453"]=0;GLV_dontHideOnMouseUp["5d2453"]=0;GLV_dontFollowMouse["5d2453"]=0;GLV_date=new Date();GLV_timeout["5d2453"]=GLV_date.getTime();GLV_timeoutRef["5d2453"]=70;GLV_menuXY["5d2453"]=new Array();GLV_menuXY["5d2453"]["Menu5d24530"]=new Array(0,0,"itemID1daac2c6e8","anchorID1daac2c6e8");GLV_menuXY["5d2453"]["Menu5d24531"]=new Array(0,0,"itemID97583e59e4","anchorID97583e59e4");GLV_menuXY["5d2453"]["Menu5d24532"]=new Array(0,0,"itemID774c9fcdf3","anchorID774c9fcdf3");GLV_menuXY["5d2453"]["Menu5d24533"]=new Array(0,0,"itemID0c2f384c23","anchorID0c2f384c23");GLV_menuXY["5d2453"]["Menu5d24534"]=new Array(0,0,"itemIDaf2ace67c9","anchorIDaf2ace67c9");GLV_menuXY["5d2453"]["Menu5d24535"]=new Array(0,0,"itemID91dd986e46","anchorID91dd986e46");function GL5d2453_getMouse(e){if(GLV_menuOn["5d2453"]!=null&&!GLV_dontFollowMouse["5d2453"]){}
GL_mouseMoveEvaluate("5d2453");}
function GL5d2453_hideCode(){GL_getObjCss("Menu5d24530").visibility="hidden";GL_getObjCss("Menu5d24531").visibility="hidden";GL_getObjCss("Menu5d24533").visibility="hidden";GL_getObjCss("Menu5d24535").visibility="hidden";GL_hideAll("e054ca");GL_hideAll("205f8d1");GL_hideAll("4648861");GL_hideAll("2da1682");GL_hideAll("52c12e3");GL_hideAll("dbf76f5");GL_hideAll("3a1a766");}
function GL5d2453_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["5d2453"].left=(TI_x+0)+"px";GLV_menuOn["5d2453"].top=(TI_y+0)+"px";}
function GL5d2453_restoreMenu(){GL_restoreMenu("e054ca");GL_restoreMenu("205f8d1");GL_restoreMenu("4648861");GL_restoreMenu("2da1682");GL_restoreMenu("52c12e3");GL_restoreMenu("dbf76f5");GL_restoreMenu("3a1a766");}
function GL5d2453_resetSubMenus(){var resetSubMenu=1;if(!GLV_doReset["e054ca"]&&GLV_currentLayer["e054ca"]!=null)resetSubMenu=0;if(!GLV_doReset["205f8d1"]&&GLV_currentLayer["205f8d1"]!=null)resetSubMenu=0;if(!GLV_doReset["4648861"]&&GLV_currentLayer["4648861"]!=null)resetSubMenu=0;if(!GLV_doReset["2da1682"]&&GLV_currentLayer["2da1682"]!=null)resetSubMenu=0;if(!GLV_doReset["52c12e3"]&&GLV_currentLayer["52c12e3"]!=null)resetSubMenu=0;if(!GLV_doReset["dbf76f5"]&&GLV_currentLayer["dbf76f5"]!=null)resetSubMenu=0;if(!GLV_doReset["3a1a766"]&&GLV_currentLayer["3a1a766"]!=null)resetSubMenu=0;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="5d2453";GLV_timeout_count++;;
