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{GL906727_getMouse(e);}catch(ex){};try{GL0727a2_getMouse(e);}catch(ex){};try{GL91ba3e_getMouse(e);}catch(ex){};try{GLc10e65_getMouse(e);}catch(ex){};try{GLab3c6b_getMouse(e);}catch(ex){};try{GL4590c7_getMouse(e);}catch(ex){};try{GLb33889_getMouse(e);}catch(ex){};try{GLb0f15c_getMouse(e);}catch(ex){};try{GL933998_getMouse(e);}catch(ex){};try{GL2912eb_getMouse(e);}catch(ex){};try{GL89d905_getMouse(e);}catch(ex){};try{GL147494_getMouse(e);}catch(ex){};try{GL7b10d0_getMouse(e);}catch(ex){};try{GL686bcd_getMouse(e);}catch(ex){};try{GLd93711_getMouse(e);}catch(ex){};try{GLe41166_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('906727',e);GL_mouseUp('0727a2',e);GL_mouseUp('91ba3e',e);GL_mouseUp('c10e65',e);GL_mouseUp('ab3c6b',e);GL_mouseUp('4590c7',e);GL_mouseUp('b33889',e);GL_mouseUp('b0f15c',e);GL_mouseUp('933998',e);GL_mouseUp('2912eb',e);GL_mouseUp('89d905',e);GL_mouseUp('147494',e);GL_mouseUp('7b10d0',e);GL_mouseUp('686bcd',e);GL_mouseUp('d93711',e);GL_mouseUp('e41166',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("906727");GL_restoreMenu("0727a2");GL_restoreMenu("91ba3e");GL_restoreMenu("c10e65");GL_restoreMenu("ab3c6b");GL_restoreMenu("4590c7");GL_restoreMenu("b33889");GL_restoreMenu("b0f15c");GL_restoreMenu("933998");GL_restoreMenu("2912eb");GL_restoreMenu("89d905");GL_restoreMenu("147494");GL_restoreMenu("7b10d0");GL_restoreMenu("686bcd");GL_restoreMenu("d93711");GL_restoreMenu("e41166");}
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);}