function img_popup(img,title,w,h) {
	//alert(url);
	pwin=window.open('', title, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width="+w+",height="+h);
	pwin.document.write('<html><head><title>Novodata.hu</title></head><body>');
	pwin.document.write('<p align="center"><a title="Bezár" alt="Bezár" href="javascript: window.close();"><img border="0" src="'+img+'"></a></p>');
	pwin.document.write('</body></html>');
	pwin.focus();
}
