passa un valore alla funzione come argomento
codice:
function submitform(quale)
{
    document.forms[quale].submit();
}
...
<FORM name="nomeCheCambiInBaseACicloASP" action="index.asp method=post >
<input type="hidden" name="id" size="10" value="<%=rs.Fields("id")%>">
<%=rs.Fields("nome")%>
</FORM>