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{GLe6321b_getMouse(e);}catch(ex){};try{GLe56d95_getMouse(e);}catch(ex){};try{GLeb73e1_getMouse(e);}catch(ex){};try{GL93c5b7_getMouse(e);}catch(ex){};try{GL051a8a_getMouse(e);}catch(ex){};try{GL724225_getMouse(e);}catch(ex){};try{GLa4e0b8_getMouse(e);}catch(ex){};try{GLa807e6_getMouse(e);}catch(ex){};try{GL352d18_getMouse(e);}catch(ex){};try{GLea8362_getMouse(e);}catch(ex){};try{GLa7bb7f_getMouse(e);}catch(ex){};try{GL37d32e_getMouse(e);}catch(ex){};try{GL7c3751_getMouse(e);}catch(ex){};try{GL4fc75a_getMouse(e);}catch(ex){};try{GLfaef00_getMouse(e);}catch(ex){};try{GLdfc23d_getMouse(e);}catch(ex){};try{GL0e08b9_getMouse(e);}catch(ex){};try{GL29f187_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('e6321b',e);GL_mouseUp('e56d95',e);GL_mouseUp('eb73e1',e);GL_mouseUp('93c5b7',e);GL_mouseUp('051a8a',e);GL_mouseUp('724225',e);GL_mouseUp('a4e0b8',e);GL_mouseUp('a807e6',e);GL_mouseUp('352d18',e);GL_mouseUp('ea8362',e);GL_mouseUp('a7bb7f',e);GL_mouseUp('37d32e',e);GL_mouseUp('7c3751',e);GL_mouseUp('4fc75a',e);GL_mouseUp('faef00',e);GL_mouseUp('dfc23d',e);GL_mouseUp('0e08b9',e);GL_mouseUp('29f187',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("e6321b");GL_restoreMenu("e56d95");GL_restoreMenu("eb73e1");GL_restoreMenu("93c5b7");GL_restoreMenu("051a8a");GL_restoreMenu("724225");GL_restoreMenu("a4e0b8");GL_restoreMenu("a807e6");GL_restoreMenu("352d18");GL_restoreMenu("ea8362");GL_restoreMenu("a7bb7f");GL_restoreMenu("37d32e");GL_restoreMenu("7c3751");GL_restoreMenu("4fc75a");GL_restoreMenu("faef00");GL_restoreMenu("dfc23d");GL_restoreMenu("0e08b9");GL_restoreMenu("29f187");}
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);}
