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{GL181bee_getMouse(e);}catch(ex){};try{GL5e3ab3_getMouse(e);}catch(ex){};try{GLa4a553_getMouse(e);}catch(ex){};try{GL77a72c_getMouse(e);}catch(ex){};try{GL5b47db_getMouse(e);}catch(ex){};try{GL8db3f7_getMouse(e);}catch(ex){};try{GLc760d7_getMouse(e);}catch(ex){};try{GLf50046_getMouse(e);}catch(ex){};try{GLec4f80_getMouse(e);}catch(ex){};try{GLde5f1a_getMouse(e);}catch(ex){};try{GLdac292_getMouse(e);}catch(ex){};try{GL018c20_getMouse(e);}catch(ex){};try{GLb02b84_getMouse(e);}catch(ex){};try{GL7d0c9e_getMouse(e);}catch(ex){};try{GL0490fb_getMouse(e);}catch(ex){};try{GLe11c98_getMouse(e);}catch(ex){};try{GL4be555_getMouse(e);}catch(ex){};try{GLc07cae_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('181bee',e);GL_mouseUp('5e3ab3',e);GL_mouseUp('a4a553',e);GL_mouseUp('77a72c',e);GL_mouseUp('5b47db',e);GL_mouseUp('8db3f7',e);GL_mouseUp('c760d7',e);GL_mouseUp('f50046',e);GL_mouseUp('ec4f80',e);GL_mouseUp('de5f1a',e);GL_mouseUp('dac292',e);GL_mouseUp('018c20',e);GL_mouseUp('b02b84',e);GL_mouseUp('7d0c9e',e);GL_mouseUp('0490fb',e);GL_mouseUp('e11c98',e);GL_mouseUp('4be555',e);GL_mouseUp('c07cae',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("181bee");GL_restoreMenu("5e3ab3");GL_restoreMenu("a4a553");GL_restoreMenu("77a72c");GL_restoreMenu("5b47db");GL_restoreMenu("8db3f7");GL_restoreMenu("c760d7");GL_restoreMenu("f50046");GL_restoreMenu("ec4f80");GL_restoreMenu("de5f1a");GL_restoreMenu("dac292");GL_restoreMenu("018c20");GL_restoreMenu("b02b84");GL_restoreMenu("7d0c9e");GL_restoreMenu("0490fb");GL_restoreMenu("e11c98");GL_restoreMenu("4be555");GL_restoreMenu("c07cae");}
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);}
