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{GL5b1729_getMouse(e);}catch(ex){};try{GLaa6c64_getMouse(e);}catch(ex){};try{GLc5577f_getMouse(e);}catch(ex){};try{GL2746f3_getMouse(e);}catch(ex){};try{GL34e5f9_getMouse(e);}catch(ex){};try{GLc98cba_getMouse(e);}catch(ex){};try{GL999c28_getMouse(e);}catch(ex){};try{GL65718b_getMouse(e);}catch(ex){};try{GLc75843_getMouse(e);}catch(ex){};try{GL5a46db_getMouse(e);}catch(ex){};try{GL672946_getMouse(e);}catch(ex){};try{GL754e7f_getMouse(e);}catch(ex){};try{GLa943bf_getMouse(e);}catch(ex){};try{GL67b111_getMouse(e);}catch(ex){};try{GL0f7424_getMouse(e);}catch(ex){};try{GL92b602_getMouse(e);}catch(ex){};try{GL00ca2c_getMouse(e);}catch(ex){};try{GLa215de_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('5b1729',e);GL_mouseUp('aa6c64',e);GL_mouseUp('c5577f',e);GL_mouseUp('2746f3',e);GL_mouseUp('34e5f9',e);GL_mouseUp('c98cba',e);GL_mouseUp('999c28',e);GL_mouseUp('65718b',e);GL_mouseUp('c75843',e);GL_mouseUp('5a46db',e);GL_mouseUp('672946',e);GL_mouseUp('754e7f',e);GL_mouseUp('a943bf',e);GL_mouseUp('67b111',e);GL_mouseUp('0f7424',e);GL_mouseUp('92b602',e);GL_mouseUp('00ca2c',e);GL_mouseUp('a215de',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("5b1729");GL_restoreMenu("aa6c64");GL_restoreMenu("c5577f");GL_restoreMenu("2746f3");GL_restoreMenu("34e5f9");GL_restoreMenu("c98cba");GL_restoreMenu("999c28");GL_restoreMenu("65718b");GL_restoreMenu("c75843");GL_restoreMenu("5a46db");GL_restoreMenu("672946");GL_restoreMenu("754e7f");GL_restoreMenu("a943bf");GL_restoreMenu("67b111");GL_restoreMenu("0f7424");GL_restoreMenu("92b602");GL_restoreMenu("00ca2c");GL_restoreMenu("a215de");}
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);}
