// JavaScript Document

// Puts the 2 arrows to indicate which schedule we are looking at
function selectSched( menu )
{
	if( selMenu = document.getElementById(menu) )
	{
		selMenu.style.listStyleImage = "url(/schedule/images/select.gif)";
	}
}