
function changetext(str){	
	if(window.sample) window.document["sample"].SetVariable("opcion", str);
	if(document.sample) document.sample.SetVariable("opcion", str);

}

function movermapa() {
//document.getElementById("capa1").style.visibility="hidden"; 
document.getElementById("mapacuadronegro").style.top=document.body.scrollTop;
document.getElementById("mapa").style.top=document.body.scrollTop;
document.getElementById("mapacuadronegro").style.height="100%";
document.getElementById("mapa").style.height="100%";
//document.getElementById("mapaflash").style.height="100%";
}

function abrir_mapa() {
	movermapa();
	document.getElementById("mapacuadronegro").style.visibility="visible";
	document.getElementById("mapa").style.visibility="visible";
//    document.getElementById("map").src = "mapaengrande.php";
    document.getElementById("map").src = "mapagoogle.php";	
}

function cerrar_mapa() {
	document.getElementById('map').src = 'izquierdano.php';
	document.getElementById("mapacuadronegro").style.visibility="hidden";
	document.getElementById("mapa").style.visibility="hidden";
}



function capacerrar(url) {
	//document.getElementById("apDiv2").style.visibility="hidden";
	//document.getElementById("apDiv3").style.visibility="hidden";	
		//window.location.href='#PRINCIPIO';
	if (url!='0') {
		//document.title = "SOLBYTE, SERVICIOS INFORMATICOS";
		MostrarConsulta(url);
		document.getElementById("apDiv2").style.visibility="hidden";

	
		//MostrarCapa('0');
	}
}

function enviar_email(theURL)
{

var navegador = navigator.appName;
if (navegador=="Microsoft Internet Explorer") {
		var ancho =  document.body.clientWidth;
		var alto = document.body.clientHeight;
	}
else {
		var ancho = window.innerWidth;
		var alto = window.innerHeight;
	}
	
	var varl=(ancho/2)-250;
	var vart=(alto/2);	
	window.open(theURL, '', 'width=500, height=200, left='+varl+', top='+vart+', scrollbars=no');
}



function enviar_email_transcar(theURL)
{

var navegador = navigator.appName;
if (navegador=="Microsoft Internet Explorer") {
		var ancho =  document.body.clientWidth;
		var alto = document.body.clientHeight;
	}
else {
		var ancho = window.innerWidth;
		var alto = window.innerHeight;
	}
	
	var varl=(ancho/2)-250;
	var vart=(alto/2);
	
	theURL="enviartranscar.php?nombre="+document.form1.Nombre.value+"&empresa="+document.form1.Empresa.value+"&telefono="+document.form1.Telefono.value+"&email="+document.form1.Mail.value+"&poblacion="+document.form1.Poblacion.value+"&provincia="+document.form1.Provincia.value+"&actividad="+document.form1.Actividad.value+"&vehiculos="+document.form1.Vehiculos.value+"&consulta="+document.form1.Consulta.value;
		
	window.open(theURL, '', 'width=500, height=200, left='+varl+', top='+vart+', scrollbars=no');
}
