function busca() {
	var b = document.getElementById('search-boxxx').value;
	window.location = "veiculos.php?filter=busca&criteria="+escape(b)
	
}