
function activateForm(selform) {
  document.getElementById(selform).submit();
  //alert('activateForm!');
  return;
}
