function updateDescription () {
	document.forms[0].desc.value=document.forms[0].amount.options[document.forms[0].amount.selectedIndex].text;
}