function addProduct(id)
{
	document.products.id.value = id;
	document.products.submit();
}