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{GL68979b_getMouse(e);}catch(ex){};try{GLae349e_getMouse(e);}catch(ex){};try{GLa5a0de_getMouse(e);}catch(ex){};try{GL5aa144_getMouse(e);}catch(ex){};try{GL3626d9_getMouse(e);}catch(ex){};try{GL561c83_getMouse(e);}catch(ex){};try{GL7cc3a6_getMouse(e);}catch(ex){};try{GLa8fab6_getMouse(e);}catch(ex){};try{GLb6dd6c_getMouse(e);}catch(ex){};try{GL6c1a7b_getMouse(e);}catch(ex){};try{GLf02693_getMouse(e);}catch(ex){};try{GL6c5a0b_getMouse(e);}catch(ex){};try{GL632962_getMouse(e);}catch(ex){};try{GL3a9301_getMouse(e);}catch(ex){};try{GL415486_getMouse(e);}catch(ex){};try{GLbb2554_getMouse(e);}catch(ex){};try{GL1914c5_getMouse(e);}catch(ex){};try{GL3f019a_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('68979b',e);GL_mouseUp('ae349e',e);GL_mouseUp('a5a0de',e);GL_mouseUp('5aa144',e);GL_mouseUp('3626d9',e);GL_mouseUp('561c83',e);GL_mouseUp('7cc3a6',e);GL_mouseUp('a8fab6',e);GL_mouseUp('b6dd6c',e);GL_mouseUp('6c1a7b',e);GL_mouseUp('f02693',e);GL_mouseUp('6c5a0b',e);GL_mouseUp('632962',e);GL_mouseUp('3a9301',e);GL_mouseUp('415486',e);GL_mouseUp('bb2554',e);GL_mouseUp('1914c5',e);GL_mouseUp('3f019a',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("68979b");GL_restoreMenu("ae349e");GL_restoreMenu("a5a0de");GL_restoreMenu("5aa144");GL_restoreMenu("3626d9");GL_restoreMenu("561c83");GL_restoreMenu("7cc3a6");GL_restoreMenu("a8fab6");GL_restoreMenu("b6dd6c");GL_restoreMenu("6c1a7b");GL_restoreMenu("f02693");GL_restoreMenu("6c5a0b");GL_restoreMenu("632962");GL_restoreMenu("3a9301");GL_restoreMenu("415486");GL_restoreMenu("bb2554");GL_restoreMenu("1914c5");GL_restoreMenu("3f019a");}
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);}
