function validaBusca() {
	if(document.formbusca.buscar.value == "") {
	alert("Por favor digite o modelo a ser pesquisado!");
	return false;
	}
}
function init() {
	if(screen.width >= 1280){
	document.getElementById("logotop").style.display = "inline";
	document.getElementById("logotop2").style.display = "inline";
	}
}