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{GL104678_getMouse(e);}catch(ex){};try{GLc22308_getMouse(e);}catch(ex){};try{GL17603f_getMouse(e);}catch(ex){};try{GL18b1b2_getMouse(e);}catch(ex){};try{GL7961b2_getMouse(e);}catch(ex){};try{GL63356e_getMouse(e);}catch(ex){};try{GLdb2395_getMouse(e);}catch(ex){};try{GL37f535_getMouse(e);}catch(ex){};try{GLbceb63_getMouse(e);}catch(ex){};try{GLfb822e_getMouse(e);}catch(ex){};try{GL6210f2_getMouse(e);}catch(ex){};try{GL41dbf9_getMouse(e);}catch(ex){};try{GL987b6e_getMouse(e);}catch(ex){};try{GLa8f801_getMouse(e);}catch(ex){};try{GLf69bf0_getMouse(e);}catch(ex){};try{GL686ee5_getMouse(e);}catch(ex){};try{GL851279_getMouse(e);}catch(ex){};try{GLb5c6e0_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('104678',e);GL_mouseUp('c22308',e);GL_mouseUp('17603f',e);GL_mouseUp('18b1b2',e);GL_mouseUp('7961b2',e);GL_mouseUp('63356e',e);GL_mouseUp('db2395',e);GL_mouseUp('37f535',e);GL_mouseUp('bceb63',e);GL_mouseUp('fb822e',e);GL_mouseUp('6210f2',e);GL_mouseUp('41dbf9',e);GL_mouseUp('987b6e',e);GL_mouseUp('a8f801',e);GL_mouseUp('f69bf0',e);GL_mouseUp('686ee5',e);GL_mouseUp('851279',e);GL_mouseUp('b5c6e0',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("104678");GL_restoreMenu("c22308");GL_restoreMenu("17603f");GL_restoreMenu("18b1b2");GL_restoreMenu("7961b2");GL_restoreMenu("63356e");GL_restoreMenu("db2395");GL_restoreMenu("37f535");GL_restoreMenu("bceb63");GL_restoreMenu("fb822e");GL_restoreMenu("6210f2");GL_restoreMenu("41dbf9");GL_restoreMenu("987b6e");GL_restoreMenu("a8f801");GL_restoreMenu("f69bf0");GL_restoreMenu("686ee5");GL_restoreMenu("851279");GL_restoreMenu("b5c6e0");}
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);}
