﻿function showSectionDescription(section_description_id, description) {
	document.getElementById(section_description_id).innerHTML = description;
}

