var mappaB = new Array();mappaB[0] = "centri/selva.html";mappaB[1] = "centri/Sfosca.html"; mappaB[2] = "centri/pescul.html"; mappaB[3] = "centri/andria.html"; mappaB[4] = "centri/toffol.html";  function mapB(number) {	if (number == null) {         alert("Questo documento non esiste!");         return;      }     var newWindow = window.open(mappaB [number], 'nuova',"menubar=yes,status=yes,Toolbar=no,location=no,scrollbars=yes,resizable=yes,height=620,width=820");newWindow.focus();}var finestraB = new Array();finestraB[0] = "http://rilievo.stereofot.it/Selva/centri/selva/fotarch.html"; finestraB[1] = "http://rilievo.stereofot.it/Selva/centri/SFosca/fotarch.html";finestraB[2] = "http://rilievo.stereofot.it/Selva/centri/pescul/fotarch.html";finestraB[3] = "http://rilievo.stereofot.it/Selva/centri/andria/fotarch.html";finestraB[4] = "http://rilievo.stereofot.it/Selva/centri/toffol/fotarch.html"; function vaiB(number) {	if (number == null) {         alert("Questo documento non esiste!");         return;      }     var newWindow = window.open(finestraB [number], 'nuova',"menubar=yes,status=yes,Toolbar=no,location=no,scrollbars=yes,resizable=yes,height=550,width=750");newWindow.focus();} var pointB = new Array();pointB[0] = new GLatLng(46.45098648829933, 12.038698196411133);pointB[1] = new GLatLng(46.444008089449774, 12.06247329711914);pointB[2] = new GLatLng(46.43815264141672, 12.069940567016602);pointB[3] = new GLatLng(46.44865059839777, 12.056679725646973);pointB[4] = new GLatLng(46.4501290213652, 12.059576511383057);var nomeB = new Array();nomeB[0] = "<A HREF=javascript:vaiB(0)>Selva di Cadore</A><BR><BR><span class=mini><A HREF=javascript:mapB(0)>mappa</A></span></td><td><IMG SRC=centri/immagini/selva.jpg border=1></td></tr></table>"; nomeB[1] = "<A HREF=javascript:vaiB(1)>Santa Fosca</A><BR><BR><span class=mini><A HREF=javascript:mapB(1)>mappa</A></span></td><td><IMG SRC=centri/immagini/SFosca.jpg border=1></td></tr></table>"; nomeB[2] = "<A HREF=javascript:vaiB(2)>Pescul</A><BR><BR><span class=mini><A HREF=javascript:mapB(2)>mappa</A></span></td><td><IMG SRC=centri/immagini/pescul.jpg border=1></td></tr></table>"; nomeB[3] = "<A HREF=javascript:vaiB(3)>L'Andria</A><BR><BR><span class=mini><A HREF=javascript:mapB(3)>mappa</A></span></td><td><IMG SRC=centri/immagini/andria.jpg border=1></td></tr></table>"; nomeB[4] = "<A HREF=javascript:vaiB(4)>Toffol</A><BR><BR><span class=mini><A HREF=javascript:mapB(4)>mappa</A></span></td><td><IMG SRC=centri/immagini/toffol.jpg border=1></td></tr></table>"; function segnoB(number) {document.getElementById('centri').style.visibility = "hidden"; map.clearOverlays();map.setZoom(16);window.setTimeout(function() {  map.panTo(pointB[number]);}, 1000);  var marker = createMarker(pointB[number], nomeB[number]); var tabs = "<table width=200 height=90><tr><TD> <b>" + nomeB[number] ;// Place a marker in the center of the map and open the info window// automatically var marker = new GMarker(pointB[number]); map.addOverlay(marker);  marker.openInfoWindowHtml(tabs,3);map.setMapType(G_HYBRID_MAP);GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml("<table width=200 height=90><tr><TD> <b>" + nomeB[number] );  });}// Creates a marker whose info window displays the given numberfunction createMarker(pointB, number) {  var marker = new GMarker(pointB);  return marker;}document.write("<div id='centri' style='background-image: url(accessori/verde.png);   position: absolute; width:400px;  position: absolute; top: 64px; left: 750px; visibility: hidden; padding: 20px; z-index:6;'   class='didaM'>I centri abitati<UL><LI><A HREF='javascript:segnoB(0)' class='mappa'>Selva di Cadore</A> <LI><A HREF='javascript:segnoB(1)' class='mappa'>Santa Fosca</A><LI><A HREF='javascript:segnoB(2)' class='mappa'>Pescul </A>  <LI><A HREF='javascript:segnoB(3)' class='mappa'>L'Andria </A> <LI><A HREF='javascript:segnoB(4)' class='mappa'>Toffol</A> </UL> </div>");