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{GLfbee7e_getMouse(e);}catch(ex){};try{GL68b365_getMouse(e);}catch(ex){};try{GLd60185_getMouse(e);}catch(ex){};try{GL75c3f5_getMouse(e);}catch(ex){};try{GL6f8915_getMouse(e);}catch(ex){};try{GL917a11_getMouse(e);}catch(ex){};try{GLc24518_getMouse(e);}catch(ex){};try{GLb02fb5_getMouse(e);}catch(ex){};try{GL8ab9c6_getMouse(e);}catch(ex){};try{GL47c311_getMouse(e);}catch(ex){};try{GLac066b_getMouse(e);}catch(ex){};try{GLa56960_getMouse(e);}catch(ex){};try{GL8b08e0_getMouse(e);}catch(ex){};try{GL41b612_getMouse(e);}catch(ex){};try{GL9d194c_getMouse(e);}catch(ex){};try{GLbce001_getMouse(e);}catch(ex){};try{GL663b57_getMouse(e);}catch(ex){};try{GL2fc86d_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('fbee7e',e);GL_mouseUp('68b365',e);GL_mouseUp('d60185',e);GL_mouseUp('75c3f5',e);GL_mouseUp('6f8915',e);GL_mouseUp('917a11',e);GL_mouseUp('c24518',e);GL_mouseUp('b02fb5',e);GL_mouseUp('8ab9c6',e);GL_mouseUp('47c311',e);GL_mouseUp('ac066b',e);GL_mouseUp('a56960',e);GL_mouseUp('8b08e0',e);GL_mouseUp('41b612',e);GL_mouseUp('9d194c',e);GL_mouseUp('bce001',e);GL_mouseUp('663b57',e);GL_mouseUp('2fc86d',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("fbee7e");GL_restoreMenu("68b365");GL_restoreMenu("d60185");GL_restoreMenu("75c3f5");GL_restoreMenu("6f8915");GL_restoreMenu("917a11");GL_restoreMenu("c24518");GL_restoreMenu("b02fb5");GL_restoreMenu("8ab9c6");GL_restoreMenu("47c311");GL_restoreMenu("ac066b");GL_restoreMenu("a56960");GL_restoreMenu("8b08e0");GL_restoreMenu("41b612");GL_restoreMenu("9d194c");GL_restoreMenu("bce001");GL_restoreMenu("663b57");GL_restoreMenu("2fc86d");}
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,-1);}
