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{GLe96c00_getMouse(e);}catch(ex){};try{GL47b730_getMouse(e);}catch(ex){};try{GLf4b2ed_getMouse(e);}catch(ex){};try{GLc70591_getMouse(e);}catch(ex){};try{GL95a234_getMouse(e);}catch(ex){};try{GLca218b_getMouse(e);}catch(ex){};try{GL3a63d2_getMouse(e);}catch(ex){};try{GL1c9cb5_getMouse(e);}catch(ex){};try{GL69a974_getMouse(e);}catch(ex){};try{GLfc5609_getMouse(e);}catch(ex){};try{GL619ecf_getMouse(e);}catch(ex){};try{GL938641_getMouse(e);}catch(ex){};try{GL81cf06_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('e96c00',e);GL_mouseUp('47b730',e);GL_mouseUp('f4b2ed',e);GL_mouseUp('c70591',e);GL_mouseUp('95a234',e);GL_mouseUp('ca218b',e);GL_mouseUp('3a63d2',e);GL_mouseUp('1c9cb5',e);GL_mouseUp('69a974',e);GL_mouseUp('fc5609',e);GL_mouseUp('619ecf',e);GL_mouseUp('938641',e);GL_mouseUp('81cf06',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("e96c00");GL_restoreMenu("47b730");GL_restoreMenu("f4b2ed");GL_restoreMenu("c70591");GL_restoreMenu("95a234");GL_restoreMenu("ca218b");GL_restoreMenu("3a63d2");GL_restoreMenu("1c9cb5");GL_restoreMenu("69a974");GL_restoreMenu("fc5609");GL_restoreMenu("619ecf");GL_restoreMenu("938641");GL_restoreMenu("81cf06");}
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);}