<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->


<!--
ieHover = function() {
	var ieLIs = document.getElementById('nav').getElementsByTagName('li');
	for (var i=0; i<ieLIs.length; i++) if (ieLIs[i]) {
		ieLIs[i].onmouseover=function() {
			
		var ieUL = this.getElementsByTagName('ul')[0];
		if (ieUL) {
		var ieMat = document.createElement('iframe');
						ieMat.style.width=ieUL.offsetWidth+"px";
						ieMat.style.height=ieUL.offsetHeight+"px";	
						ieUL.insertBefore(ieMat,ieUL.firstChild);
						ieUL.style.zIndex="99";
						}
			
			this.className+=" iehover";
			}
		ieLIs[i].onmouseout=function() {
			this.className=this.className.replace(' iehover', '');
			}
			}
	}
if (window.attachEvent) window.attachEvent('onload', ieHover);
//-->
<!--
function UP(sPicURL) { 
				window.open("/popup.htm?"+sPicURL, "", "resizable=0,WIDTH=280,HEIGHT=280");
			}
//-->

<!--
function showdiva(ID)
   {
      var brojac = document.getElementById('brojac').value - 1;
	  for (i=1;i<brojac+1;i++)
	  {
	     if (ID =='a'+i)
		 {
		    document.getElementById('a'+i).style.display='block';
		 }
		 else
		 {
		    document.getElementById('a'+i).style.display='none';
		 }
	  }
   }
//-->
<!--
function CAL(sPicURL) { 
				window.open("/kalendar.asp?id="+sPicURL, "", "resizable=0,WIDTH=580,HEIGHT=570");
			}
//-->


