function popkep(kep)  {
	var imgwin = window.open("foto.php?foto=" + kep,"imgwin","menubar=no,toolbar=no,resizable=yes,scrollbars=yes,width=600,height=550");
  imgwin.focus();
}
