function cal_on()
{
	document.getElementById('calhead').src="http://www.cim.edu/assets/images/calendar/header-hover.gif"
}

function cal_off()
{
	document.getElementById('calhead').src="http://www.cim.edu/assets/images/calendar/header-a.gif"
}