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();}}
function T3_onmousemoveWrapper(e){try{GL_getMouse(e);}catch(ex){};try{GL79550a_getMouse(e);}catch(ex){};try{GL6d32f2_getMouse(e);}catch(ex){};try{GL593827_getMouse(e);}catch(ex){};try{GL98624b_getMouse(e);}catch(ex){};try{GL9026c9_getMouse(e);}catch(ex){};try{GLb3e259_getMouse(e);}catch(ex){};try{GL14cf2d_getMouse(e);}catch(ex){};try{GLf6324a_getMouse(e);}catch(ex){};try{GL2c7469_getMouse(e);}catch(ex){};try{GLeaf896_getMouse(e);}catch(ex){};try{GL690adb_getMouse(e);}catch(ex){};try{GLfb312b_getMouse(e);}catch(ex){};try{GLa364eb_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('79550a',e);GL_mouseUp('6d32f2',e);GL_mouseUp('593827',e);GL_mouseUp('98624b',e);GL_mouseUp('9026c9',e);GL_mouseUp('b3e259',e);GL_mouseUp('14cf2d',e);GL_mouseUp('f6324a',e);GL_mouseUp('2c7469',e);GL_mouseUp('eaf896',e);GL_mouseUp('690adb',e);GL_mouseUp('fb312b',e);GL_mouseUp('a364eb',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("79550a");GL_restoreMenu("6d32f2");GL_restoreMenu("593827");GL_restoreMenu("98624b");GL_restoreMenu("9026c9");GL_restoreMenu("b3e259");GL_restoreMenu("14cf2d");GL_restoreMenu("f6324a");GL_restoreMenu("2c7469");GL_restoreMenu("eaf896");GL_restoreMenu("690adb");GL_restoreMenu("fb312b");GL_restoreMenu("a364eb");}
document.onmousemove=T3_onmousemoveWrapper;document.onmouseup=T3_onmouseupWrapper;document.onload=T3_onloadWrapper;function decryptCharcode(n,start,end,offset){n=n+offset;if(offset>0&&n>end){n=start+(n-end-1);}else if(offset<0&&n<start){n=end-(start-n-1);}
return String.fromCharCode(n);}
function decryptString(enc,offset){var dec="";var len=enc.length;for(var i=0;i<len;i++){var n=enc.charCodeAt(i);if(n>=0x2B&&n<=0x3A){dec+=decryptCharcode(n,0x2B,0x3A,offset);}else if(n>=0x40&&n<=0x5A){dec+=decryptCharcode(n,0x40,0x5A,offset);}else if(n>=0x61&&n<=0x7A){dec+=decryptCharcode(n,0x61,0x7A,offset);}else{dec+=enc.charAt(i);}}
return dec;}
function linkTo_UnCryptMailto(s){location.href=decryptString(s,-2);}