﻿function showHide(mm, status) {
	document.getElementById(mm).style.display = status;
}

