function popup(ime,x,y,text) { ime="http://www.royaleagle.gr:80/"+ime; eval("_popup=window.open('','_blank','toolbar=no,screenX=150,screenY=30,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+ x +",height="+ y +"')"); _popup.document.write("
"); _popup.document.close(); } function newWin(url) { window.open(url, '_blank'); return false; }