function submitForm(theForm) {
	if(theForm == 'pass') {
		document.frmpass.submit();
	} else if (theForm == 'email') {
		document.frmemail.submit();
	}
}