function foto(id) {
	
var win = window.open("/foto.php?id="+id,"Photo","width=200,height=50,status=1,menubar=0,toolbar=0,resize=1")
win.focus();
	
}
