<!--

/* This code is Copyright (c)1996-2003 by doZE!gfx */

	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/tn_home_r.gif";
		companyon = new Image();
		companyon.src = "images/tn_company_r.gif";
		serviceson = new Image();
		serviceson.src = "images/tn_services_r.gif";
		contacton = new Image();
		contacton.src = "images/tn_contact_r.gif";
		featureon = new Image();
		featureon.src = "images/sp_feature_r.jpg";

		homeoff = new Image();
		homeoff.src = "images/tn_home_n.gif";
		companyoff = new Image();
		companyoff.src = "images/tn_company_n.gif";
		servicesoff = new Image();
		servicesoff.src = "images/tn_services_n.gif";
		contactoff = new Image();
		contactoff.src = "images/tn_contact_n.gif";
		featureoff = new Image();
		featureoff.src = "images/sp_feature_n.jpg";

		visiton = new Image();
		visiton.src = "images/i_visit_r.gif";
		visitoff = new Image();
		visitoff.src = "images/i_visit_n.gif";

		privacyon = new Image();
		privacyon.src = "images/bn_privacy_r.gif";
		termson = new Image();
		termson.src = "images/bn_terms_r.gif";

		privacyoff = new Image();
		privacyoff.src = "images/bn_privacy_n.gif";
		termsoff = new Image();
		termsoff.src = "images/bn_terms_n.gif";

		web_affiliateson = new Image();
		web_affiliateson.src = "images/sn_web_affiliates_r.gif";
		approachon = new Image();
		approachon.src = "images/sn_approach_r.gif";
		teamon = new Image();
		teamon.src = "images/sn_team_r.gif";

		web_affiliatesoff = new Image();
		web_affiliatesoff.src = "images/sn_web_affiliates_n.gif";
		approachoff = new Image();
		approachoff.src = "images/sn_approach_n.gif";
		teamoff = new Image();
		teamoff.src = "images/sn_team_n.gif";

		overviewson = new Image();
		overviewson.src = "images/sn_overviews_r.gif";
		businesson = new Image();
		businesson.src = "images/sn_business_r.gif";
		technologyon = new Image();
		technologyon.src = "images/sn_technology_r.gif";

		overviewsoff = new Image();
		overviewsoff.src = "images/sn_overviews_n.gif";
		businessoff = new Image();
		businessoff.src = "images/sn_business_n.gif";
		technologyoff = new Image();
		technologyoff.src = "images/sn_technology_n.gif";

		p_serviceson = new Image();
		p_serviceson.src = "images/sn_services_r.gif";
		p_productson = new Image();
		p_productson.src = "images/sn_products_r.gif";
		p_bapon = new Image();
		p_bapon.src = "images/sn_bap_r.gif";

		p_servicesoff = new Image();
		p_servicesoff.src = "images/sn_services_n.gif";
		p_productsoff = new Image();
		p_productsoff.src = "images/sn_products_n.gif";
		p_bapoff = new Image();
		p_bapoff.src = "images/sn_bap_n.gif";

		ajaxon = new Image();
		ajaxon.src = "images/a_ajax_r.gif";
		ieeeon = new Image();
		ieeeon.src = "images/a_ieee_r.gif";
		issaon = new Image();
		issaon.src = "images/a_issa_r.gif";
		oshawaon = new Image();
		oshawaon.src = "images/a_oshawa_r.gif";
		whitbyon = new Image();
		whitbyon.src = "images/a_whitby_r.gif";

		ajaxoff = new Image();
		ajaxoff.src = "images/a_ajax_n.gif";
		ieeeoff = new Image();
		ieeeoff.src = "images/a_ieee_n.gif";
		issaoff = new Image();
		issaoff.src = "images/a_issa_n.gif";
		oshawaoff = new Image();
		oshawaoff.src = "images/a_oshawa_n.gif";
		whitbyoff = new Image();
		whitbyoff.src = "images/a_whitby_n.gif";

		ad1on = new Image();
		ad1on.src = "images/sp_ad1_r.jpg";
		ad2on = new Image();
		ad2on.src = "images/sp_ad2_r.jpg";

		ad1off = new Image();
		ad1off.src = "images/sp_ad1_n.jpg";
		ad2off = new Image();
		ad2off.src = "images/sp_ad2_n.jpg";
	
	}

	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;
		}
	}

//-->
