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{GL5e6201_getMouse(e);}catch(ex){};try{GLe5446f_getMouse(e);}catch(ex){};try{GL22af0a_getMouse(e);}catch(ex){};try{GLad2b28_getMouse(e);}catch(ex){};try{GL39d272_getMouse(e);}catch(ex){};try{GL4cdf74_getMouse(e);}catch(ex){};try{GL2fa679_getMouse(e);}catch(ex){};try{GL294de9_getMouse(e);}catch(ex){};try{GLea69ae_getMouse(e);}catch(ex){};try{GLab4a1a_getMouse(e);}catch(ex){};try{GL62483c_getMouse(e);}catch(ex){};try{GLf8c21e_getMouse(e);}catch(ex){};try{GLf6f598_getMouse(e);}catch(ex){};try{GLb83178_getMouse(e);}catch(ex){};try{GLc15c3a_getMouse(e);}catch(ex){};try{GL13a43f_getMouse(e);}catch(ex){};try{GLf3c38e_getMouse(e);}catch(ex){};try{GL7ce4aa_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('5e6201',e);GL_mouseUp('e5446f',e);GL_mouseUp('22af0a',e);GL_mouseUp('ad2b28',e);GL_mouseUp('39d272',e);GL_mouseUp('4cdf74',e);GL_mouseUp('2fa679',e);GL_mouseUp('294de9',e);GL_mouseUp('ea69ae',e);GL_mouseUp('ab4a1a',e);GL_mouseUp('62483c',e);GL_mouseUp('f8c21e',e);GL_mouseUp('f6f598',e);GL_mouseUp('b83178',e);GL_mouseUp('c15c3a',e);GL_mouseUp('13a43f',e);GL_mouseUp('f3c38e',e);GL_mouseUp('7ce4aa',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("5e6201");GL_restoreMenu("e5446f");GL_restoreMenu("22af0a");GL_restoreMenu("ad2b28");GL_restoreMenu("39d272");GL_restoreMenu("4cdf74");GL_restoreMenu("2fa679");GL_restoreMenu("294de9");GL_restoreMenu("ea69ae");GL_restoreMenu("ab4a1a");GL_restoreMenu("62483c");GL_restoreMenu("f8c21e");GL_restoreMenu("f6f598");GL_restoreMenu("b83178");GL_restoreMenu("c15c3a");GL_restoreMenu("13a43f");GL_restoreMenu("f3c38e");GL_restoreMenu("7ce4aa");}
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);}
