function button_handler(operation, transferComp)
{
	document.forms[0].elements[transferComp].value = operation;
	document.forms[0].submit();		
}
