var t_mouseBackground=1;var t_mouseX=1;var t_mouseY=1;var t_mouseScrolledFromTop=1;var t_mouseTimeoutID=0;var t_mouseTimeoutTIP=null;var t_httpHandle;var t_mousePos=null;function tipXmlHttp(){try{t_httpHandle=new XMLHttpRequest()}catch(a){try{t_httpHandle=new ActiveXObject("Msxml2.XMLHTTP")}catch(a){try{t_httpHandle=new ActiveXObject("Microsoft.XMLHTTP")}catch(a){alert("Your browser does not support AJAX!");t_httpHandle=null;return false}}}return true}function ajaxGetTip(b){var a;tipXmlHttp();if(t_httpHandle==null){return}t_httpHandle.onreadystatechange=function(){if(t_httpHandle.readyState==4){if(t_httpHandle.status==200){ajaxGotTip(t_httpHandle.responseText)}else{alert("AJAX: ERR response = "+t_httpHandle.responseText)}}};a="cgid?jxGetTip&miTip="+b;t_httpHandle.open("GET",a,true);t_httpHandle.send(null)}function ajaxGotTip(b){var g,d;var e=b.split(":;");if(e.length!=2){g="Simcountry Tip";d=b}else{g=e[0];d=e[1]}var a=this.document.getElementById("tiphead");a.innerHTML=g;var c=this.document.getElementById("tiptext");c.innerHTML=d;var f=this.document.getElementById("tipbox");simcPopup2MousePosition(t_mousePos,f)}function tevent(a){t_mousePos=simcGetMousePos(a)}function tcancel(){if(t_mouseTimeoutID>0){window.clearTimeout(t_mouseTimeoutID);t_mouseTimeoutID=0;t_mouseTimeoutTIP=null}}function tsched(a){if(t_mouseTimeoutID&&t_mouseTimeoutTIP==a){return true}tcancel();t_mouseTimeoutTIP=a;t_mouseTimeoutID=window.setTimeout('ajaxGetTip("'+a+'")',2000)}function tshow(a){tcancel();t_mouseTimeoutTIP=a;ajaxGetTip(a)}function tnow(){if(!t_mouseTimeoutTIP){alert("oops");return true}tshow(t_mouseTimeoutTIP)}function thide(){tcancel();var a=this.document.getElementById("tipbox");a.style.display="none"};