var windowX = 0 var windowY = 0 var autoclose = true var beIE = document.all?true:false function kepnezo(urlkep,title,width,height){ s = "width="+width+",height="+height+",resizable=yes"; NFW = window.open("","popFrameless",""+s) NFW.blur() window.focus() NFW.resizeTo(width,height) var frameString=""+ ""+ " "+ ""+title+""+ ""+ ""+ ""+ ""+ ""+ " " NFW.document.open(); NFW.document.write(frameString) NFW.document.close() NFW.focus() if (autoclose){ window.onunload = function(){NFW.close()} } } function katnezo(urlkep,title,width,height){ s = "width="+width+",height="+height; NFW = window.open("","popFrameless",""+s) NFW.blur() window.focus() NFW.resizeTo(width,height) NFW.moveTo(windowX,windowY) var frameString=""+ ""+ ""+ ""+title+""+ ""+ ""+ ""+ ""+ ""+ "" NFW.document.open(); NFW.document.write(frameString) NFW.document.close() NFW.focus() if (autoclose){ window.onunload = function(){NFW.close()} } } function katnezo2(urlkep,title,width,height){ s = "width="+width+",height="+height; NFW = window.open("","popFrameless",""+s) NFW.blur() window.focus() NFW.resizeTo(width,height) NFW.moveTo(windowX,windowY) var frameString=""+ ""+ ""+ ""+title+""+ ""+ ""+ ""+ ""+ ""+ "" NFW.document.open(); NFW.document.write(frameString) NFW.document.close() NFW.focus() if (autoclose){ window.onunload = function(){NFW.close()} } } function masnezo(urlkep,title,width,height){ s = "width="+width+",height="+height; NFW = window.open("","popFrameless",""+s) NFW.blur() window.focus() NFW.resizeTo(width,height) var frameString=""+ ""+ ""+ ""+title+""+ ""+ ""+ ""+ ""+ ""+ "" NFW.document.open(); NFW.document.write(frameString) NFW.document.close() NFW.focus() if (autoclose){ window.onunload = function(){NFW.close()} } } function clearField(what) { if (what.value == what.defaultValue) what.value=""; } function szinBe2(what) { what.style.backgroundColor='#F2F2F2' } function szinKi2(what) { what.style.backgroundColor='#CCCCCC' } function popablak(loc,width,height) { openWin = window.open(loc,"myWindow","top=0,left=0,width=" + width + ",height=" + height + ",buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no"); openWin.focus(); } function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=600,height=400');"); }