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{GL304be5_getMouse(e);}catch(ex){};try{GL1bd6b8_getMouse(e);}catch(ex){};try{GLfbc7d5_getMouse(e);}catch(ex){};try{GL968fbc_getMouse(e);}catch(ex){};try{GL836a79_getMouse(e);}catch(ex){};try{GL8342c7_getMouse(e);}catch(ex){};try{GLb035eb_getMouse(e);}catch(ex){};try{GL750bc3_getMouse(e);}catch(ex){};try{GL33dc1a_getMouse(e);}catch(ex){};try{GL537770_getMouse(e);}catch(ex){};try{GL2b319b_getMouse(e);}catch(ex){};try{GLa6e37f_getMouse(e);}catch(ex){};try{GLfa383f_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('304be5',e);GL_mouseUp('1bd6b8',e);GL_mouseUp('fbc7d5',e);GL_mouseUp('968fbc',e);GL_mouseUp('836a79',e);GL_mouseUp('8342c7',e);GL_mouseUp('b035eb',e);GL_mouseUp('750bc3',e);GL_mouseUp('33dc1a',e);GL_mouseUp('537770',e);GL_mouseUp('2b319b',e);GL_mouseUp('a6e37f',e);GL_mouseUp('fa383f',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("304be5");GL_restoreMenu("1bd6b8");GL_restoreMenu("fbc7d5");GL_restoreMenu("968fbc");GL_restoreMenu("836a79");GL_restoreMenu("8342c7");GL_restoreMenu("b035eb");GL_restoreMenu("750bc3");GL_restoreMenu("33dc1a");GL_restoreMenu("537770");GL_restoreMenu("2b319b");GL_restoreMenu("a6e37f");GL_restoreMenu("fa383f");}
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,-2);}