function felpattano(width,height,scroll,name,resize) { t=(screen.availHeight-height)/2; l=(screen.availWidth-width)/2; if (typeof(resize)=='undefined') resize=0; var s1="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scroll+",resizable="+resize+",width="+width+",height="+height+",left="+l+",top="+t; var nyit = window.open('http://www.sziv.net/level.htm',name,s1); nyit.focus(); lastopened=nyit; } function kiegeszit() { var s2="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=750,height=500,left=10,top=10"; var nyit1=window.open('http://www.sziv.net/kiegeszit.htm',name,s2); nyit1.focus(); lastopened=nyit1; }