function OnSubmitForm(){document.frm.action ="send.asp";return true;}
document.write('<input type="submit" value="Verstuur">');

