function popupwin(id1, id2) {
	window.open("popup.php?id_press_fotogallery="+id1+"&id_press_photos="+id2, "newfile",'status=0, screenX=10, screenY=10, toolbar=0, location=0, scrollbars=1, width=400, height=200, resizable=0');
	window.parent.name = "erpa.sk";
}


