// JavaScript Document

function submitform () {
  document.contactform.submit() ;
}
