// Link instead of submit button

function button() {
    document.form.submit();
}

function button_2() {
    document.form_2.submit();
}
