﻿window.defaultStatus = "Transface Transportes LTDA";

function redim(iframe) {   
    
    if (navigator.appName == "Microsoft Internet Explorer")
        var altura = parseInt(document.body.offsetHeight) + 40;
    else
        var altura = parseInt(document.body.offsetHeight) + 40;

    if (altura < 315)
        altura = 315

    parent.document.getElementById(iframe).style.height = altura + "px";
}

function AbreDiv(obj)
{	
	var div;
	div = obj;
	
	if (document.getElementById(div).style.display == "none"){
		document.getElementById(div).style.display = "block";
		}
	else{
		document.getElementById(div).style.display = "none";
    	}		
}

function AbreMapa(idFilial)
{	
	window.open('mapa.aspx?IdFilial='+ idFilial,'mapa','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=440,height=380')		
}
