function ablakzar()
{
	bezar = window.close(this);
}
function bolGalleryPopup(imageFile, width, height, title){

	var html = '<title>' + title + ' - Click to close </title><body bgcolor=black leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onclick=\"javascript:window.close()\"><img src=\"' + imageFile + '\" alt=\"Click to close\"></body>';
	var popup = window.open(imageFile, '_blank', 'width=' + width+ ', height=' + height + ', status=no');
	popup.document.write(html);
	popup.focus();
}

function confirmSubmit(kerdes) {
	return confirm(kerdes);
}

function changeAll() {
	var chkBox = null;
	for (i=0; i < document.forms['hirek_kezel_form'].elements.length; i++) {
		if (document.forms['hirek_kezel_form'].elements[i].name.indexOf('hirek')!=-1) {
			document.forms['hirek_kezel_form'].elements[i].checked=document.forms['hirek_kezel_form'].check_gomb_torles.checked;
		}
	}
}

