function trocaImg(atual,nova){
	var img = document.getElementById(atual);
	img.src = "../img/menu/"+nova;
}

function trocaImgMeioAmbiente(nova){
	var img = document.getElementById('imgAmb');
	img.src = "../img/"+nova;
}

function verGarantia(){
		
}

function Location(local){
	document.location = local;
}

function EscondeBanner(){
	document.getElementById('pop').style.display = "none";
	document.getElementById('alinhamento').style.display = "none";
}


