
	fs=1;
	function showphoto (adresar,imgnum,width,height,desc,fotoname){
		if(isNaN(fs)) fs.close();
		window.open("photo.php?id="+imgnum+"&desc="+desc+"&fotoname="+fotoname+"&adresar="+adresar,"photo","width="+width+",height="+height+",resizable=no,scrollbars=0,top=0");
	}
