function submitForm(thisForm) {
	  document.forms[thisForm].submit();	
	}
