
<!--

var subnavdir = "./images/nav/";

function preload_subnav_cal_images () {
	if (document.images) {
		sched_active = new Image;
		sched_hover = new Image;
		comatt_active = new Image;
		comatt_hover = new Image;

		sched_active.src = subnavdir + "sched_active.gif";
		sched_hover.src = subnavdir + "sched_hover.gif";

		comatt_active.src = subnavdir + "comatt_active.gif";
		comatt_hover.src = subnavdir + "comatt_hover.gif"; }
}

preload_subnav_cal_images();

// -->