function zmen(obj,jm,str)
{
	obj.src="images/tlacitko_" + jm + str + ".jpg"
}
function zobraz(w,h,n)
{
	var fotka
	fotka = window.open("", "fotka", "width=" + (w+20) + ", height=" + (h+80));
	fotka.document.writeln("<html>")
	fotka.document.writeln("<head>")
	fotka.document.writeln("<title>groove-round</title>")
	fotka.document.writeln("<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=windows-1250\">")
	fotka.document.writeln("<script language=\"JavaScript\">")
	fotka.document.writeln("function zmen(obj,jm,str)")
	fotka.document.writeln("{")
	fotka.document.writeln("	obj.src=\"images/tlacitko_\" + jm + str + \".jpg\"")
	fotka.document.writeln("}")
	fotka.document.writeln("function zavrit()")
	fotka.document.writeln("{")
	fotka.document.writeln("	opener=\"none\"")
	fotka.document.writeln("	close()")
	fotka.document.writeln("}")
	fotka.document.writeln("<\/script>")
	fotka.document.writeln("<style type=\"text\/css\" media=\"all\">")
	fotka.document.writeln("	@import \"styles\/beztextu.css\";")
	fotka.document.writeln("<\/style>")
	fotka.document.writeln("<\/head>")
	fotka.document.writeln("<body bgcolor=\"#000000\" text=\"#FFE000\">")
	fotka.document.writeln("<div>")
	fotka.document.writeln("  <p><a href=\"javascript:zavrit()\"><img src=\"images\/tlacitko_zavrit.jpg\" width=\"150\" height=\"30\" border=\"0\" name=\"zavrit\" onMouseOver=\"zmen(zavrit,'zavrit','_zmacknute')\" onMouseOut=\"zmen(zavrit,'zavrit','')\"><\/a><img src=\"images\/cara.jpg\" width=\"" + (w-270) + "\" height=\"30\"><img src=\"images\/wav_maly.jpg\" width=\"120\" height=\"30\"><\/p>")
	fotka.document.writeln("  <p><img src=\"foto\/" + n + ".jpg\" width=\"" + w + "\" height=\"" + h + "\" border=\"0\"><\/p>")
	fotka.document.writeln("<\/div>")
	fotka.document.writeln("<\/body>")
	fotka.document.writeln("<\/html>")
}
