function changeAll(obj) {
	var chkBox = null;
	for (i=0; i < document.forms[obj].elements.length; i++) {
		if (document.forms[obj].elements[i].name.indexOf('itemChecked')!=-1) {
			document.forms[obj].elements[i].checked=document.forms[obj].itemCheckAll.checked;
		}
	}
}

function open_galeri(tID) {
	popup = window.open('/gallery.php?termekID=' + tID,'1','toolbar=no,location=no,directories=no,menubar=no,resizable=yes,status=no,scrollbars=yes,width=700,height=650'); 
}
