var HTMLCarregando  = '<span> <img src="imagens/loaded.gif" width="16" height="16"> </span>';

function mudarTipo(id) {
 document.getElementById("caixaFabricante").innerHTML = HTMLCarregando;
 document.getElementById("modelo").value = "0";
 document.getElementById("modelo").disabled = true;
 xajax_mudarTipo(id);
}

function mudarFabricante(id) {
 document.getElementById("caixaModelo").innerHTML = HTMLCarregando;
 xajax_mudarFabricante(id);
}

function enviarPesquisa() {
 document.getElementById("caixaBotaoPesquisar").innerHTML = HTMLCarregando;
 document.getElementById("msgPesquisa").style.display = 'none';
 xajax.call('enviarPesquisa', [xajax.getFormValues('formBuscar')]);
}

function irPaginaCombo(queryString, valor) {
 location.href = queryString + valor + "&order=" + document.getElementById("ordemPaginacao0").value;
}

function ordenarProdutos(queryString, valor) {
 location.href = queryString + "1&order=" + valor;
}
