
	function showPic(pic,width,height) {
		eval("window.open('pic.php?p=" + pic + "','','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,top=50,left=50,width=' + width + ',height=' + height)");
	}
	
	function checkContact(){
	   prazno = "";
	
	   if (document.kontakt.ime.value == "") prazno = prazno + "\n- Vaše ime";
	   if (document.kontakt.email.value == "") prazno = prazno + "\n- Vašu e-mail adresu";
	   if (document.kontakt.subject.value == "") prazno = prazno + "\n- Predmet poruke";
	   if (document.kontakt.poruka.value == "") prazno = prazno + "\n- Poruku";
	   if (prazno != "")
		  alert("Molimo popunite sljedeće podatke:" + prazno)
	   else
		   document.kontakt.submit();
	  }
	  
	function checkNewsletter(){
	   prazno = "";
	
	   if (document.newsletter.newsletter_email.value == "") prazno = prazno + "\n- Vaša e-mail adresa";
	   if (prazno != "")
		  alert("Molimo unesite vašu e-mail adresu!")
	   else
		   document.newsletter.submit();
	  }
	  
	function checkSearch(){
	prazno = "";
	var searchphrase = document.search.searchphrase.value;
	if ( (searchphrase != '') && (searchphrase.length > 2) ) {
	  document.search.submit();
	} else {
	prazno = prazno + "\n- ";
	alert("Pojam za pretraživanje mora imati najmanje 3 znaka !");}}  
	

	function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features);
	  return false;
	}

	  
