function Comprar( product_id )
{
	document.frmComprar.product_id.value=product_id;
	document.frmComprar.submit();
	return true;
}

