<!--

/* This code is Copyright (c)1996-2002 by pixcode inc. */

	browserName = navigator.appName;
	browserVer = parseInt(navigator.appVersion);
	if ((browserName == "Netscape" && browserVer >= 3) | (browserVer >=4)) version ="yes";
		else version = "no";

	if (version == "yes") {
		homeon = new Image();
		homeon.src = "images/navigation/n1_home_r.gif";
		mcluhanon = new Image();
		mcluhanon.src = "images/navigation/n1_mcluhan_r.gif";
		learningon = new Image();
		learningon.src = "images/navigation/n1_learning_r.gif";
		groupson = new Image();
		groupson.src = "images/navigation/n1_groups_r.gif";
		resourceson = new Image();
		resourceson.src = "images/navigation/n1_resources_r.gif";
		events_calendaron = new Image();
		events_calendaron.src = "images/navigation/n1_events_calendar_r.gif";
		feedbackon = new Image();
		feedbackon.src = "images/navigation/n1_feedback_r.gif";
		
		homeoff = new Image();
		homeoff.src = "images/navigation/n1_home_n.gif";
		mcluhanoff = new Image();
		mcluhanoff.src = "images/navigation/n1_mcluhan_n.gif";
		learningoff = new Image();
		learningoff.src = "images/navigation/n1_learning_n.gif";
		groupsoff = new Image();
		groupsoff.src = "images/navigation/n1_groups_n.gif";
		resourcesoff = new Image();
		resourcesoff.src = "images/navigation/n1_resources_n.gif";
		events_calendaroff = new Image();
		events_calendaroff.src = "images/navigation/n1_events_calendar_n.gif";
		feedbackoff = new Image();
		feedbackoff.src = "images/navigation/n1_feedback_n.gif";

		sitemapon = new Image();
		sitemapon.src = "images/navigation/bn_sitemap_r.gif";
		searchon = new Image();
		searchon.src = "images/navigation/bn_search_r.gif";
		policieson = new Image();
		policieson.src = "images/navigation/bn_policies_r.gif";
		about_uson = new Image();
		about_uson.src = "images/navigation/bn_about_us_r.gif";
		contact_uson = new Image();
		contact_uson.src = "images/navigation/bn_contact_us_r.gif";
		pixcodeon = new Image();
		pixcodeon.src = "images/navigation/bn_pixcode_r.gif";
		
		sitemapoff = new Image();
		sitemapoff.src = "images/navigation/bn_sitemap_n.gif";
		searchoff = new Image();
		searchoff.src = "images/navigation/bn_search_n.gif";
		policiesoff = new Image();
		policiesoff.src = "images/navigation/bn_policies_n.gif";
		about_usoff = new Image();
		about_usoff.src = "images/navigation/bn_about_us_n.gif";
		contact_usoff = new Image();
		contact_usoff.src = "images/navigation/bn_contact_us_n.gif";
		pixcodeoff = new Image();
		pixcodeoff.src = "images/navigation/bn_pixcode_n.gif";
		
	}

	function img_act(imgName) {
		if (version == "yes") {
			imgOn = eval(imgName + "on.src");
			document[imgName].src = imgOn;
		}
	}

	function img_inact(imgName) {
		if (version == "yes") {
			imgOff = eval(imgName + "off.src");
			document[imgName].src = imgOff;
		}
	}

//-->
