function showContactForm(contact_form) {
	document.getElementById('write_us_href').style.display = "none";
	document.getElementById(contact_form).style.display = "block";
}