function showProduct(id)
{
	document.getElementById('product_desc_'+id).style.display = '';
}
