function seeifhide(){var b=window.location.href;if(b.match("/map")){document.getElementById("page_legallinks").style.visibility="hidden"}else{var a=ActivateMap(b);document.getElementById("page_legallinks").style.visibility="show"}}var mapd;function ActivateMap(d){if(d.match("/directions/")&&navigator.appName.match("Internet")){var g;var f=null;var e;mapd=new GMap2(document.getElementById("map_div_id"));mapd.setMapType(G_HYBRID_MAP);var k=document.getElementById("latcoor").innerHTML;var b=k.substring(0,k.indexOf(","));var j=k.substring(k.indexOf(",")+1,k.length);var c=new GLatLng(b,j);mapd.setCenter(c,16);var a=document.getElementById("image").innerHTML;var i=new GIcon(G_DEFAULT_ICON);i.image=a;i.iconSize=new GSize(18,15);i.iconAnchor=new GPoint(9,7);i.infoWindowAnchor=new GPoint(18,1);var h=new GMarker(c,{icon:i});mapd.addOverlay(h);mapd.addControl(new GLargeMapControl());mapd.addControl(new GMapTypeControl())}return 1}function showDirection(g){var e=window.location.href;var c=document.getElementsByName("faddress")[0].value;var f=document.getElementsByName("fcity")[0].value;var a=(document.getElementById("shortlocationdirection").innerHTML).replace(/<br\/?>/gi,",");if(e.match("/directions/")&&navigator.appName.match("Internet")){var b=document.getElementById("drivinginstructions");b.innerHTML="";var d=new GDirections(mapd,b);d.load("from: "+c+","+f+" to: "+g)}else{gdir.load("from: "+c+","+f+" to: "+g)}}function CheckEmailAndFill(){if(document.formulario.form_email.value.trim()==""){document.formulario.form_email.value="geral@century21.pt"}};
