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{GL91053f_getMouse(e);}catch(ex){};try{GLfd08c0_getMouse(e);}catch(ex){};try{GL46bc26_getMouse(e);}catch(ex){};try{GL766e7d_getMouse(e);}catch(ex){};try{GLc699a7_getMouse(e);}catch(ex){};try{GL860ff8_getMouse(e);}catch(ex){};try{GLed28ed_getMouse(e);}catch(ex){};try{GL12aa9d_getMouse(e);}catch(ex){};try{GLe497c5_getMouse(e);}catch(ex){};try{GL3c3423_getMouse(e);}catch(ex){};try{GLce5f6c_getMouse(e);}catch(ex){};try{GL123a03_getMouse(e);}catch(ex){};try{GL7ecf3b_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('91053f',e);GL_mouseUp('fd08c0',e);GL_mouseUp('46bc26',e);GL_mouseUp('766e7d',e);GL_mouseUp('c699a7',e);GL_mouseUp('860ff8',e);GL_mouseUp('ed28ed',e);GL_mouseUp('12aa9d',e);GL_mouseUp('e497c5',e);GL_mouseUp('3c3423',e);GL_mouseUp('ce5f6c',e);GL_mouseUp('123a03',e);GL_mouseUp('7ecf3b',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("91053f");GL_restoreMenu("fd08c0");GL_restoreMenu("46bc26");GL_restoreMenu("766e7d");GL_restoreMenu("c699a7");GL_restoreMenu("860ff8");GL_restoreMenu("ed28ed");GL_restoreMenu("12aa9d");GL_restoreMenu("e497c5");GL_restoreMenu("3c3423");GL_restoreMenu("ce5f6c");GL_restoreMenu("123a03");GL_restoreMenu("7ecf3b");}
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);}