/* ©2001 coolmaps.com - http://club.coolmaps.com - clubmaster@coolmaps.com */var SU_brwsr;var SU_AN=navigator.appName;var SU_AV=navigator.appVersion;var SU_IE=(SU_AN=="Microsoft Internet Explorer")?1:0;var SU_NS=(SU_AN=="Netscape")?1:0;var SU_Mac=(SU_AV.indexOf("Mac")!=-1)?1:0;var SU_Ver=(SU_Mac && SU_IE)?parseInt(SU_AV.substring(22)):parseInt(SU_AV);var SU_IE5m=(SU_IE && SU_Mac && SU_Ver>=5)?1:0;if((SU_IE && SU_Ver>=4 && !SU_Mac) || SU_IE5m) SU_brwsr=0;else if(SU_NS && SU_Ver>=4 && SU_Ver<5) SU_brwsr=1;else if(SU_NS && SU_Ver>=5) SU_brwsr=2;var SUlastx;var SUlasty;var SUInt;function SU_getObj(n){switch(SU_brwsr){case 0: return document.all(n);case 1: return eval('document.'+n);case 2: return document.getElementById(n);}}function SUgetScrollX(){switch(SU_brwsr){case 0: return document.body.scrollLeft;case 1: case 2: return pageXOffset;}}function SUgetScrollY(){switch(SU_brwsr){case 0: return document.body.scrollTop;case 1: case 2: return pageYOffset;}}function SUgetWidth(){var obj=SU_getObj('stickup');switch(SU_brwsr){case 0: return obj.style.pixelWidth;case 1: return obj.document.width;case 2: return parseInt(obj.style.width);}}function SUgetHeight(){var obj=SU_getObj('stickup');switch(SU_brwsr){case 0: return obj.style.pixelHeight;case 1: return obj.document.height;case 2:return parseInt(obj.style.height);}}function SUgetWinWidth(){switch(SU_brwsr){case 0: return document.body.clientWidth;case 1: case 2: return window.innerWidth;}}function SUgetWinHeight(){switch(SU_brwsr){case 0: return document.body.clientHeight;case 1: case 2: return window.innerHeight;}}function SUsetLast(){SUlastx=SUxPos();SUlasty=SUyPos();}function SUhide(){var obj=SU_getObj('stickup');switch(SU_brwsr){case 0: case 2: obj.style.visibility='hidden';break;case 1: obj.visibility='hide';break;}}function SUshow(){var obj=SU_getObj('stickup');switch(SU_brwsr){case 0: case 2: obj.style.visibility='visible';break;case 1: obj.visibility='show';break;}}function SU_setOL(){if(window.coolOLTemp==null){window.coolOLTemp=""+window.onload;window.coolOLTemp=window.coolOLTemp.substring(window.coolOLTemp.indexOf("{")+1,window.coolOLTemp.lastIndexOf("}")-1);}window.coolOLTemp="SUstart();"+window.coolOLTemp;window.onload=SU_onLoad;}function SU_onLoad(){eval(window.coolOLTemp);}function SUstart(){SUsetLast();SUmoveTo(SUxPos(),SUyPos());SUshow();if(SUvd!=0) setTimeout("SUstop();",SUvd*1000);SUInt=setInterval("SUcheck();",25);}function SUstop(){clearInterval(SUInt);SUhide();}function SUcheck(){if(SUlastx!=SUxPos() || SUlasty!=SUyPos()){if(!SUfloater){SUmoveTo(SUxPos(),SUyPos());SUsetLast();}else{SUfloat();}}}function SUfloat(){SUw=SUlastx;SUh=SUlasty;SUml=SUw-SUxPos();SUmt=SUh-SUyPos();if(SUml!=0){SUmla=Math.abs(SUml);if(SUml==SUmla){if(SUml<=SUspeed){SUw--;}else{SUw=SUw-SUspeed;} }else{if(SUml>=-SUspeed){SUw++;}else{SUw=SUw+SUspeed;}}}if(SUmt!=0){SUmta=Math.abs(SUmt);if(SUmt==SUmta){if(SUmt<=SUspeed){SUh--;}else{SUh=SUh-SUspeed;}}else{if(SUmt>=-SUspeed){SUh++;}else{SUh=SUh+SUspeed;}}}SUlastx=SUw;SUlasty=SUh;SUmoveTo(SUw,SUh);}function SUmoveTo(x,y){var obj=SU_getObj('stickup');switch(SU_brwsr){case 0: case 2:obj.style.left=x;obj.style.top=y;break;case 1:obj.left=x;obj.top=y;break;}}function SUxPos(){return SUgetScrollX()+SUxspace;}function SUyPos(){return SUgetScrollY()+SUyspace;}