function OnSubmitForm(f)
{
    document[f].action ="/dmp/"+document[f].u.value;
    return true;
}
