<!-- Hide script from older browsers

/*	rolloverNav.js
	Function to change the background color on a rolled-over cell in the nav bar Found on all pages. */

function rolloverNav2 (eventSource) {if (navigator.appName == "Microsoft Internet Explorer") eventSource.style.backgroundColor = "#CC0000";}

function rolloutNav2 (eventSource) {if (navigator.appName == "Microsoft Internet Explorer") eventSource.style.backgroundColor = "#9E0B0E";}

// End hiding script -->
