function showContactForm() {
	$("#contact_form").toggle();
}

