function validaBusca()
{	
	
	if(document.busca.txtBusca.value == ''){
		alert("Preencha o campo Busca:");
		return false;
	}
	
}

