/*****************************************************************************
Copyright by PHP CODER Fagaras, Romania
Using this script or modifying it without the author permision is forbidden
www.phpcoder.ro
Author : Iulia Constantin
*****************************************************************************/
document.write('<div id="phpcoder_legenda" style="position:absolute; z-index:1000; left:0px; top:0px; visibility:hidden; padding-left:4px; padding-right:4px; font-family:Arial; font-size:11px; text-align:justify;  color:#000000; background-color:#ffffff; border:1px solid #ff6600; -moz-opacity:0.85; filter:alpha(opacity=85); width:100px;">&nbsp;</div>'); 
ns4 = (window.sidebar)? true:false 
ie4 = (document.all)? true:false 
function initializare_legenda() {if(document.layers){document.captureEvents(Event.MOUSEMOVE); document.onmousemove = miscare_mouse;} else if(document.all){ document.onmousemove = miscare_mouse;} else if(document.getElementById){document.onmousemove = miscare_mouse;}} function arata_legenda(id,text) {document.getElementById("phpcoder_legenda").innerHTML=text;document.getElementById("phpcoder_legenda").style.visibility="visible";} function ascunde_legenda(){document.getElementById("phpcoder_legenda").style.visibility="hidden";}
function miscare_mouse(e) {if(ns4){var mouseX=e.pageX;var mouseY=e.pageY;}if(ie4){var mouseX=event.x;var mouseY=event.y;}if(mouseX > 800){mouseX = 0;}if(mouseY > 500){mouseY = 0;} document.getElementById("phpcoder_legenda").style.left=mouseX + 15;	document.getElementById("phpcoder_legenda").style.top=mouseY + document.body.scrollTop - 15;}