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