function comprar(id){
	//alert("Comprar o produto " +id);	
	location.href="?p=carrinho&idcarrinho="+id;
}