function changeDisplay(on) {
	if (on && on != ""){
		document.getElementById(on).style.display = 'block';
		}
}
