


	// EGYÉNI SCRIPTEK

	function aszf(){
	  var winl = (screen.width - 600) / 2;
	  var wint = (screen.height - 600) / 2;
	  var newWindow = window.open('aszf.html','','width=600,height=600,top='+wint+',left='+winl+',scrollbars=yes');
	}



	// POP ABLAK KEZELÉSE

	function openPop(url,label,width,height,scroll){
	  window.open(url,label,"width="+width+",height="+height+",toolbar=no,location=no,directories=no,'introPop',status=no,menubar=no,scrollbars="+scroll+",resizable=no");
	}



	// EGYÉNI SCRIPTEK

        function popup(theURL,winName,features) { //v2.0
          window.open(theURL,winName,features);
        }



