function wsAddProduct(id, title, price, tax, count, description)
{
	alert("Added product " + id + " " + title + " " + price + " " + tax + " " + count);
}
