﻿function func_submit(oValue){
    var obj_action = MM_findObj('action');
    obj_action.value = oValue; 
    document.forms[0].submit();
}
