
function lancamentos(valor){
	document.location.href = 'lancamentos.php?ordem='+valor+'#rola';
	document.form.categoria.select(valor);
}
function lancamentos2(valor,valor2){
	if(valor!=""){
		document.location.href = 'lancamentos.php?chklanc='+valor2+'&ordem='+valor+'#rola';
		document.form.categoria.select(valor);
	}
	else{
		document.location.href = 'lancamentos.php?chklanc='+valor2+'#rola';
	}	
}
function quero_comprar(valor){
	//alert(document.getElementById('categoria2').value);
	document.location.href = 'quero_comprar.php?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+'#rola';
	//document.form.categoria.select(valor);
}

