function showMailform(id) {
	document.getElementById(id).style.display = 'block';
	return false;
}

