var finestraG = new Array();finestraG[0] = ""; function vaiG(number) {	if (number == null) {         alert("Questo documento non esiste!");         return;      }     var newWindow = window.open(finestraG [number], 'nuova',"menubar=yes,status=yes,Toolbar=no,location=no,scrollbars=yes,resizable=yes,height=670,width=970");	newWindow.focus();} var pointG = new Array();pointG[0] = new VELatLong(46.44213027441046, 12.065584659576416);pointG[1] = new VELatLong(46.45141521670413, 12.035651206970215);pointG[2] = new VELatLong(46.43515074099384, 12.091162204742432);pointG[3] = new VELatLong(46.443741946373024, 12.061700820922852);pointG[4] = new VELatLong(46.443549731120086, 12.061142921447754);var nomeG = new Array();nomeG[0] = " Ristorante al Ginepro</B>"; nomeG[1] = "Pizzeria Ristorante al Crot</B>"; nomeG[2] = " Pizzeria Stuzzicheria Baita Flora Alpina</B>"; nomeG[3] = "Pizzeria Dolomiti</B>"; nomeG[4] = "Baita al Sole</B>"; var descrizioneG = new Array();descrizioneG[0]= "";descrizioneG[1]= "<IMG SRC=rifugi/immagini/alCrot.png border=1>";descrizioneG[2]= "";descrizioneG[3]= "<IMG SRC=rifugi/immagini/dolomiti.png border=1>";descrizioneG[4]= "";function segnoG(number) {document.getElementById('ristoranti').style.visibility = "hidden";map.DeleteAllShapeLayers();         layer = null;           map.SetCenterAndZoom(pointG[number], 17); layer = new VEShapeLayer();         map.AddShapeLayer(layer);         map.PanToLatLong(pointG[number]);           var shape = new VEShape(VEShapeType.Pushpin, pointG[number]);    	shape.SetTitle('Puntina ' + nomeG[number]);	shape.SetDescription(descrizioneG[number]);map.AddShape(shape);}function ristoranti(){nascondi();map.DeleteAllShapeLayers();         layer = null; map.SetCenterAndZoom(defaultLatLong, 15);document.getElementById("ristoranti").style.visibility="visible";for (var i = 0;  i < 5;  i++) { layer = new VEShapeLayer();         map.AddShapeLayer(layer);         map.PanToLatLong(pointG[i]);           var shape = new VEShape(VEShapeType.Pushpin, pointG[i]);    	shape.SetTitle( nomeG[i]);	shape.SetDescription(descrizioneG[i]);map.AddShape(shape);}}document.write("<div id='ristoranti' style='background-image: url(http://stereofot.it/tools/images/green.png); width:200px;  position: absolute; top: 63px; left: 780px; visibility: hidden; padding: 20px; z-index:6;'   class='didaM'><BR><A HREF='javascript:segnoG(0)' class='mappa'>Ristorante al Ginepro</A><BR><A HREF='javascript:segnoG(1)' class='mappa'>Pizzeria Ristorante al Crot</A><BR><A HREF='javascript:segnoG(2)' class='mappa'>Pizzeria Baita Flora Alpina</A><BR><A HREF='javascript:segnoG(3)' class='mappa'>Pizzeria Dolomiti</A><BR><A HREF='javascript:segnoG(4)' class='mappa'>Baita al Sole</A> </div>");
