	<!--
	function MM_openBrWindow(theURL,winName,features) { //v2.0
	  var Okno = window.open('', 'okno', features);
  Okno.document.close()
  Okno.document.open()
  Okno.document.write("<html>")
  Okno.document.write("<body>")
  Okno.document.write("<a href='javascript:self.close()'>")
  Okno.document.write("<img src='")
  Okno.document.write(theURL)
  Okno.document.write("' border='0'>")
  Okno.document.write("</a>")  
  Okno.document.write("</body>")
  Okno.document.write("</html>")
  Okno.document.close()		 

		}		
  function user(zdroj) {
    aPopUp = window.open(zdroj,'Detail','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=250');
    }
	//-->
