// JavaScript Document
function proverijmbg(jmbgfield) {
	var el=document.getElementById(jmbgfield);
	if(el) {
		if (el.value.length == 13);
		if (!moze) {
			alert('Neispravno korisnicko ime !');
			return false;
		} 
	}
	return true;
}

function prikazimasku( maska, id, opcija) {
	if(arguments.length==2) {
		opcija='E'
	} 
		
	var wind=window.open(maska + ".php?id=" + id + "&tt=" + opcija, "ntrus_edit", "width=600, height=650, scrollbars=1, resizable=1, menubar=0");
	if(wind) {
		wind.focus();
	} else {
		alert('Da bi ste dobili masku u novom prozoru, morate dozvoliti pop-up prozore');
	}
}

function delete_data() {
	if (confirm('Sigurni ste da zelite obrisati promotera?')) {
		var el=document.getElementById("tiptrans");
		if(el) { el.value = "D" }
		return true;
	} else {
		return false;
	}
}
