
function eredmenyPopup(edata,helyid,title) {
	window.open('eredmenyek.php?cmd=lista&edata='+edata+'&helyid='+helyid+'&title='+title,edata,'width=740,height=500,resizable=1,scrollbars=1');
	return false;
}


