var poPisek=0;
function noveOkno(obraz) {
oknoNahled = window.open('','Pokus','width=604,height=533,top=100,left=300,directories=no,location=no,menubar=no,scroll=no,status=no,titlebar=no,toolbar=no');
oknoNahled.document.writeln('<html>');
oknoNahled.document.writeln('<head>');
oknoNahled.document.writeln('<title>Nahled</title>');
oknoNahled.document.writeln('<link rel=stylesheet type=text/css href="page.css">');
//oknoNahled.document.writeln('<script src="okno_1.js" type="text/javascript"></script>');
oknoNahled.document.writeln('</head>');
oknoNahled.document.writeln('<BODY class=nove>');
oknoNahled.document.write('<P class=nove>'+poPisek);
oknoNahled.document.writeln('</P>');
//alert("hodnota je :"+poPisek);
oknoNahled.document.write('<IMG SRC="images/'+obraz);
//oknoNahled.document.write('</P><A href="javascript:zavriOkno()"><IMG SRC="images/'+obraz);
oknoNahled.document.writeln('" alt="">');
//alert("hodnota je :"+poPisek);
oknoNahled.document.writeln('</BODY>');
oknoNahled.document.writeln('</html>');
oknoNahled.document.close();
oknoNahled.focus();
}
//function zavriOkno(){
//oknoNahled=window.close()
//}
