function ShowBigPict(file)
{
	okno = window.open("", "Obrázek", "scrollbars=yes,resizeable=yes,toolbar=no,location=no,status=no,copyhistory=yes,directories=no,menubar=no,fullscreen=yes,top=0,left=0");
	okno.document.write("<html>\n<head>\n<title>KDK eko IZOL - reference</title>\n<style><!--body{ background-image: url('images/page-bg.jpg'); background-repeat: repeat-x; background-color: #F0FCEE; } img { border: 4px solid #099953;margin:20px}--></style>\n</head>\n<body>\n<center>\n<a href='javascript:window.close()'>\n<img src=" + file + " border = '0'></a>\n\n<br><a href='javascript:window.close()'>\nKliknutím na obrázek se okno zavře ~ Click to close the window</a>\n</center>\n</body>\n</html>");
};
