var pointM = new Array();pointM[0] = new GLatLng(46.426750456182745, 12.048676013946533);pointM[1] = new GLatLng(46.44322444222398, 12.060391902923584);pointM[2] = new GLatLng(46.429782398430596, 12.058782577514648);pointM[3] = new GLatLng(46.40405730148233, 12.092642784118652);pointM[4] = new GLatLng(46.41330434868899, 12.05972671508789);pointM[5]= new GLatLng(46.41182492648141, 12.058825492858887);pointM[6] = new GLatLng(46.40827414944661, 12.037196159362793);pointM[7] = new GLatLng(46.373849225470686, 12.095174789428711);pointM[8] = new GLatLng(46.38173957157738, 12.09345817565918);function segnoM(number) {document.getElementById('piste').style.visibility = "hidden";if (number==12){   map.setCenter((pointM[number]), 12);   }else{ map.setCenter((pointM[number]), 15); }    }document.write("<div id='piste' style='background-image: url(accessori/verde.png);     width:400px;   position: absolute; top: 64px; left: 750px; visibility: hidden; padding: 20px; z-index:6;'   class='didaM'><IMG SRC=accessori/civetta.png width=30 align=left border=0><A HREF='http://stereofot.it/selva/dati/Civetta_Sci.kmz' class='mappa'>Scarica Piste 3D del <BR>Comprensorio Civetta</A> <BR><A HREF='javascript:segnoM(1)' class='mappa'>Campo Scuola S. Fosca </A> <BR><A HREF='javascript:segnoM(2)' class='mappa'> Fertazza  </A><BR><A HREF='javascript:segnoM(3)' class='mappa'> Palafavera </A><BR><A HREF='javascript:segnoM(4)' class='mappa'> Lastie </A> <BR><A HREF='javascript:segnoM(5)' class='mappa'> Col dei Baldi </A>  <BR><A HREF='javascript:segnoM(6)' class='mappa'> Alleghe</A> <BR><A HREF='javascript:segnoM(7)' class='mappa'> Valgranda</A> <BR><A HREF='javascript:segnoM(8)' class='mappa'> Pian del Crep</A> </div>");