function schedule(id, style)
{
	window.document.getElementById(id).style.display = style;
	return;
}