function OnChangeSelectField(obj) {
 location.href=obj.options[obj.selectedIndex].value;
}

function DoConfirm(location1)	 {
	if (confirm('Biztos hogy törölni akarod?')) location.href=location1;
}

function openGallery(id) {
	if(!this.pAW || this.pAW.closed) {
		 this.pAW = open("other/gallery.php?id="+id,'',"width=600,height=450,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no");
	} else { 
		 this.pAW.focus();
	}
}

function popup(url,w,h) {
	var url,w,h;
	if(!this.pw || this.pw.closed) {
		 this.pw = open(url,'',"width="+w+",height="+h+",toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no");
	} else { 
		 this.pw.focus();
	}
}


/////
function profilImageUploadComplete() {

	document.forms['profilForm'].submit();

}
//////

//////
function profilImageUploadError() {

	alert('Hiba a feltöltés során!');

}

