function button(b) 
{
document.forms['register_form'].f_button.value=b;
document.register_form.submit();
}
