// JavaScript ΟΤΚΎΎίΜεΔΪΘέ function content(url) { var left1=(screen.width-800)/2; var top1=10; //(screen.height-500)/2; window.open(url,null,"toolbar=1,resizable=1,scrollbars=1,location=1,directories=1,height=500,width=800,left="+left1+",top="+top1); }