   var currentKmlObject = null;var mas = new Array();function oggettoMas(nome,indirizzoKml,riferimento) {	this.nome=nome;	this.indirizzoKml=indirizzoKml;	this.riferimento=riferimento;}mas[0] = new oggettoMas("4 passi","http://stereofot.it/dolomiti3D/dati/4passi.kml","");mas[1] = new oggettoMas("piste","http://stereofot.it/dolomiti3D/dati/Civetta_Sci.kml","");mas[2] = new oggettoMas("Fertazza","http://stereofot.it/dolomiti3D/dati/Fertazza.kml","");mas[3] = new oggettoMas("chiese","http://stereofot.it/dolomiti3D/dati/chiese.kml","");mas[4] = new oggettoMas("rifugi","http://stereofot.it/dolomiti3D/dati/rifugi.kml","");mas[10] = new oggettoMas("Crocifisso","http://sketchup.google.com/3dwarehouse/download?mid=e3a1970f1cb7fd1b9fd38b83cdf68ea&rtyp=ks&fn=crocifisso&ctyp=other","");function clickCasellaM(number) { 			var kmlUrl = mas[number.value].indirizzoKml;	if(number.checked==true){		ultimoNumM = number.value;		        google.earth.fetchKml(ge, kmlUrl, finishFetchKmlM);        currentKmlObject = null;    }     if(number.checked==false){        ge.getFeatures().removeChild(mas[number.value].riferimento);     } }           function finishFetchKmlM(kmlObject) {  	document.getElementById('vis').innerHTML="<span class=didascalia>caricato " + mas[ultimoNumM].nome + "</span>";     if (kmlObject) {      // add the fetched KML to Earth      currentKmlObject = kmlObject;      mas[ultimoNumM].riferimento = kmlObject;      ge.getFeatures().appendChild(currentKmlObject);    } else {      alert('Bad KML');    }   var t=setTimeout("document.getElementById('vis').innerHTML='...'",7000);  }     function edifici() {nls=[];    frameendEL = false;    buildings = true;    for (var i=10; i < mas.length;i++){      loadKmz(mas[i].indirizzoKml);     }     }           function passi() {      elimina();      chiudifumetto();    var kmlUrl = mas[0].indirizzoKml;			ultimoNumM = 0;        google.earth.fetchKml(ge, kmlUrl, finishFetchKmlM);         currentKmlObject = null;               la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);      la.set(46.51525, 11.80508,      0.00, // altitude      ge.ALTITUDE_RELATIVE_TO_GROUND,      25.00, // heading    64.87, // straight-down tilt      	12889.26// range (inverse of zoom)      	);          ge.getView().setAbstractView(la);      }          function piste() {     elimina();      chiudifumetto();    var kmlUrl = mas[1].indirizzoKml;			ultimoNumM = 1;        google.earth.fetchKml(ge, kmlUrl, finishFetchKmlM);         currentKmlObject = null;               la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);      la.set(46.40074, 12.07521,      0.00, // altitude      ge.ALTITUDE_RELATIVE_TO_GROUND,      -116.33, // heading    51.30, // straight-down tilt      10258.47// range (inverse of zoom)      	);          ge.getView().setAbstractView(la);      }           function fertazza() {        elimina();      chiudifumetto();    var kmlUrl = mas[2].indirizzoKml;			ultimoNumM = 2;        google.earth.fetchKml(ge, kmlUrl, finishFetchKmlM);         currentKmlObject = null;               la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);      la.set(46.43281, 12.05683,      0.00, // altitude      ge.ALTITUDE_RELATIVE_TO_GROUND,     -111.60, // heading    59.91, // straight-down tilt      	3490.40// range (inverse of zoom)      	);          ge.getView().setAbstractView(la);      }          function chiese() {     elimina()       chiudifumetto();    var kmlUrl = mas[3].indirizzoKml;			ultimoNumM = 3;        google.earth.fetchKml(ge, kmlUrl, finishFetchKmlM);         currentKmlObject = null;               la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);      la.set(46.44648, 12.05034,      0.00, // altitude      ge.ALTITUDE_RELATIVE_TO_GROUND,      89.26, // heading    70.45, // straight-down tilt      3627.77// range (inverse of zoom)      	);          ge.getView().setAbstractView(la);      }               function rifugi() {     elimina()       chiudifumetto();    var kmlUrl = mas[4].indirizzoKml;			ultimoNumM = 4;        google.earth.fetchKml(ge, kmlUrl, finishFetchKmlM);         currentKmlObject = null;               la = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);      la.set(46.42964, 12.09588,      0.00, // altitude      ge.ALTITUDE_RELATIVE_TO_GROUND,      -112.35, // heading    67.11, // straight-down tilt      4280.42// range (inverse of zoom)      	);          ge.getView().setAbstractView(la);      }          function elimina(){ 	 if (currentKmlObject) {   ge.getFeatures().removeChild(currentKmlObject);    currentKmlObject = null;  }   	     }           var la;  var latitude;  var longitude;  var heading;  var buildings;  var turning;  var frameendEL;  var kmzs;  var nls;  var roads; function updateOptions() {  var options = ge.getOptions();  var form = document.options;    options.setStatusBarVisibility(form.statusbar.checked);  options.setGridVisibility(form.grid.checked);  options.setOverviewMapVisibility(form.overview.checked);  options.setScaleLegendVisibility(form.scaleLegend.checked);  options.setAtmosphereVisibility(form.atmosphere.checked);  options.setMouseNavigationEnabled(form.mouseNav.checked);     if (form.nav.checked) {    ge.getNavigationControl().setVisibility(ge.VISIBILITY_SHOW);  } else {    ge.getNavigationControl().setVisibility(ge.VISIBILITY_HIDE);  }}function showTerrain() {    var layerRoot = ge.getLayerRoot();    var terrainLayer = layerRoot.getLayerById(ge.LAYER_TERRAIN);    terrainLayer.setVisibility(true);   }    function hideTerrain() {    var layerRoot = ge.getLayerRoot();    var terrainLayer = layerRoot.getLayerById(ge.LAYER_TERRAIN);    terrainLayer.setVisibility(false);  }    function mostraStrade() {    var layerRoot = ge.getLayerRoot();    var roadsLayer = layerRoot.getLayerById(ge.LAYER_ROADS);    roadsLayer.setVisibility(true);   }    function nascondiStrade() {    var layerRoot = ge.getLayerRoot();    var roadsLayer = layerRoot.getLayerById(ge.LAYER_ROADS);    roadsLayer.setVisibility(false);  }       function showSun() {  ge.getSun().setVisibility(true);}function hideSun() {  ge.getSun().setVisibility(false);}                    function showBuildings() {    ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS, true);        setTimeout(function() {                 var la = ge.createLookAt('');                            la.set(41.80430, 15.15909,      0.00, // altitude      ge.ALTITUDE_RELATIVE_TO_GROUND,      -0.49, // heading     59.13, // straight-down tilt      	710.72// range (inverse of zoom)      );                 ge.getView().setAbstractView(la);               }, 10000);  }    function hideBuildings() {    ge.getLayerRoot().enableLayerById(ge.LAYER_BUILDINGS, false);  }    function alertBuildingsVisible() {    alert(getInheritedVisibility(      ge.getLayerRoot().getLayerById(ge.LAYER_BUILDINGS)) ?        'Gli edifici su Google Earth sono visibili' : 'Gli edifici su Google Earth NON sono visibili');  }    function getInheritedVisibility(layer) {    if (layer.getVisibility() == false) {      return false;    } else {      var parent = layer.getParentNode();      if (!parent)        return true;            return getInheritedVisibility(parent);    }  }      function toggleVisibilityNLs(visibility){  var nl;  for (var x=0; x<6; x+=1){    nls[x].setVisibility(visibility);    }    }function failureCB(object) {	alert('load failed');}function loadKmz(kmzFile){    var networkLink = ge.createNetworkLink("");  networkLink.setName("Opened KMZ File");networkLink.setFlyToView(false);  var link = ge.createLink("");link.setHref(kmzFile);networkLink.setLink(link);networkLink.setVisibility(true);ge.getFeatures().appendChild(networkLink);nls.push(networkLink);return networkLink;  }     function za(lat,lng,head,range,altitude,tilt){   // turning = false;    latitude = lat;    longitude = lng;    heading = head;    la.set(lat,lng,0,ge.ALTITUDE_RELATIVE_TO_GROUND,heading,tilt,range);    toggleFrameendEL();    ge.getOptions().setFlyToSpeed(.25);    ge.getView().setAbstractView(la);   // turning = false;        }         function toggleFrameendEL(){  if (!frameendEL){  window.google.earth.addEventListener(ge, 'frameend', zoomAround);  frameendEL = true;  }else{  google.earth.removeEventListener(ge, 'frameend', zoomAround);  frameendEL = false;  }  }    function zoomAround(){    latemp = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);     if ((latemp.getLatitude().toFixed(4) == latitude.toFixed(4) && latemp.getLongitude().toFixed(4) == longitude.toFixed(4))|turning){    turn();    turning = true;    }  }    function turn(){   ge.getOptions().setFlyToSpeed(1000);    heading+=.5;    if (heading > 360){    heading -= 360;}       la.setHeading(heading);    la.setLatitude(latitude);    la.setLongitude(longitude);    ge.getView().setAbstractView(la);      }   function buttonClick(lat,lng,head,range,altitude,tilt) {    za(lat,lng,head,range,altitude,tilt);    stopFly();   }    function stopFly() {    if(frameendEL){      toggleFrameendEL();    }    ge.getOptions().setFlyToSpeed(1);    turning = false;  }        var x;   var y;   var z;    var map;      function load() {      if (GBrowserIsCompatible()) {       map = new GMap2(document.getElementById("map_canvas"));        map.setCenter(new GLatLng(46.45119, 12.03611), 14);          map.addControl(new GSmallMapControl());          map.addControl(new GMapTypeControl());            var nomA = new Array();nomA[0] = "<IMG SRC=http://stereofot.it/selva/chiese/immagini/SFosca.jpg border=1 align=left  height=67>  <span class=didascaliaN><B>Chiesa di Santa Fosca</B></span> ";  var puntA = new Array();          puntA[0] = new GLatLng(46.44730519862337, 12.061915397644043);var baseIcon = new GIcon();baseIcon.shadow = "modelli/disco.png";baseIcon.iconSize = new GSize(8, 8);baseIcon.shadowSize = new GSize(5, 5);baseIcon.iconAnchor = new GPoint(8, 8);baseIcon.infoWindowAnchor = new GPoint(4, 4);baseIcon.infoShadowAnchor = new GPoint(0, 0);function createMarker(puntA, index) {  var icon = new GIcon(baseIcon); icon.image = "modelli/disco.png";  var marker = new GMarker(puntA, icon);  GEvent.addListener(marker, "mouseover", function() {marker.openInfoWindowHtml(nomA[index]);  });  return marker;}        for (var i = 0; i < puntA.length; i++) {  var punA = puntA[i];  map.addOverlay(createMarker(punA, i));}    }         }     function trasforma(){        	asc = (Math.round(x*10000))/10000;        ord = (Math.round(y*10000))/10000;        alt = (Math.round(z)) +32;             var baseIcon = new GIcon();baseIcon.shadow = "http://stereofot.it/dolomiti3D/modelli/mira.png";baseIcon.iconSize = new GSize(15, 20);baseIcon.shadowSize = new GSize(20, 20);baseIcon.iconAnchor = new GPoint(9, 20);baseIcon.infoWindowAnchor = new GPoint(9, 2);baseIcon.infoShadowAnchor = new GPoint(18, 25);    map.clearOverlays();  map.setCenter(new GLatLng(asc, ord));        var mira = new GIcon(G_DEFAULT_ICON);        mira.image = "http://stereofot.it/dolomiti3D/modelli/mira.png";        mira.iconSize = new GSize(20, 20);        mira.shadowSize = new GSize(2, 2);		markerOptions = { icon:mira };        map.addOverlay(new GMarker(map.getCenter(), markerOptions));                var la = Math.abs(x);        var A = parseInt(la);        var latit = (la - A)*60;        var B = parseInt(latit);        var C = parseInt((latit - B)*60);        if (x< 0){        var latitudine = A + "&deg;" + B +"&#146;" + C + "&deg;" + " S  ";        } else{           var latitudine = A + "&deg;" + B +"&#146;" + C + "&deg;" + " N  ";        }                 var lon = Math.abs(y);          var A1 = parseInt(lon);        var long = (lon - A1)*60;        var B1 = parseInt(long);        var C1 = parseInt((long - B1)*60);        if (y< 0){        var longitudine = A1 + "&deg;" + B1 +"&#146; " + C1 + "&deg;" + " W";                } else{                var longitudine = A1 + "&deg;" + B1 +"&#146;" + C1 + "&deg;" + " E" ;           }	 document.getElementById("posizione").innerHTML = "<Font color=blue>Posizione: <LI>latitudine: " + latitudine + "<LI>longitudine: " + longitudine + "<LI>quota: m. " + alt + "  s.l.m.</Font>";  }      function chiudifumetto() {    ge.setBalloon(null);   }    function comandi(){	document.getElementById("options_container").style.visibility="visible";	document.getElementById("telecamera").style.visibility="hidden";	document.getElementById("map_canvas").style.visibility="hidden";	document.getElementById("edifici").style.visibility="hidden";   document.getElementById("sfosca").style.visibility="hidden";	document.getElementById("bernart").style.visibility="hidden";	document.getElementById("andria").style.visibility="hidden";	document.getElementById("toffol").style.visibility="hidden";	document.getElementById("franceschin").style.visibility="hidden";	document.getElementById("chiese").style.visibility="hidden";	document.getElementById("rifugi").style.visibility="hidden";	document.getElementById("selva").style.visibility="hidden";	}  function mappa2d(){ 	document.getElementById("map_canvas").style.visibility="visible";	document.getElementById("options_container").style.visibility="hidden";	document.getElementById("telecamera").style.visibility="hidden";	document.getElementById("edifici").style.visibility="hidden";	document.getElementById("sfosca").style.visibility="hidden";	document.getElementById("bernart").style.visibility="hidden";	document.getElementById("andria").style.visibility="hidden";	document.getElementById("toffol").style.visibility="hidden";	document.getElementById("franceschin").style.visibility="hidden";	document.getElementById("chiese").style.visibility="hidden";	document.getElementById("rifugi").style.visibility="hidden";	document.getElementById("selva").style.visibility="hidden";		} function camera(){	document.getElementById("telecamera").style.visibility="visible";	document.getElementById("options_container").style.visibility="hidden";	document.getElementById("map_canvas").style.visibility="hidden";	document.getElementById("edifici").style.visibility="hidden";	document.getElementById("sfosca").style.visibility="hidden";	document.getElementById("bernart").style.visibility="hidden";	document.getElementById("andria").style.visibility="hidden";	document.getElementById("toffol").style.visibility="hidden";	document.getElementById("franceschin").style.visibility="hidden";	document.getElementById("chiese").style.visibility="hidden";	document.getElementById("rifugi").style.visibility="hidden";	document.getElementById("selva").style.visibility="hidden";	}	function eventListener(event) {  var camera = ge.getView().copyAsCamera(ge.ALTITUDE_RELATIVE_TO_GROUND);	document.getElementById("id_lat_cam").innerHTML = camera.getLatitude().toFixed(5);	document.getElementById("id_lng_cam").innerHTML = camera.getLongitude().toFixed(5);	document.getElementById("id_alt_cam").innerHTML = camera.getAltitude().toFixed(2);	document.getElementById("id_head_cam").innerHTML = camera.getHeading().toFixed(2);	document.getElementById("id_tilt_cam").innerHTML = camera.getTilt().toFixed(2);	document.getElementById("id_roll_cam").innerHTML = camera.getRoll().toFixed(2);  var lookAt = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND);	document.getElementById("id_lat_la").innerHTML = lookAt.getLatitude().toFixed(5);	document.getElementById("id_lng_la").innerHTML = lookAt.getLongitude().toFixed(5);	document.getElementById("id_rng_la").innerHTML = lookAt.getRange().toFixed(2);	document.getElementById("id_alt_la").innerHTML = lookAt.getAltitude().toFixed(2);	document.getElementById("id_head_la").innerHTML = lookAt.getHeading().toFixed(2);	document.getElementById("id_tilt_la").innerHTML = lookAt.getTilt().toFixed(2);}      function stereo(){   winOpts ="menubar=yes,status=no,Toolbar=no,location=no,scrollbars=yes,resizable=yes,width=580,height=470";   win1= window.open("stereo/fotarch.html", "_self", winOpts);       win1.focus();   }    var utili = new Array();utili[0] = "mappa2d()";utili[1] = "comandi()";utili[2] = "camera()";utili[3] = "stereo()";utili[4] = "edificiS()";utili[5] = "elimina()"; var visita = new Array();visita[0] = "fotarch.html";visita[1] = "pedone.html";visita[2] = "simulatore.html";visita[3] = "jeep.html";visita[4] = "elicottero.html";visita[5] = "aereo.html";visita[6] = "ufo.html";function MakeArray() {	var lngth = MakeArray.arguments.length;	for ( i = 0 ; i < lngth ; i++ ) { this[i]=MakeArray.arguments[i] }}function utile() {var select = document.getElementById("carte").selectedIndex;if(select >0) {var intl=new MakeArray('',utili[0],utili[1],utili[2],utili[3],utili[4],utili[5],utili[6]); var nuove=intl[document.getElementById("carte").selectedIndex];  eval(nuove);}}  function visit() {var select = document.getElementById("mezzi").selectedIndex;if(select >0) {var intl=new MakeArray('',visita[0],visita[1],visita[2],visita[3],visita[4],visita[5],visita[6]); var nuove=intl[document.getElementById("mezzi").selectedIndex];  winOpts ="menubar=yes,status=no,Toolbar=no,location=no,scrollbars=yes,resizable=yes,width=1020,height=750";    win1= window.open(nuove, "_self", winOpts);win1.focus(); }}  var larghezza = screen.width-350;var altezza = screen.height - 300;  // self.resizeTo(1020,750);self.resizeTo(screen.width,screen.height);document.write("<div  style='position: absolute; left: 350px; top:10; text-align:right; z-index:13'><FORM NAME='menuform'><SELECT NAME='carte' id='carte' onChange='utile()'><option id ='utili'>Utility:<option>Mappa 2D<option>Preferenze<option>Telecamera<option>Immagine stereoscopica<option>Home<option>cancella</select>  <SELECT NAME='mezzi' id='mezzi' onChange='visit()'><option id ='mezzi'>Visita del Territorio:<option>liberamente<option>a piedi<option>auto<option>fuoristrada <option>elicottero <option>aereo<option>UFO </select>  </FORM></div>  <!--   SETTORE     --> <div id='settore' style='width: 465px; height: 60px; position:absolute; left:-60px; top:2px; z-index:0'><IMG SRC=http://serracapriola.net/accessori08/immagini/sector.jpg width=400 height=56 border=0> </div><!--   TITOLO     --> <div id='Dolomiti' style='width:300px; height:45px; position: absolute; top: 5px; left: 20px; z-index:5; text-align:left; padding:0px' class=titolo><A href=stereo/fotarch.html>Dolomiti in 3D stereo</A></div><div id='dolomiti2' style='width:300px; height:45px; position: absolute; top: 7px; left: 22px; z-index:2; text-align:left; padding:0px' class=titoloN>Dolomiti in 3D stereo</div> <div id='Selva' style='width:300px; height:45px; position: absolute; top: 35px; left: 180px; z-index:5; text-align:left; padding:0px' class=testo>Selva di Cadore</div><div id='selva2' style='width:300px; height:45px; position: absolute; top: 37px; left: 182px; z-index:2; text-align:left; padding:0px' class=testoN>Selva di Cadore</div>  <!--   POSIZIONE     -->  <div id='posizione' style='padding: 10px; width: 300px; position:absolute; left:30px; top:460px; z-index:25' class=didascalia></div>  <!--   MAPPA 3D     -->  <div id='map3d_container' style='position: absolute; left: 320px; top: 68px; width:" + larghezza  + "px; height: " + altezza + "px;'><div id='map3d' style='height: 100%;'></div></div><!--   MAPPA 2D     -->  <div id='map_canvas' style='position: absolute; left: 10px; top: 68px; width: 300px; height: 550px; visibility: visible; z-index:10'></div> <!--   PREFERENZE     -->   <div id='options_container' style='background-image: url(immagini/fondo.png); position: absolute; left: 10px; top: 150px; width: 280px; height: 600px; padding: 10px; z-index:2; text-align:right; visibility:hidden;' class='didascalia'>  <form name='options' action='javascript:updateOptions();'> <input type='checkbox' onclick='updateOptions()' name='statusbar' />barra per informazioni <br /> <input type='checkbox' onclick='updateOptions()' name='nav' />strumenti per la navigazione<br /> <input type='checkbox' onclick='updateOptions()' name='grid' />meridiani e paralleli <br />  <input type='checkbox' onclick='updateOptions()' name='overview' />planisfero <br /> <input type='checkbox' onclick='updateOptions()' name='scaleLegend' />scala<br /> <input type='checkbox' onclick='updateOptions()' name='atmosphere' checked />mostra atmosfera  <br /> <input type='checkbox' onclick='updateOptions()' name='mouseNav' checked />navigazione con il mouse<br /> <br/>visione: <input type='button' onclick='showSun()' value='luce solare'/><input type='button' onclick='hideSun()' value='luce diffusa'/><br/> <br/>terreno: <input type='button' onclick='hideTerrain()' value='piano'/><input type='button' onclick='showTerrain()' value='reale'/><br/><br/>strade: <input type='button' id='pulsantestrade1' onclick='nascondiStrade()' value='nascondi'/><input type='button' id='pulsantestrade2' onclick='mostraStrade()' value='mostra'/><br/><br/><input type='button' onclick='chiudifumetto()' value='chiudi il fumetto'/><br/><br/>Edifici su Earth: <input type='button' onclick='showBuildings()' value='mostra'/><input type='button' onclick='hideBuildings()' value='nascondi'/></form> </div>     <!--   TELECAMERA     -->    <div id='telecamera' style='background-image: url(immagini/fondo.png); position: absolute; left: 70px; top: 120px; width: 280px; height: 600px; padding: 30px; z-index:3; text-align:right; visibility:hidden;'><table width=85> <tr> <td colspan=2 class='testo'><b>Camera</b></td></tr><tr><td class='didascalia'>Latitude:<td class='didascalia'> <td id='id_lat_cam'class='didascalia'></td> </tr><tr><td class='didascalia'>Longitude:<td class='didascalia'><td id='id_lng_cam'class='didascalia'></td> </tr><tr><td class='didascalia'>Altitude:<td class='didascalia'> <td id='id_alt_cam'class='didascalia'></td> </tr><tr><td class='didascalia'>Heading:<td class='didascalia'> <td id='id_head_cam'class='didascalia'></td> </tr><tr><td class='didascalia'>Tilt:<td class='didascalia'> <td id='id_tilt_cam'class='didascalia'></td> </tr><tr><td class='didascalia'>Roll:<td class='didascalia'><td id='id_roll_cam'class='didascalia'></td> </tr></table><br><table width=85><tr><td colspan=2 class='testo'><b>LookAt</b></td> </tr><tr><td class='didascalia'>Latitude:<td class='didascalia'> <td id='id_lat_la'class='didascalia'></td> </tr><tr><td class='didascalia'>Longitude:<td class='didascalia'> <td id='id_lng_la'class='didascalia'></td> </tr><tr><td class='didascalia'>Range:<td class='didascalia'> <td id='id_rng_la'class='didascalia'></td> </tr><tr><td class='didascalia'>Altitude:<td class='didascalia'> <td id='id_alt_la'class='didascalia'></td> </tr><tr><td class='didascalia'>Heading:<td class='didascalia'> <td id='id_head_la'  class='didascalia'></td> </tr><tr><td class='didascalia'>Tilt:<td class='didascalia'><td id='id_tilt_la'  class='didascalia'></td></tr></table></div><div id='civetta' style='position: absolute; left: 50px; top: 80px; width: 59px; height: 62px; padding: 0px; z-index:50; text-align:left; visibility: visible;'><A HREF=fotarch.html><img src=http://stereofot.it/dolomiti3D/immagini/civetta.png width=40 border=0><BR><span class=didascalia>Home</span></A></div>");