if(top.location.href!=window.location.href){ if(top.location.href.indexOf("#")==-1){top.location.href=top.location.href+"#";} var newmenu="
Property summary<\/b><\/td><\/tr>"; newmenu+="
Property type: <\/b>Apartment<\/td><\/tr>"; newmenu+="
Location: <\/b>Licciana Nardi (Ms)<\/td><\/tr>"; newmenu+="
Floor area: <\/b>110 mq<\/td><\/tr>"; newmenu+="
Sleeps: <\/b>4+1<\/td><\/tr>"; newmenu+="
Bedrooms: <\/b>2<\/td><\/tr>"; newmenu+="
Bathrooms: <\/b>3<\/td><\/tr>"; newmenu+="
Incl. services: <\/b>electricity, water, hot water, gas for cooking, bed linen, bath towels, kitchen cloths.<\/td><\/tr>"; newmenu+="
Discount: <\/b>10% discount for 2008 bookings prior to 29 February 2008<\/td><\/tr>"; newmenu+="<\/table>"; parent.document.getElementById('cellmenusx').innerHTML=newmenu; parent.document.getElementById('cella1').innerHTML=""; }else{ s=top.location.href; s=s.substring(9); s=s.substring(s.indexOf('/')+1); top.location.href="/index.php?option=com_wrapper&Itemid=48&scheda="+s; } var map=null; var geocoder = null; var iconGreen = new GIcon(); iconGreen.image = 'http://labs.google.com/ridefinder/images/mm_20_green.png'; iconGreen.iconSize = new GSize(12, 20); iconGreen.shadowSize = new GSize(22, 20); iconGreen.iconAnchor = new GPoint(6, 20); iconGreen.infoWindowAnchor = new GPoint(5, 1); function load() { document.getElementById('testo1').style.display='none';document.getElementById('testo2').style.display='none';document.getElementById('testo3').style.display='none' if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("map")); geocoder = new GClientGeocoder(); //map.enableScrollWheelZoom(); //map.addControl(new GSmallMapControl()); //map.addControl(new GMapTypeControl()); //map.setCenter(new GLatLng(43.768732, 11.256901), 13); var bottomRight = new GControlPosition(G_ANCHOR_BOTTOM_RIGHT, new GSize(10,10)); //map.addControl(new GSmallMapControl(), bottomRight); //map.addControl(new GMapTypeControl(), bottomRight); setAddress("Licciana Nardi (Ms)"); } } function createMarker(pointx) { var marker = new GMarker(pointx, iconGreen); return marker; } function setAddress(address) { if (geocoder) { geocoder.getLatLng( address+", Italy", function(point) { if(point){ map.setCenter(point,8); var marker = createMarker(point); map.addOverlay(marker); var html =""; html="
"; html+=" 
Spino Fiorito
"; html+="Floor area: <\/b>110 mq
"; html+="Sleeps: <\/b>4+1
"; html+="Bedrooms: <\/b>2
"; html+="Bathrooms: <\/b>3
"; html+="<\/span><\/div><\/div>"; GEvent.addListener(marker, 'click', function() {marker.openInfoWindowHtml(html);}); marker.openInfoWindowHtml(html); } }); } } var arrTemp=self.location.href.split("?"); var picUrl = (arrTemp.length>0)?arrTemp[1]:""; var NS = (navigator.appName=="Netscape")?true:false; var msg; function FitPic() { iWidth = (NS)?msg.innerWidth:msg.document.body.clientWidth; iHeight = (NS)?msg.innerHeight:msg.document.body.clientHeight; iWidth = msg.document.images[0].width - iWidth; iHeight = msg.document.images[0].height - iHeight; msg.resizeBy(iWidth, iHeight); msg.focus(); }; function popup(imm) { //imm=imm.replace('s.jpg','.jpg'); if (typeof(msg)!='undefined') msg.close(); msg=open("","schermo","scrollbars=no,status=no,toolbar=no,directories=no,menubar=no,width=300,height=300,resizable=no"); msg.document.write("<\/TITLE><\/HEAD><body style='margin: 0px'>"); msg.document.write("<img src='"+imm+"' border='0' alt='' onload='opener.FitPic();'><\/body><\/html>"); }