function submitForm () {
	var button = document.getElementById('send-button');
	button.disabled = true;
	button.style.opacity = 0.4;
	return true;
}