function popup(id, width, height) {
	var popurl="fotopopup.php?id=" + id
	var hori = (screen.width - width) / 2;
	var vert = (screen.height - height) / 2;
	winpops=window.open(popurl,"","width=" + width + ",height=" + height + ",left=" + hori + ",top=" + vert + ",")
}