function chgVis(vis, mode, hid) {
	document.getElementById(hid).style.display = 'none';
	document.getElementById(vis).style.display = mode;
}
