function item_button(name,price) {
	document._item.item_name.value=name;
	document._item.amount.value=price;
	document._item.submit();
}
