
function lancamentos(valor){
	document.location.href = 'lancamentos.php?ordem='+valor;
	document.form.categoria.select(valor);
}

function quero_comprar(valor){
	//alert(document.getElementById('categoria2').value);
	document.location.href = '?codigo='+document.getElementById('codigo').value+'&price[]='+document.getElementById('price1').value+'&price[]='+document.getElementById('price2').value+'&price[]='+document.getElementById('price3').value+'&price[]='+document.getElementById('price4').value+'&bairro2='+document.getElementById('bairro2').value+'&categoria2='+document.getElementById('categoria2').value+'&buscar=+Buscar&ordem='+valor;
	//document.form.categoria.select(valor);
}

