function submitForm (actionId) {
    document.secure.action.value=actionId;
    document.secure.submit();
}
