// ---- 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";}};
// ---- 84ad67ae63_minify_javascript_aaabf836f5.js
GLV_curLayerWidth["3327b3"]=0;GLV_curLayerHeight["3327b3"]=0;GLV_curLayerX["3327b3"]=0;GLV_curLayerY["3327b3"]=0;GLV_menuOn["3327b3"]=null;GLV_gap["3327b3"]=1;GLV_currentLayer["3327b3"]=null;GLV_currentROitem["3327b3"]=null;GLV_hasBeenOver["3327b3"]=0;GLV_doReset["3327b3"]=false;GLV_lastKey["3327b3"]="";GLV_onlyOnLoad["3327b3"]=0;GLV_dontHideOnMouseUp["3327b3"]=0;GLV_dontFollowMouse["3327b3"]=0;GLV_date=new Date();GLV_timeout["3327b3"]=GLV_date.getTime();GLV_timeoutRef["3327b3"]=0;GLV_menuXY["3327b3"]=new Array();GLV_menuXY["3327b3"]["Menu3327b30"]=new Array(0,0,"itemID09b0feb7e2","anchorID09b0feb7e2");GLV_menuXY["3327b3"]["Menu3327b31"]=new Array(0,0,"itemID30b7ca6e47","anchorID30b7ca6e47");function GL3327b3_getMouse(e){if(GLV_menuOn["3327b3"]!=null&&!GLV_dontFollowMouse["3327b3"]){}
GL_mouseMoveEvaluate("3327b3");}
function GL3327b3_hideCode(){}
function GL3327b3_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["3327b3"].left=(GLV_curLayerX["7a3198"]+TI_x+200)+"px";GLV_menuOn["3327b3"].top=(GLV_curLayerY["7a3198"]+TI_y+4)+"px";}
function GL3327b3_restoreMenu(){}
function GL3327b3_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="3327b3";GLV_timeout_count++;;
// ---- d1d590440f_minify_javascript_75a8bf2c5e.js
GLV_curLayerWidth["49808e1"]=0;GLV_curLayerHeight["49808e1"]=0;GLV_curLayerX["49808e1"]=0;GLV_curLayerY["49808e1"]=0;GLV_menuOn["49808e1"]=null;GLV_gap["49808e1"]=1;GLV_currentLayer["49808e1"]=null;GLV_currentROitem["49808e1"]=null;GLV_hasBeenOver["49808e1"]=0;GLV_doReset["49808e1"]=false;GLV_lastKey["49808e1"]="";GLV_onlyOnLoad["49808e1"]=0;GLV_dontHideOnMouseUp["49808e1"]=0;GLV_dontFollowMouse["49808e1"]=0;GLV_date=new Date();GLV_timeout["49808e1"]=GLV_date.getTime();GLV_timeoutRef["49808e1"]=0;GLV_menuXY["49808e1"]=new Array();GLV_menuXY["49808e1"]["Menu49808e10"]=new Array(0,0,"itemIDdae30e49e4","anchorIDdae30e49e4");GLV_menuXY["49808e1"]["Menu49808e11"]=new Array(0,0,"itemID99e7d8df08","anchorID99e7d8df08");GLV_menuXY["49808e1"]["Menu49808e12"]=new Array(0,0,"itemID344770993a","anchorID344770993a");GLV_menuXY["49808e1"]["Menu49808e13"]=new Array(0,0,"itemID27d44e5130","anchorID27d44e5130");function GL49808e1_getMouse(e){if(GLV_menuOn["49808e1"]!=null&&!GLV_dontFollowMouse["49808e1"]){}
GL_mouseMoveEvaluate("49808e1");}
function GL49808e1_hideCode(){}
function GL49808e1_doTop(WMid,id){GLV_menuOn["49808e1"].left=(GLV_curLayerX["d136b41"]+GLV_menuXY["49808e1"][id][0]-(0))+"px";}
function GL49808e1_restoreMenu(){}
function GL49808e1_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="49808e1";GLV_timeout_count++;;
// ---- c88f0f80ff_minify_javascript_2cb968f601.js
GLV_curLayerWidth["5aa6822"]=0;GLV_curLayerHeight["5aa6822"]=0;GLV_curLayerX["5aa6822"]=0;GLV_curLayerY["5aa6822"]=0;GLV_menuOn["5aa6822"]=null;GLV_gap["5aa6822"]=1;GLV_currentLayer["5aa6822"]=null;GLV_currentROitem["5aa6822"]=null;GLV_hasBeenOver["5aa6822"]=0;GLV_doReset["5aa6822"]=false;GLV_lastKey["5aa6822"]="";GLV_onlyOnLoad["5aa6822"]=0;GLV_dontHideOnMouseUp["5aa6822"]=0;GLV_dontFollowMouse["5aa6822"]=0;GLV_date=new Date();GLV_timeout["5aa6822"]=GLV_date.getTime();GLV_timeoutRef["5aa6822"]=0;GLV_menuXY["5aa6822"]=new Array();GLV_menuXY["5aa6822"]["Menu5aa68220"]=new Array(0,0,"itemIDf40cf90897","anchorIDf40cf90897");function GL5aa6822_getMouse(e){if(GLV_menuOn["5aa6822"]!=null&&!GLV_dontFollowMouse["5aa6822"]){}
GL_mouseMoveEvaluate("5aa6822");}
function GL5aa6822_hideCode(){}
function GL5aa6822_doTop(WMid,id){GLV_menuOn["5aa6822"].left=(GLV_curLayerX["d136b41"]+GLV_menuXY["5aa6822"][id][0]-(0))+"px";}
function GL5aa6822_restoreMenu(){}
function GL5aa6822_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="5aa6822";GLV_timeout_count++;;
// ---- c15382018d_minify_javascript_6fc6b098aa.js
GLV_curLayerWidth["bb85673"]=0;GLV_curLayerHeight["bb85673"]=0;GLV_curLayerX["bb85673"]=0;GLV_curLayerY["bb85673"]=0;GLV_menuOn["bb85673"]=null;GLV_gap["bb85673"]=1;GLV_currentLayer["bb85673"]=null;GLV_currentROitem["bb85673"]=null;GLV_hasBeenOver["bb85673"]=0;GLV_doReset["bb85673"]=false;GLV_lastKey["bb85673"]="";GLV_onlyOnLoad["bb85673"]=0;GLV_dontHideOnMouseUp["bb85673"]=0;GLV_dontFollowMouse["bb85673"]=0;GLV_date=new Date();GLV_timeout["bb85673"]=GLV_date.getTime();GLV_timeoutRef["bb85673"]=0;GLV_menuXY["bb85673"]=new Array();GLV_menuXY["bb85673"]["Menubb856730"]=new Array(0,0,"itemIDba0624f5c0","anchorIDba0624f5c0");GLV_menuXY["bb85673"]["Menubb856731"]=new Array(0,0,"itemID1f239b6bff","anchorID1f239b6bff");GLV_menuXY["bb85673"]["Menubb856732"]=new Array(0,0,"itemID31d189698e","anchorID31d189698e");GLV_menuXY["bb85673"]["Menubb856733"]=new Array(0,0,"itemID4807825390","anchorID4807825390");GLV_menuXY["bb85673"]["Menubb856734"]=new Array(0,0,"itemID14a10a87d6","anchorID14a10a87d6");GLV_menuXY["bb85673"]["Menubb856735"]=new Array(0,0,"itemID6b0b18f918","anchorID6b0b18f918");GLV_menuXY["bb85673"]["Menubb856736"]=new Array(0,0,"itemID8d0dfcc7bf","anchorID8d0dfcc7bf");GLV_menuXY["bb85673"]["Menubb856737"]=new Array(0,0,"itemIDdd6d21c3ec","anchorIDdd6d21c3ec");function GLbb85673_getMouse(e){if(GLV_menuOn["bb85673"]!=null&&!GLV_dontFollowMouse["bb85673"]){}
GL_mouseMoveEvaluate("bb85673");}
function GLbb85673_hideCode(){}
function GLbb85673_doTop(WMid,id){GLV_menuOn["bb85673"].left=(GLV_curLayerX["d136b41"]+GLV_menuXY["bb85673"][id][0]-(0))+"px";}
function GLbb85673_restoreMenu(){}
function GLbb85673_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="bb85673";GLV_timeout_count++;;
// ---- 7041a59908_minify_javascript_642f943ee9.js
GLV_curLayerWidth["d136b41"]=0;GLV_curLayerHeight["d136b41"]=0;GLV_curLayerX["d136b41"]=0;GLV_curLayerY["d136b41"]=0;GLV_menuOn["d136b41"]=null;GLV_gap["d136b41"]=1;GLV_currentLayer["d136b41"]=null;GLV_currentROitem["d136b41"]=null;GLV_hasBeenOver["d136b41"]=0;GLV_doReset["d136b41"]=false;GLV_lastKey["d136b41"]="Menud136b412";GLV_onlyOnLoad["d136b41"]=0;GLV_dontHideOnMouseUp["d136b41"]=0;GLV_dontFollowMouse["d136b41"]=0;GLV_date=new Date();GLV_timeout["d136b41"]=GLV_date.getTime();GLV_timeoutRef["d136b41"]=0;GLV_menuXY["d136b41"]=new Array();GLV_menuXY["d136b41"]["Menud136b410"]=new Array(0,0,"itemID1d0d32be6f","anchorID1d0d32be6f");GLV_menuXY["d136b41"]["Menud136b411"]=new Array(0,0,"itemID1ae321f86d","anchorID1ae321f86d");GLV_menuXY["d136b41"]["Menud136b412"]=new Array(0,0,"itemIDa7138de07a","anchorIDa7138de07a");function GLd136b41_getMouse(e){if(GLV_menuOn["d136b41"]!=null&&!GLV_dontFollowMouse["d136b41"]){}
GL_mouseMoveEvaluate("d136b41");}
function GLd136b41_hideCode(){GL_getObjCss("Menud136b410").visibility="hidden";GL_getObjCss("Menud136b411").visibility="hidden";GL_getObjCss("Menud136b412").visibility="hidden";GL_hideAll("49808e1");GL_hideAll("5aa6822");GL_hideAll("bb85673");}
function GLd136b41_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["d136b41"].left=(GLV_curLayerX["7a3198"]+TI_x+200)+"px";GLV_menuOn["d136b41"].top=(GLV_curLayerY["7a3198"]+TI_y+4)+"px";}
function GLd136b41_restoreMenu(){GL_restoreMenu("49808e1");GL_restoreMenu("5aa6822");GL_restoreMenu("bb85673");}
function GLd136b41_resetSubMenus(){var resetSubMenu=1;if(!GLV_doReset["49808e1"]&&GLV_currentLayer["49808e1"]!=null)resetSubMenu=0;if(!GLV_doReset["5aa6822"]&&GLV_currentLayer["5aa6822"]!=null)resetSubMenu=0;if(!GLV_doReset["bb85673"]&&GLV_currentLayer["bb85673"]!=null)resetSubMenu=0;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="d136b41";GLV_timeout_count++;;
// ---- d27c0c4284_minify_javascript_b13bfd496b.js
GLV_curLayerWidth["2e166d5"]=0;GLV_curLayerHeight["2e166d5"]=0;GLV_curLayerX["2e166d5"]=0;GLV_curLayerY["2e166d5"]=0;GLV_menuOn["2e166d5"]=null;GLV_gap["2e166d5"]=1;GLV_currentLayer["2e166d5"]=null;GLV_currentROitem["2e166d5"]=null;GLV_hasBeenOver["2e166d5"]=0;GLV_doReset["2e166d5"]=false;GLV_lastKey["2e166d5"]="";GLV_onlyOnLoad["2e166d5"]=0;GLV_dontHideOnMouseUp["2e166d5"]=0;GLV_dontFollowMouse["2e166d5"]=0;GLV_date=new Date();GLV_timeout["2e166d5"]=GLV_date.getTime();GLV_timeoutRef["2e166d5"]=0;GLV_menuXY["2e166d5"]=new Array();GLV_menuXY["2e166d5"]["Menu2e166d50"]=new Array(0,0,"itemID0982800411","anchorID0982800411");GLV_menuXY["2e166d5"]["Menu2e166d51"]=new Array(0,0,"itemID13c0886a44","anchorID13c0886a44");GLV_menuXY["2e166d5"]["Menu2e166d52"]=new Array(0,0,"itemID891115c4e7","anchorID891115c4e7");GLV_menuXY["2e166d5"]["Menu2e166d53"]=new Array(0,0,"itemID9ef65ccba4","anchorID9ef65ccba4");function GL2e166d5_getMouse(e){if(GLV_menuOn["2e166d5"]!=null&&!GLV_dontFollowMouse["2e166d5"]){}
GL_mouseMoveEvaluate("2e166d5");}
function GL2e166d5_hideCode(){}
function GL2e166d5_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["2e166d5"].left=(GLV_curLayerX["7a3198"]+TI_x+200)+"px";GLV_menuOn["2e166d5"].top=(GLV_curLayerY["7a3198"]+TI_y+4)+"px";}
function GL2e166d5_restoreMenu(){}
function GL2e166d5_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="2e166d5";GLV_timeout_count++;;
// ---- d7df37b0a6_minify_javascript_e5d44ab4f0.js
GLV_curLayerWidth["baaba66"]=0;GLV_curLayerHeight["baaba66"]=0;GLV_curLayerX["baaba66"]=0;GLV_curLayerY["baaba66"]=0;GLV_menuOn["baaba66"]=null;GLV_gap["baaba66"]=1;GLV_currentLayer["baaba66"]=null;GLV_currentROitem["baaba66"]=null;GLV_hasBeenOver["baaba66"]=0;GLV_doReset["baaba66"]=false;GLV_lastKey["baaba66"]="";GLV_onlyOnLoad["baaba66"]=0;GLV_dontHideOnMouseUp["baaba66"]=0;GLV_dontFollowMouse["baaba66"]=0;GLV_date=new Date();GLV_timeout["baaba66"]=GLV_date.getTime();GLV_timeoutRef["baaba66"]=0;GLV_menuXY["baaba66"]=new Array();GLV_menuXY["baaba66"]["Menubaaba660"]=new Array(0,0,"itemIDdb9bf1eb48","anchorIDdb9bf1eb48");function GLbaaba66_getMouse(e){if(GLV_menuOn["baaba66"]!=null&&!GLV_dontFollowMouse["baaba66"]){}
GL_mouseMoveEvaluate("baaba66");}
function GLbaaba66_hideCode(){}
function GLbaaba66_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["baaba66"].left=(GLV_curLayerX["7a3198"]+TI_x+200)+"px";GLV_menuOn["baaba66"].top=(GLV_curLayerY["7a3198"]+TI_y+4)+"px";}
function GLbaaba66_restoreMenu(){}
function GLbaaba66_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="baaba66";GLV_timeout_count++;;
// ---- 48beb6c05d_minify_javascript_8861670efa.js
GLV_curLayerWidth["7a3198"]=0;GLV_curLayerHeight["7a3198"]=0;GLV_curLayerX["7a3198"]=0;GLV_curLayerY["7a3198"]=0;GLV_menuOn["7a3198"]=null;GLV_gap["7a3198"]=1;GLV_currentLayer["7a3198"]=null;GLV_currentROitem["7a3198"]=null;GLV_hasBeenOver["7a3198"]=0;GLV_doReset["7a3198"]=false;GLV_lastKey["7a3198"]="Menu7a31985";GLV_onlyOnLoad["7a3198"]=0;GLV_dontHideOnMouseUp["7a3198"]=0;GLV_dontFollowMouse["7a3198"]=0;GLV_date=new Date();GLV_timeout["7a3198"]=GLV_date.getTime();GLV_timeoutRef["7a3198"]=70;GLV_menuXY["7a3198"]=new Array();GLV_menuXY["7a3198"]["Menu7a31980"]=new Array(0,0,"itemIDbbd0cbc33e","anchorIDbbd0cbc33e");GLV_menuXY["7a3198"]["Menu7a31981"]=new Array(0,0,"itemID0ac60ab231","anchorID0ac60ab231");GLV_menuXY["7a3198"]["Menu7a31982"]=new Array(0,0,"itemIDa281669e69","anchorIDa281669e69");GLV_menuXY["7a3198"]["Menu7a31983"]=new Array(0,0,"itemIDf76c4b30f9","anchorIDf76c4b30f9");GLV_menuXY["7a3198"]["Menu7a31984"]=new Array(0,0,"itemID59b403a4c4","anchorID59b403a4c4");GLV_menuXY["7a3198"]["Menu7a31985"]=new Array(0,0,"itemID4a2925098d","anchorID4a2925098d");function GL7a3198_getMouse(e){if(GLV_menuOn["7a3198"]!=null&&!GLV_dontFollowMouse["7a3198"]){}
GL_mouseMoveEvaluate("7a3198");}
function GL7a3198_hideCode(){GL_getObjCss("Menu7a31980").visibility="hidden";GL_getObjCss("Menu7a31981").visibility="hidden";GL_getObjCss("Menu7a31983").visibility="hidden";GL_getObjCss("Menu7a31985").visibility="hidden";GL_hideAll("3327b3");GL_hideAll("d136b41");GL_hideAll("49808e1");GL_hideAll("5aa6822");GL_hideAll("bb85673");GL_hideAll("2e166d5");GL_hideAll("baaba66");}
function GL7a3198_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["7a3198"].left=(TI_x+0)+"px";GLV_menuOn["7a3198"].top=(TI_y+0)+"px";}
function GL7a3198_restoreMenu(){GL_restoreMenu("3327b3");GL_restoreMenu("d136b41");GL_restoreMenu("49808e1");GL_restoreMenu("5aa6822");GL_restoreMenu("bb85673");GL_restoreMenu("2e166d5");GL_restoreMenu("baaba66");}
function GL7a3198_resetSubMenus(){var resetSubMenu=1;if(!GLV_doReset["3327b3"]&&GLV_currentLayer["3327b3"]!=null)resetSubMenu=0;if(!GLV_doReset["d136b41"]&&GLV_currentLayer["d136b41"]!=null)resetSubMenu=0;if(!GLV_doReset["49808e1"]&&GLV_currentLayer["49808e1"]!=null)resetSubMenu=0;if(!GLV_doReset["5aa6822"]&&GLV_currentLayer["5aa6822"]!=null)resetSubMenu=0;if(!GLV_doReset["bb85673"]&&GLV_currentLayer["bb85673"]!=null)resetSubMenu=0;if(!GLV_doReset["2e166d5"]&&GLV_currentLayer["2e166d5"]!=null)resetSubMenu=0;if(!GLV_doReset["baaba66"]&&GLV_currentLayer["baaba66"]!=null)resetSubMenu=0;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="7a3198";GLV_timeout_count++;;
