function fotka (fotka,sirka,vyska) {
		foto=window.open("","foto",
		"left=50,top=20,width=100,height=100,menubar=no,directories=no,toolbar=no,location=no,status=no"+
              	"scrollbars=no,resizable=yes,copyhistory=no");
		foto.resizeTo((sirka+53),(vyska+72));
	foto.document.write("<html>\n<head><style>.pic{veritical-align:middle;}</style><title>.::: Foto :::.</title></head>\n");
	foto.document.write("<body>\n");
	foto.document.write("<table width=\"100%\"><tr><td class=\"pic\" align=\"center\"><img src=\""+fotka+"\"></td></tr></table>\n");
	foto.document.write("</body>\n</html>");	
}

