function ExchangeProduct(id)
{
	Form1.CommandValue.value = id;
	DoPostBack("ExchangeProduct");
}

