function foto(i) {
	p = window.open("foto.php?name="+i, "foto", "width=800,height=600,left=0,top=0");
	p.focus();
}
