function otvoriFormu() {	if (isEditMode=="1"){	//	alert("otvoriFormu")		document.forms[0].IzlazAgent.value = "1";		if (isLock=="1" && isLockByUser=="0"){			alert("Dokument trenutno ure\u0111uje " + lockUser + ".");			history.back();			}		else{	//		location.href = imeBaze+"WEBLock?OpenAgent&unid="+Unid;				//		window.top.iFrameResizeAdmin('sadrzajFrame');			}		}	}	function zatvoriFormu(){	if (isEditMode=="1"){		agentIzlaz = document.forms[0].IzlazAgent.value;	//	alert(isNewDoc + " - " + agentIzlaz + " - " + isLockByUser)		if (isNewDoc=="0" && agentIzlaz=="1") {			if (isLockByUser=="1") {				location.href = imeBaze+"WEBIzlaz?OpenAgent&unid="+Unid+"&lock=1";				//alert("Izlazite iz dokumenta bez snimanja!")				}			else {				location.href = imeBaze+"WEBIzlaz?OpenAgent&unid="+Unid+"&lock=0";				}				}		}	}	function formaRefresh(param){	document.forms[0].IzlazAgent.value = "0"; 	_doClick('$Refresh', this, '_self');		}	function formaRefreshR(param){	_doClick('$Refresh', this, '_self');					}		function vodeceNule(p1){	polje=p1;	if (polje.value.length==1){		polje.value="000"+polje.value;		}	if (polje.value.length==2){		polje.value="00"+polje.value;		}	if (polje.value.length==3){		polje.value="0"+polje.value;		}	if (polje.value.length==4){		polje.value=polje.value;		}	}function obrisiDokumentR(Unid) {	var odgovor = confirm("Da li ste sigurni da \u017Eelite obrisati dokument?")	if (odgovor){		location.href = imeBaze+"ObrisiDokument?OpenAgent&unid="+Unid;	}}function obrisiDokumentE(Unid) {	var odgovor = confirm("Da li ste sigurni da \u017Eelite obrisati dokument?")	if (odgovor){		if (isEditMode){			document.forms[0].IzlazAgent.value = "0"			}		location.href = imeBaze+"ObrisiDokument?OpenAgent&unid="+Unid;	}}function iFrameResizeAdmin(ifr) {	var visinaIFrame = 0;		var visina = 0;	  	if( typeof( window.innerWidth ) == 'number' ) {  //Non-IE  		visinaIFrame = document.getElementById(ifr).contentDocument.body.scrollHeight;  		} 	else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) { //IE 6    		visinaIFrame = document.frames(ifr).document.body.scrollHeight;  		} 	else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {	//IE 4	    	visinaIFrame = document.frames(ifr).document.body.scrollHeight;  		}	document.getElementById(ifr).style.height = visinaIFrame+"px"; }function logoff(){		window.top.location.href = imeBaze + '?logout';		window.opener = top;		window.close() 		}	function blinkText() {	if (!document.all) return; 	else {   		for(i=0;i<document.all.tags('blink').length;i++){      	s=document.all.tags('blink')[i];      	s.style.visibility=(s.style.visibility=='visible')?'hidden':'visible';   		} 	}}/*var message="Funkcija je onemogu\u0107ena!";function click(e) {	if (document.all) {		if (event.button == 2) {			alert(message);			return false;			}		}	if (document.layers) {		if (e.which == 3) {			alert(message);			return false;			}		}	}if (document.layers) {	document.captureEvents(Event.MOUSEDOWN);	}document.onmousedown=click;document.onkeydown = function(){	if(window.event && window.event.keyCode == 116){     		window.event.keyCode = 505;      	}	if(window.event && window.event.keyCode == 505){    		return false;	    }}*/