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{GL8c4cd8_getMouse(e);}catch(ex){};try{GL80c08b_getMouse(e);}catch(ex){};try{GL536935_getMouse(e);}catch(ex){};try{GL9b19f0_getMouse(e);}catch(ex){};try{GLfdc990_getMouse(e);}catch(ex){};try{GL1b4859_getMouse(e);}catch(ex){};try{GL12a720_getMouse(e);}catch(ex){};try{GL05c854_getMouse(e);}catch(ex){};try{GLaae7b8_getMouse(e);}catch(ex){};try{GL1ff2d6_getMouse(e);}catch(ex){};try{GL72f20a_getMouse(e);}catch(ex){};try{GL45f3ea_getMouse(e);}catch(ex){};try{GLc7ab4b_getMouse(e);}catch(ex){};try{GLe15f3a_getMouse(e);}catch(ex){};try{GL08a595_getMouse(e);}catch(ex){};try{GL6b0bb9_getMouse(e);}catch(ex){};try{GLaac959_getMouse(e);}catch(ex){};try{GL0e282d_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('8c4cd8',e);GL_mouseUp('80c08b',e);GL_mouseUp('536935',e);GL_mouseUp('9b19f0',e);GL_mouseUp('fdc990',e);GL_mouseUp('1b4859',e);GL_mouseUp('12a720',e);GL_mouseUp('05c854',e);GL_mouseUp('aae7b8',e);GL_mouseUp('1ff2d6',e);GL_mouseUp('72f20a',e);GL_mouseUp('45f3ea',e);GL_mouseUp('c7ab4b',e);GL_mouseUp('e15f3a',e);GL_mouseUp('08a595',e);GL_mouseUp('6b0bb9',e);GL_mouseUp('aac959',e);GL_mouseUp('0e282d',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("8c4cd8");GL_restoreMenu("80c08b");GL_restoreMenu("536935");GL_restoreMenu("9b19f0");GL_restoreMenu("fdc990");GL_restoreMenu("1b4859");GL_restoreMenu("12a720");GL_restoreMenu("05c854");GL_restoreMenu("aae7b8");GL_restoreMenu("1ff2d6");GL_restoreMenu("72f20a");GL_restoreMenu("45f3ea");GL_restoreMenu("c7ab4b");GL_restoreMenu("e15f3a");GL_restoreMenu("08a595");GL_restoreMenu("6b0bb9");GL_restoreMenu("aac959");GL_restoreMenu("0e282d");}
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);}
