function submit_button(action)
{
    document.entry.action = action;
    document.entry.submit();
}

