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