function next(mode) {
    document.form1.PROCESS.value = mode;
    document.form1.submit();
}

function addItem(frm) {
    frm.submit();
}

