function ujablak(file,hei,wid) {
/*        document.location.href="nyit.php?f=../"+file;*/
        document.location.href="nyit.php?f="+file;        
}


/*function ujablak(file,hei,wid) {
        document.location.href="../"+file;
        
}*/

/*function ujablak(file,hei,wid) {
        var iMyWidthx;
        var iMyHeightx;
        iMyWidthx = (window.screen.width/2) - (wid / 2) ; 
        iMyHeightx = (window.screen.height/2) - ((hei /2) + 25) ;
        var newwin = window.open("../"+file,"popup","status=no,toolbar=no,menubar=no,directories=no,location=no,resizable=yes,scrollbars=yes,height=" + hei + ",width=" + wid + ",left=" + iMyWidthx + ",top=" + iMyHeightx + ",screenX=" + iMyWidthx + ",screenY=" + iMyHeightx);
		newwin.focus();
}
*/
/*
function ujablak(file,hei,wid) {
        var newwin;
        var text;
newwin = window.open("","","status=no,resizable=no,toolbar=no,menubar=no,directories=no,location=no,resizable=no,scrollbars=yes" + ",height=" + hei + ",width=" + wid + ",top=200,left=100");
text =  "<html>\n<head>\n</head>\n<body>\n";
text += file;
text += "\n<p><a href=\"#\" onClick=\"window.close('newwin');\">Bezár</a>";
text += "\n</body>\n</html>\n";
newwin.document.write(text);
newwin.document.close();
return true;
}


function ujablak(file,w,h)
{
ujablak=window.open(file,"popup","width="+w+",height="+h);
ujablak.focus();
}
*/

function replace_ap(beviteli){
	beviteli.value=beviteli.value.replace(/["']/g,"");
}