function ampImg(id) {
	var w = window.open('foto.php?id='+id, "_blank", "height=480,width=480,status=no,toolbar=no,menubar=no,location=no");
}
