// ---- 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";}};
// ---- 01b67426cc_minify_javascript_6caa347ac0.js
GLV_curLayerWidth["300a1a"]=0;GLV_curLayerHeight["300a1a"]=0;GLV_curLayerX["300a1a"]=0;GLV_curLayerY["300a1a"]=0;GLV_menuOn["300a1a"]=null;GLV_gap["300a1a"]=1;GLV_currentLayer["300a1a"]=null;GLV_currentROitem["300a1a"]=null;GLV_hasBeenOver["300a1a"]=0;GLV_doReset["300a1a"]=false;GLV_lastKey["300a1a"]="";GLV_onlyOnLoad["300a1a"]=0;GLV_dontHideOnMouseUp["300a1a"]=0;GLV_dontFollowMouse["300a1a"]=0;GLV_date=new Date();GLV_timeout["300a1a"]=GLV_date.getTime();GLV_timeoutRef["300a1a"]=0;GLV_menuXY["300a1a"]=new Array();GLV_menuXY["300a1a"]["Menu300a1a0"]=new Array(0,0,"itemID52e2557059","anchorID52e2557059");GLV_menuXY["300a1a"]["Menu300a1a1"]=new Array(0,0,"itemID1ca9f2f2ac","anchorID1ca9f2f2ac");function GL300a1a_getMouse(e){if(GLV_menuOn["300a1a"]!=null&&!GLV_dontFollowMouse["300a1a"]){}
GL_mouseMoveEvaluate("300a1a");}
function GL300a1a_hideCode(){}
function GL300a1a_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["300a1a"].left=(GLV_curLayerX["39f626"]+TI_x+200)+"px";GLV_menuOn["300a1a"].top=(GLV_curLayerY["39f626"]+TI_y+4)+"px";}
function GL300a1a_restoreMenu(){}
function GL300a1a_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="300a1a";GLV_timeout_count++;;
// ---- 6af0304c13_minify_javascript_4942915e86.js
GLV_curLayerWidth["e5c6c51"]=0;GLV_curLayerHeight["e5c6c51"]=0;GLV_curLayerX["e5c6c51"]=0;GLV_curLayerY["e5c6c51"]=0;GLV_menuOn["e5c6c51"]=null;GLV_gap["e5c6c51"]=1;GLV_currentLayer["e5c6c51"]=null;GLV_currentROitem["e5c6c51"]=null;GLV_hasBeenOver["e5c6c51"]=0;GLV_doReset["e5c6c51"]=false;GLV_lastKey["e5c6c51"]="";GLV_onlyOnLoad["e5c6c51"]=0;GLV_dontHideOnMouseUp["e5c6c51"]=0;GLV_dontFollowMouse["e5c6c51"]=0;GLV_date=new Date();GLV_timeout["e5c6c51"]=GLV_date.getTime();GLV_timeoutRef["e5c6c51"]=0;GLV_menuXY["e5c6c51"]=new Array();GLV_menuXY["e5c6c51"]["Menue5c6c510"]=new Array(0,0,"itemIDcf087c35a9","anchorIDcf087c35a9");GLV_menuXY["e5c6c51"]["Menue5c6c511"]=new Array(0,0,"itemID8d1d25354a","anchorID8d1d25354a");GLV_menuXY["e5c6c51"]["Menue5c6c512"]=new Array(0,0,"itemID4235c22c9f","anchorID4235c22c9f");GLV_menuXY["e5c6c51"]["Menue5c6c513"]=new Array(0,0,"itemID19d1bd0e00","anchorID19d1bd0e00");function GLe5c6c51_getMouse(e){if(GLV_menuOn["e5c6c51"]!=null&&!GLV_dontFollowMouse["e5c6c51"]){}
GL_mouseMoveEvaluate("e5c6c51");}
function GLe5c6c51_hideCode(){}
function GLe5c6c51_doTop(WMid,id){GLV_menuOn["e5c6c51"].left=(GLV_curLayerX["4cd42d1"]+GLV_menuXY["e5c6c51"][id][0]-(0))+"px";}
function GLe5c6c51_restoreMenu(){}
function GLe5c6c51_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="e5c6c51";GLV_timeout_count++;;
// ---- 705b008c0f_minify_javascript_6e5bb7145f.js
GLV_curLayerWidth["73b5432"]=0;GLV_curLayerHeight["73b5432"]=0;GLV_curLayerX["73b5432"]=0;GLV_curLayerY["73b5432"]=0;GLV_menuOn["73b5432"]=null;GLV_gap["73b5432"]=1;GLV_currentLayer["73b5432"]=null;GLV_currentROitem["73b5432"]=null;GLV_hasBeenOver["73b5432"]=0;GLV_doReset["73b5432"]=false;GLV_lastKey["73b5432"]="";GLV_onlyOnLoad["73b5432"]=0;GLV_dontHideOnMouseUp["73b5432"]=0;GLV_dontFollowMouse["73b5432"]=0;GLV_date=new Date();GLV_timeout["73b5432"]=GLV_date.getTime();GLV_timeoutRef["73b5432"]=0;GLV_menuXY["73b5432"]=new Array();GLV_menuXY["73b5432"]["Menu73b54320"]=new Array(0,0,"itemIDaebe220b9e","anchorIDaebe220b9e");function GL73b5432_getMouse(e){if(GLV_menuOn["73b5432"]!=null&&!GLV_dontFollowMouse["73b5432"]){}
GL_mouseMoveEvaluate("73b5432");}
function GL73b5432_hideCode(){}
function GL73b5432_doTop(WMid,id){GLV_menuOn["73b5432"].left=(GLV_curLayerX["4cd42d1"]+GLV_menuXY["73b5432"][id][0]-(0))+"px";}
function GL73b5432_restoreMenu(){}
function GL73b5432_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="73b5432";GLV_timeout_count++;;
// ---- 976c5d7040_minify_javascript_2627481fff.js
GLV_curLayerWidth["793f733"]=0;GLV_curLayerHeight["793f733"]=0;GLV_curLayerX["793f733"]=0;GLV_curLayerY["793f733"]=0;GLV_menuOn["793f733"]=null;GLV_gap["793f733"]=1;GLV_currentLayer["793f733"]=null;GLV_currentROitem["793f733"]=null;GLV_hasBeenOver["793f733"]=0;GLV_doReset["793f733"]=false;GLV_lastKey["793f733"]="";GLV_onlyOnLoad["793f733"]=0;GLV_dontHideOnMouseUp["793f733"]=0;GLV_dontFollowMouse["793f733"]=0;GLV_date=new Date();GLV_timeout["793f733"]=GLV_date.getTime();GLV_timeoutRef["793f733"]=0;GLV_menuXY["793f733"]=new Array();GLV_menuXY["793f733"]["Menu793f7330"]=new Array(0,0,"itemIDda0876017a","anchorIDda0876017a");GLV_menuXY["793f733"]["Menu793f7331"]=new Array(0,0,"itemIDe4d3d5b639","anchorIDe4d3d5b639");GLV_menuXY["793f733"]["Menu793f7332"]=new Array(0,0,"itemID82e005f221","anchorID82e005f221");GLV_menuXY["793f733"]["Menu793f7333"]=new Array(0,0,"itemID06eafc7a43","anchorID06eafc7a43");GLV_menuXY["793f733"]["Menu793f7334"]=new Array(0,0,"itemID32818e4535","anchorID32818e4535");GLV_menuXY["793f733"]["Menu793f7335"]=new Array(0,0,"itemID6dad7d6397","anchorID6dad7d6397");GLV_menuXY["793f733"]["Menu793f7336"]=new Array(0,0,"itemIDfda088e192","anchorIDfda088e192");GLV_menuXY["793f733"]["Menu793f7337"]=new Array(0,0,"itemIDf728c66006","anchorIDf728c66006");function GL793f733_getMouse(e){if(GLV_menuOn["793f733"]!=null&&!GLV_dontFollowMouse["793f733"]){}
GL_mouseMoveEvaluate("793f733");}
function GL793f733_hideCode(){}
function GL793f733_doTop(WMid,id){GLV_menuOn["793f733"].left=(GLV_curLayerX["4cd42d1"]+GLV_menuXY["793f733"][id][0]-(0))+"px";}
function GL793f733_restoreMenu(){}
function GL793f733_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="793f733";GLV_timeout_count++;;
// ---- 99d3b6c5bd_minify_javascript_481dcae3dc.js
GLV_curLayerWidth["4cd42d1"]=0;GLV_curLayerHeight["4cd42d1"]=0;GLV_curLayerX["4cd42d1"]=0;GLV_curLayerY["4cd42d1"]=0;GLV_menuOn["4cd42d1"]=null;GLV_gap["4cd42d1"]=1;GLV_currentLayer["4cd42d1"]=null;GLV_currentROitem["4cd42d1"]=null;GLV_hasBeenOver["4cd42d1"]=0;GLV_doReset["4cd42d1"]=false;GLV_lastKey["4cd42d1"]="Menu4cd42d12";GLV_onlyOnLoad["4cd42d1"]=0;GLV_dontHideOnMouseUp["4cd42d1"]=0;GLV_dontFollowMouse["4cd42d1"]=0;GLV_date=new Date();GLV_timeout["4cd42d1"]=GLV_date.getTime();GLV_timeoutRef["4cd42d1"]=0;GLV_menuXY["4cd42d1"]=new Array();GLV_menuXY["4cd42d1"]["Menu4cd42d10"]=new Array(0,0,"itemIDd3cdcf6fd6","anchorIDd3cdcf6fd6");GLV_menuXY["4cd42d1"]["Menu4cd42d11"]=new Array(0,0,"itemID9b2b7908bf","anchorID9b2b7908bf");GLV_menuXY["4cd42d1"]["Menu4cd42d12"]=new Array(0,0,"itemID960f1d2148","anchorID960f1d2148");function GL4cd42d1_getMouse(e){if(GLV_menuOn["4cd42d1"]!=null&&!GLV_dontFollowMouse["4cd42d1"]){}
GL_mouseMoveEvaluate("4cd42d1");}
function GL4cd42d1_hideCode(){GL_getObjCss("Menu4cd42d10").visibility="hidden";GL_getObjCss("Menu4cd42d11").visibility="hidden";GL_getObjCss("Menu4cd42d12").visibility="hidden";GL_hideAll("e5c6c51");GL_hideAll("73b5432");GL_hideAll("793f733");}
function GL4cd42d1_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["4cd42d1"].left=(GLV_curLayerX["39f626"]+TI_x+200)+"px";GLV_menuOn["4cd42d1"].top=(GLV_curLayerY["39f626"]+TI_y+4)+"px";}
function GL4cd42d1_restoreMenu(){GL_restoreMenu("e5c6c51");GL_restoreMenu("73b5432");GL_restoreMenu("793f733");}
function GL4cd42d1_resetSubMenus(){var resetSubMenu=1;if(!GLV_doReset["e5c6c51"]&&GLV_currentLayer["e5c6c51"]!=null)resetSubMenu=0;if(!GLV_doReset["73b5432"]&&GLV_currentLayer["73b5432"]!=null)resetSubMenu=0;if(!GLV_doReset["793f733"]&&GLV_currentLayer["793f733"]!=null)resetSubMenu=0;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="4cd42d1";GLV_timeout_count++;;
// ---- acc66d898b_minify_javascript_a52dec221d.js
GLV_curLayerWidth["c8ba595"]=0;GLV_curLayerHeight["c8ba595"]=0;GLV_curLayerX["c8ba595"]=0;GLV_curLayerY["c8ba595"]=0;GLV_menuOn["c8ba595"]=null;GLV_gap["c8ba595"]=1;GLV_currentLayer["c8ba595"]=null;GLV_currentROitem["c8ba595"]=null;GLV_hasBeenOver["c8ba595"]=0;GLV_doReset["c8ba595"]=false;GLV_lastKey["c8ba595"]="";GLV_onlyOnLoad["c8ba595"]=0;GLV_dontHideOnMouseUp["c8ba595"]=0;GLV_dontFollowMouse["c8ba595"]=0;GLV_date=new Date();GLV_timeout["c8ba595"]=GLV_date.getTime();GLV_timeoutRef["c8ba595"]=0;GLV_menuXY["c8ba595"]=new Array();GLV_menuXY["c8ba595"]["Menuc8ba5950"]=new Array(0,0,"itemID8ac28b9c4a","anchorID8ac28b9c4a");GLV_menuXY["c8ba595"]["Menuc8ba5951"]=new Array(0,0,"itemID76656d6c24","anchorID76656d6c24");GLV_menuXY["c8ba595"]["Menuc8ba5952"]=new Array(0,0,"itemID67294d7a3b","anchorID67294d7a3b");GLV_menuXY["c8ba595"]["Menuc8ba5953"]=new Array(0,0,"itemID52e42a28c8","anchorID52e42a28c8");function GLc8ba595_getMouse(e){if(GLV_menuOn["c8ba595"]!=null&&!GLV_dontFollowMouse["c8ba595"]){}
GL_mouseMoveEvaluate("c8ba595");}
function GLc8ba595_hideCode(){}
function GLc8ba595_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["c8ba595"].left=(GLV_curLayerX["39f626"]+TI_x+200)+"px";GLV_menuOn["c8ba595"].top=(GLV_curLayerY["39f626"]+TI_y+4)+"px";}
function GLc8ba595_restoreMenu(){}
function GLc8ba595_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="c8ba595";GLV_timeout_count++;;
// ---- b53906772b_minify_javascript_f7373b9445.js
GLV_curLayerWidth["40a9956"]=0;GLV_curLayerHeight["40a9956"]=0;GLV_curLayerX["40a9956"]=0;GLV_curLayerY["40a9956"]=0;GLV_menuOn["40a9956"]=null;GLV_gap["40a9956"]=1;GLV_currentLayer["40a9956"]=null;GLV_currentROitem["40a9956"]=null;GLV_hasBeenOver["40a9956"]=0;GLV_doReset["40a9956"]=false;GLV_lastKey["40a9956"]="";GLV_onlyOnLoad["40a9956"]=0;GLV_dontHideOnMouseUp["40a9956"]=0;GLV_dontFollowMouse["40a9956"]=0;GLV_date=new Date();GLV_timeout["40a9956"]=GLV_date.getTime();GLV_timeoutRef["40a9956"]=0;GLV_menuXY["40a9956"]=new Array();GLV_menuXY["40a9956"]["Menu40a99560"]=new Array(0,0,"itemIDcda5b6b331","anchorIDcda5b6b331");function GL40a9956_getMouse(e){if(GLV_menuOn["40a9956"]!=null&&!GLV_dontFollowMouse["40a9956"]){}
GL_mouseMoveEvaluate("40a9956");}
function GL40a9956_hideCode(){}
function GL40a9956_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["40a9956"].left=(GLV_curLayerX["39f626"]+TI_x+200)+"px";GLV_menuOn["40a9956"].top=(GLV_curLayerY["39f626"]+TI_y+4)+"px";}
function GL40a9956_restoreMenu(){}
function GL40a9956_resetSubMenus(){var resetSubMenu=1;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="40a9956";GLV_timeout_count++;;
// ---- cb14517f72_minify_javascript_3080080e60.js
GLV_curLayerWidth["39f626"]=0;GLV_curLayerHeight["39f626"]=0;GLV_curLayerX["39f626"]=0;GLV_curLayerY["39f626"]=0;GLV_menuOn["39f626"]=null;GLV_gap["39f626"]=1;GLV_currentLayer["39f626"]=null;GLV_currentROitem["39f626"]=null;GLV_hasBeenOver["39f626"]=0;GLV_doReset["39f626"]=false;GLV_lastKey["39f626"]="Menu39f6265";GLV_onlyOnLoad["39f626"]=0;GLV_dontHideOnMouseUp["39f626"]=0;GLV_dontFollowMouse["39f626"]=0;GLV_date=new Date();GLV_timeout["39f626"]=GLV_date.getTime();GLV_timeoutRef["39f626"]=70;GLV_menuXY["39f626"]=new Array();GLV_menuXY["39f626"]["Menu39f6260"]=new Array(0,0,"itemIDcc17f049c4","anchorIDcc17f049c4");GLV_menuXY["39f626"]["Menu39f6261"]=new Array(0,0,"itemIDcc42a8c2b8","anchorIDcc42a8c2b8");GLV_menuXY["39f626"]["Menu39f6262"]=new Array(0,0,"itemID5cd38955b1","anchorID5cd38955b1");GLV_menuXY["39f626"]["Menu39f6263"]=new Array(0,0,"itemIDe6e228c179","anchorIDe6e228c179");GLV_menuXY["39f626"]["Menu39f6264"]=new Array(0,0,"itemID37ef2e4355","anchorID37ef2e4355");GLV_menuXY["39f626"]["Menu39f6265"]=new Array(0,0,"itemID49f74c8d5b","anchorID49f74c8d5b");function GL39f626_getMouse(e){if(GLV_menuOn["39f626"]!=null&&!GLV_dontFollowMouse["39f626"]){}
GL_mouseMoveEvaluate("39f626");}
function GL39f626_hideCode(){GL_getObjCss("Menu39f6260").visibility="hidden";GL_getObjCss("Menu39f6261").visibility="hidden";GL_getObjCss("Menu39f6263").visibility="hidden";GL_getObjCss("Menu39f6265").visibility="hidden";GL_hideAll("300a1a");GL_hideAll("4cd42d1");GL_hideAll("e5c6c51");GL_hideAll("73b5432");GL_hideAll("793f733");GL_hideAll("c8ba595");GL_hideAll("40a9956");}
function GL39f626_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["39f626"].left=(TI_x+0)+"px";GLV_menuOn["39f626"].top=(TI_y+0)+"px";}
function GL39f626_restoreMenu(){GL_restoreMenu("300a1a");GL_restoreMenu("4cd42d1");GL_restoreMenu("e5c6c51");GL_restoreMenu("73b5432");GL_restoreMenu("793f733");GL_restoreMenu("c8ba595");GL_restoreMenu("40a9956");}
function GL39f626_resetSubMenus(){var resetSubMenu=1;if(!GLV_doReset["300a1a"]&&GLV_currentLayer["300a1a"]!=null)resetSubMenu=0;if(!GLV_doReset["4cd42d1"]&&GLV_currentLayer["4cd42d1"]!=null)resetSubMenu=0;if(!GLV_doReset["e5c6c51"]&&GLV_currentLayer["e5c6c51"]!=null)resetSubMenu=0;if(!GLV_doReset["73b5432"]&&GLV_currentLayer["73b5432"]!=null)resetSubMenu=0;if(!GLV_doReset["793f733"]&&GLV_currentLayer["793f733"]!=null)resetSubMenu=0;if(!GLV_doReset["c8ba595"]&&GLV_currentLayer["c8ba595"]!=null)resetSubMenu=0;if(!GLV_doReset["40a9956"]&&GLV_currentLayer["40a9956"]!=null)resetSubMenu=0;return resetSubMenu;}
GLV_timeout_pointers[GLV_timeout_count]="39f626";GLV_timeout_count++;;
