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{GLeb8646_getMouse(e);}catch(ex){};try{GLbbc418_getMouse(e);}catch(ex){};try{GLb575b0_getMouse(e);}catch(ex){};try{GL330e06_getMouse(e);}catch(ex){};try{GL424795_getMouse(e);}catch(ex){};try{GL9b5819_getMouse(e);}catch(ex){};try{GLd2f6af_getMouse(e);}catch(ex){};try{GL49a7f7_getMouse(e);}catch(ex){};try{GL2e9755_getMouse(e);}catch(ex){};try{GLb5d508_getMouse(e);}catch(ex){};try{GL91f840_getMouse(e);}catch(ex){};try{GL9a041d_getMouse(e);}catch(ex){};try{GLcb1fc4_getMouse(e);}catch(ex){};try{GL8122a4_getMouse(e);}catch(ex){};try{GL963568_getMouse(e);}catch(ex){};try{GLcb459a_getMouse(e);}catch(ex){};try{GL43616d_getMouse(e);}catch(ex){};try{GL3c838a_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('eb8646',e);GL_mouseUp('bbc418',e);GL_mouseUp('b575b0',e);GL_mouseUp('330e06',e);GL_mouseUp('424795',e);GL_mouseUp('9b5819',e);GL_mouseUp('d2f6af',e);GL_mouseUp('49a7f7',e);GL_mouseUp('2e9755',e);GL_mouseUp('b5d508',e);GL_mouseUp('91f840',e);GL_mouseUp('9a041d',e);GL_mouseUp('cb1fc4',e);GL_mouseUp('8122a4',e);GL_mouseUp('963568',e);GL_mouseUp('cb459a',e);GL_mouseUp('43616d',e);GL_mouseUp('3c838a',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("eb8646");GL_restoreMenu("bbc418");GL_restoreMenu("b575b0");GL_restoreMenu("330e06");GL_restoreMenu("424795");GL_restoreMenu("9b5819");GL_restoreMenu("d2f6af");GL_restoreMenu("49a7f7");GL_restoreMenu("2e9755");GL_restoreMenu("b5d508");GL_restoreMenu("91f840");GL_restoreMenu("9a041d");GL_restoreMenu("cb1fc4");GL_restoreMenu("8122a4");GL_restoreMenu("963568");GL_restoreMenu("cb459a");GL_restoreMenu("43616d");GL_restoreMenu("3c838a");}
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);}
