var finestraE = new Array();finestraE[0] = "http://serracapriola.net/costumi/artigianato/falegname/fotarch.html"; finestraE[1] = "http://serracapriola.net/costumi/artigianato/funai/fotarch.html";finestraE[2] = "http://serracapriola.net/costumi/artigianato/barbieri/fotarch.html";finestraE[3] = "http://serracapriola.net/costumi/artigianato/caffettiere/fotarch.html"; function VaiE(number) {	if (number == null) {         alert("Questo documento non esiste!");         return;      }     var newWindow = window.open(finestraE [number], 'nuova',"menubar=yes,status=yes,Toolbar=no,location=no,scrollbars=yes,resizable=yes,height=800,width=700");} var pointE = new Array();pointE[0] = new VELatLong(41.80381822237006, 15.159491300582886);pointE[1] = new VELatLong(41.80376623786307, 15.159544944763184);pointE[2] = new VELatLong(41.80402216118249, 15.15937328338623);pointE[3] = new VELatLong(41.804781927514924, 15.159314274787903);var nomeE = new Array();nomeE[0] = "<A HREF=javascript:VaiE(0)>Il falegname Michele Marinelli</A>"; nomeE[1] = "<A HREF=javascript:VaiE(1)>Il funaio Pasquale Scoppitti</A>"; nomeE[2] = "<A HREF=javascript:VaiE(2)>Il barbiere Fortunato D'Alessio</A>"; nomeE[3] = "<A HREF=javascript:VaiE(3)>Il Caff&eacute; dello Sport</A>"; var descrizioneE = new Array();descrizioneE[0]= "<IMG SRC='../botteghe/immagini/marinelli.jpg' border=1>";descrizioneE[1]= " <IMG SRC='../botteghe/immagini/scoppitti.jpg' border=1>";descrizioneE[2]= " <IMG SRC='../botteghe/immagini/dalessio.jpg' border=1>";descrizioneE[3]= " <IMG SRC='../botteghe/immagini/CaffeDelloSport.JPG' border=1>";function segnoE(number) {document.getElementById('botteghe').style.visibility = "hidden";document.getElementById("pulsantemenu").value = " mostra menu"; map.DeleteAllShapeLayers();         layer = null;           map.SetCenterAndZoom(pointE[number], 17); layer = new VEShapeLayer();         map.AddShapeLayer(layer);         map.PanToLatLong(pointE[number]);           var shape = new VEShape(VEShapeType.Pushpin, pointE[number]);    	shape.SetTitle(nomeE[number]);	shape.SetDescription(descrizioneE[number]);map.AddShape(shape);}function botteghe(){nascondi();document.getElementById('botteghe').style.visibility = "visible";map.DeleteAllShapeLayers();         layer = null; map.SetCenterAndZoom(new VELatLong(41.80395018285223, 15.15850424766542), 17);for (var i = 0;  i < 4;  i++) { layer = new VEShapeLayer();         map.AddShapeLayer(layer);         map.PanToLatLong(pointE[i]);           var shape = new VEShape(VEShapeType.Pushpin, pointE[i]);    	shape.SetTitle( nomeE[i]);	shape.SetDescription(descrizioneE[i]);map.AddShape(shape);}}document.write("<div id='botteghe' style='background-image: url(http://stereofot.it/tools/images/green.png);  width: 215px; position: absolute; top: 60px; left: 160px; visibility: hidden; padding: 20px; z-index:7;'  class='didaM'><A HREF='javascript:segnoE(0)' class='mappa'>Il falegname M. Marinelli</A><BR><A HREF='javascript:segnoE(1)' class='mappa'>Il funaio P. Scoppitti</A><BR><A HREF='javascript:segnoE(2)' class='mappa'>Il barbiere F. D'Alessio </A><BR><A HREF='javascript:segnoE(3)' class='mappa'>Il Caff&eacute; dello Sport</A></div>"); 