 function otevri_okno(w,h,cislo,popis,obrazek)
{

		_w = w + 60 ;
		_h = h + 205 ;
	if ((screen.height - _h) < 40) _h = screen.height - 40 ;
		l = (screen.Width - _w)/2;
		t = (screen.Height - _h)/2 - 10;


	okenko=window.open("","detail","left=l,top=t,width=w,height=h" +
	"toolbar=no,location=no,directories=no,status=no,menubar=no,"+
	"menubar=no,scrollbars=yes,resizable=no");

	window.defaultStatus=("")


	with (okenko)
{
	resizeTo(_w,_h)
	moveTo(l,t)
document.write("<head>\n<title>BILLARDCENTRUM</title>\n</head>\n");
document.write("<html>\n<body>\n");
document.write("<div align=\"center\">\n");
document.write("<center>\n");
document.write("<table border=\"1\" width=\"52%\">\n");
document.write("<tr>\n");
document.write("<td width=\"100%\" bgcolor=\"#99CCFF\" colspan=\"2\">\n");
document.write("<p align=\"center\"><img border=\"0\" src=\"images/logobcmale.gif\" ></td>\n");
document.write("</tr>\n");
document.write("<tr>");
document.write("<td width=\"100%\" colspan=\"2\">\n");
document.write("<p align=\"center\"><img border=\"0\" src=\"" + obrazek + "\" width=\"" + w + "\" height=\"" + h + "\" alt=\"Zavøe okno\" class=cursor style=\"CURSOR:hand\" onClick=\"window.close()\"  ></td>\n");
document.write("</tr>\n");
document.write("<tr>");
document.write("<td width=\"50%\" bgcolor=\"#99CCFF\" align=\"center\"><b><font face=\"Arial\" size=\"2\">" + cislo + "</font></b></td>\n");
document.write("<td width=\"50%\" bgcolor=\"#99CCFF\" align=\"center\"><b><font face=\"Arial\" size=\"2\">" + popis + "</font></b></td>\n");
document.write("</tr>\n");
document.write("</table>\n");
document.write("</center>\n");
document.write("</div>\n");
document.write("<p align=\"center\"><img border=\"0\" src=\"images/close.gif\" alt=\"Zavøe okno\" class=cursor style=\"CURSOR:hand\" onClick=\"window.close()\" width=\"25\" height=\"28\"></p>\n");
document.write("</body>\n");
document.write("</html>\n");
}
}
