      Obrazek=0
      function Otevri(kt,w,h){
			  if (w==0) w=500;
				if (h==0) h=300;
        NW = window.open("",""+Obrazek+"","width="+w+",height="+h+",top=0,left=0,scrollbars=1,toolbar=0,location=0");
        NW.document.write("<html>");
        NW.document.write('<head><meta http-equiv="Content-Type" content="text/html; charset=WINDOWS-1250"><title>IT CAD - náhled obrázku</title><link type="text/css" rel="stylesheet" href="style.css"></head>');
        NW.document.write('<body text="black"  leftmargin=0 topmargin=5><center><img src="/images/' + kt +'" border=1>');
        NW.document.write('<br><br><form><INPUT TYPE="submit" class=tlacitko VALUE="Zavřít" onClick="window.close();" > </form></center> ');
        NW.document.write("</body></html>");
      Obrazek++;
      }

      function Otevri2(kt,w,h){
			  if (w==0) w=500;
				if (h==0) h=300;
        NW = window.open("",""+Obrazek+"","width="+w+",height="+h+",top=0,left=0,scrollbars=1,resizable=1,toolbar=0,location=0");
        NW.document.write("<html>");
        NW.document.write('<head><meta http-equiv="Content-Type" content="text/html; charset=WINDOWS-1250"><title>IT CAD - náhled obrázku</title><link type="text/css" rel="stylesheet" href="style.css"></head>');
        NW.document.write('<body text="black" leftmargin=0 topmargin=5><br><center><img src="' + kt +'" border=1>');
        NW.document.write('<br><br><form><INPUT TYPE="submit" class=tlacitko VALUE="Zavřít" onClick="window.close();" > </form></center> ');
        NW.document.write("</body></html>");
      Obrazek++;
      }