function button(actionvar) {
	document.main.action.value = actionvar;
	document.main.submit();
}