function view_foto(id){
	window.open('/view_foto.asp?id='+id,'Visualizza','height=340,width=420,status=yes,toolbar=no,menubar=no,location=no');
}