function kw_SubmitForm(formID){
  form = document.getElementById(formID);
  if(form)
    form.submit();
}