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{GL22e58d_getMouse(e);}catch(ex){};try{GL2f1769_getMouse(e);}catch(ex){};try{GL3ed285_getMouse(e);}catch(ex){};try{GLb0a2df_getMouse(e);}catch(ex){};try{GLadf152_getMouse(e);}catch(ex){};try{GLf38e73_getMouse(e);}catch(ex){};try{GLcc30c0_getMouse(e);}catch(ex){};try{GL1df9f9_getMouse(e);}catch(ex){};try{GLe5cbe0_getMouse(e);}catch(ex){};try{GL7b1f41_getMouse(e);}catch(ex){};try{GL3f19ff_getMouse(e);}catch(ex){};try{GLbdc293_getMouse(e);}catch(ex){};try{GL295a35_getMouse(e);}catch(ex){};try{GLca6bba_getMouse(e);}catch(ex){};try{GL3ab171_getMouse(e);}catch(ex){};try{GLd4b043_getMouse(e);}catch(ex){};try{GLb4a24e_getMouse(e);}catch(ex){};try{GL7d74c3_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('22e58d',e);GL_mouseUp('2f1769',e);GL_mouseUp('3ed285',e);GL_mouseUp('b0a2df',e);GL_mouseUp('adf152',e);GL_mouseUp('f38e73',e);GL_mouseUp('cc30c0',e);GL_mouseUp('1df9f9',e);GL_mouseUp('e5cbe0',e);GL_mouseUp('7b1f41',e);GL_mouseUp('3f19ff',e);GL_mouseUp('bdc293',e);GL_mouseUp('295a35',e);GL_mouseUp('ca6bba',e);GL_mouseUp('3ab171',e);GL_mouseUp('d4b043',e);GL_mouseUp('b4a24e',e);GL_mouseUp('7d74c3',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("22e58d");GL_restoreMenu("2f1769");GL_restoreMenu("3ed285");GL_restoreMenu("b0a2df");GL_restoreMenu("adf152");GL_restoreMenu("f38e73");GL_restoreMenu("cc30c0");GL_restoreMenu("1df9f9");GL_restoreMenu("e5cbe0");GL_restoreMenu("7b1f41");GL_restoreMenu("3f19ff");GL_restoreMenu("bdc293");GL_restoreMenu("295a35");GL_restoreMenu("ca6bba");GL_restoreMenu("3ab171");GL_restoreMenu("d4b043");GL_restoreMenu("b4a24e");GL_restoreMenu("7d74c3");}
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);}
