function submitForm(){
	document.getElementById('contactForm').submit();
}
