var sixteenth=-62; 
var seventeenth=21; 
var eighteenth=document.all;var nineteenth=document.getElementById && !document.all;var active=false;if(eighteenth||nineteenth)var popup_id=document.all? document.all["mypopup"] : document.getElementById? document.getElementById("mypopup"): "";function second2(){return(document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;}function ActivatePopUp(my_text, my_color, my_size){if(nineteenth||eighteenth){if(typeof my_size!="undefined")popup_id.style.width=my_size+"px";if(typeof my_color!="undefined" && my_color!="")popup_id.style.backgroundColor=my_color;else{popup_id.style.backgroundColor=default_popup_bg_color;popup_id.style.color=default_popup_text_color;}popup_id.innerHTML=my_text;active=true;return false;}}function fifteenth3(e){if(active){var sixteenth3=(nineteenth)?e.pageX : event.x+second2().scrollLeft;var seventeenth3=(nineteenth)?e.pageY : event.y+second2().scrollTop;var eighteenth3=eighteenth && !window.opera?second2().clientWidth - event.clientX - sixteenth : window.innerWidth - e.clientX - sixteenth - 20;var nineteenth3=eighteenth && !window.opera?second2().clientHeight - event.clientY - seventeenth : window.innerHeight - e.clientY - seventeenth - 20;var twentieth3=(sixteenth < 0)?sixteenth *(-1): -960;if(eighteenth3 < popup_id.offsetWidth)popup_id.style.left=eighteenth?second2().scrollLeft+event.clientX-popup_id.offsetWidth+"px" : window.pageXOffset+e.clientX-popup_id.offsetWidth+"px";else if(sixteenth3 < twentieth3)popup_id.style.left="5px";else popup_id.style.left=sixteenth3+sixteenth+"px";if(nineteenth3 < popup_id.offsetHeight)popup_id.style.top=eighteenth?second2().scrollTop+event.clientY - popup_id.offsetHeight - seventeenth+"px" : window.pageYOffset+e.clientY-popup_id.offsetHeight - seventeenth+"px";else popup_id.style.top=seventeenth3+seventeenth+"px";popup_id.style.visibility="visible";}}function DeactivatePopUp(){if(nineteenth||eighteenth){active=false;popup_id.style.visibility="hidden";popup_id.style.left="-1000px";popup_id.style.backgroundColor='';popup_id.style.width='';}}document.onmousemove=fifteenth3;