  function MapView(coords, zoom, address){
    var stile = "top=20, left=20, width=550, height=500, status=no, menubar=no, toolbar=no scrollbar=no";
    window.open('/mappa.php?coords=' + coords + '&zoom=' + zoom + '&indirizzo=' + address, "", stile);
    }
