function sendContact()
{
	var form = document.getElementById('contactForm');
	if(form)
		form.submit();	
}