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{GL17bc71_getMouse(e);}catch(ex){};try{GL847039_getMouse(e);}catch(ex){};try{GL192350_getMouse(e);}catch(ex){};try{GLa6be1d_getMouse(e);}catch(ex){};try{GLc90427_getMouse(e);}catch(ex){};try{GL16c045_getMouse(e);}catch(ex){};try{GL8361e1_getMouse(e);}catch(ex){};try{GL719eca_getMouse(e);}catch(ex){};try{GLc99768_getMouse(e);}catch(ex){};try{GL929c49_getMouse(e);}catch(ex){};try{GL06e02b_getMouse(e);}catch(ex){};try{GL15a183_getMouse(e);}catch(ex){};try{GLdf1e72_getMouse(e);}catch(ex){};try{GL00a6d9_getMouse(e);}catch(ex){};try{GLfb54ec_getMouse(e);}catch(ex){};try{GL040992_getMouse(e);}catch(ex){};}
function T3_onmouseupWrapper(e){GL_mouseUp('17bc71',e);GL_mouseUp('847039',e);GL_mouseUp('192350',e);GL_mouseUp('a6be1d',e);GL_mouseUp('c90427',e);GL_mouseUp('16c045',e);GL_mouseUp('8361e1',e);GL_mouseUp('719eca',e);GL_mouseUp('c99768',e);GL_mouseUp('929c49',e);GL_mouseUp('06e02b',e);GL_mouseUp('15a183',e);GL_mouseUp('df1e72',e);GL_mouseUp('00a6d9',e);GL_mouseUp('fb54ec',e);GL_mouseUp('040992',e);}
function T3_onloadWrapper(e){GL_initLayers();GL_restoreMenu("17bc71");GL_restoreMenu("847039");GL_restoreMenu("192350");GL_restoreMenu("a6be1d");GL_restoreMenu("c90427");GL_restoreMenu("16c045");GL_restoreMenu("8361e1");GL_restoreMenu("719eca");GL_restoreMenu("c99768");GL_restoreMenu("929c49");GL_restoreMenu("06e02b");GL_restoreMenu("15a183");GL_restoreMenu("df1e72");GL_restoreMenu("00a6d9");GL_restoreMenu("fb54ec");GL_restoreMenu("040992");}
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);}