function show_popup(x) { var p=window.createPopup(); var pbody=p.document.body; pbody.style.backgroundColor="#ffff66"; pbody.innerHTML=x; p.show(760,610,200,50,document.body); } function un_Show(){ document.getElementById('reteg').style.visibility = "hidden"; } function on_Show(x){ document.getElementById('reteg').style.visibility = "visible"; document.getElementById('reteg').innerHTML='
Napi esemény(ek):

'+x; } function on_Warning(){ document.getElementById('warn').innerHTML= 'FIGYELEM FONTOS!'; setTimeout('off_Warning()',1000); } function off_Warning(){ document.getElementById('warn').innerHTML= ''; setTimeout('on_Warning()',1000); }