function topo() {
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="748" height="238" id="topo" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="swf/topo.swf" /><param name="wmode" value="opaque" /><param name="quality" value="best" /><param name="bgcolor" value="#124a94" /><embed src="swf/topo.swf" wmode="opaque" quality="best" bgcolor="#124a94" width="748" height="238" name="topo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
}
function recomende() {
window.open('recomende.php','net','width=380,height=370,maximized=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,scrolling=no,resizebled=no');
}
function mapa() {
window.open('mapa.html','net','width=425,height=520,maximized=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,scrolling=no,resizebled=no');
}
function add() {
window.external.AddFavorite('http://www.prediclima.pt','Prediclima Climatização');
}


function visibilidade(flag,id) {
    (flag)?document.getElementById(""+id.id+"").style.display="block":document.getElementById(""+id.id+"").style.display="none";
}

function showhide(id) {
    if(document.getElementById(id).style["display"] != "none"){
        document.getElementById(id).style["display"] = "none";
    } else {
        document.getElementById(id).style["display"] = "";
    }
}










