<!--

/* This code is Copyright (c)1996-2002 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") {
		archived_newson = new Image();
		archived_newson.src = "images/navigation/sn_archived_news_r.gif";
		become_a_partneron = new Image();
		become_a_partneron.src = "images/navigation/sn_become_a_partner_r.gif";
		browse_jobson = new Image();
		browse_jobson.src = "images/navigation/sn_browse_jobs_r.gif";
		linkup_historyon = new Image();
		linkup_historyon.src = "images/navigation/sn_linkup_history_r.gif";
		how_to_prepareon = new Image();
		how_to_prepareon.src = "images/navigation/sn_how_to_prepare_r.gif";
		latest_newson = new Image();
		latest_newson.src = "images/navigation/sn_latest_news_r.gif";
		our_processon = new Image();
		our_processon.src = "images/navigation/sn_our_process_r.gif";
		our_serviceson = new Image();
		our_serviceson.src = "images/navigation/sn_our_services_r.gif";
		overviewon = new Image();
		overviewon.src = "images/navigation/sn_overview_r.gif";
		partner_listingson = new Image();
		partner_listingson.src = "images/navigation/sn_partner_listings_r.gif";
		post_a_jobon = new Image();
		post_a_jobon.src = "images/navigation/sn_post_a_job_r.gif";
		resume_helpon = new Image();
		resume_helpon.src = "images/navigation/sn_resume_help_r.gif";
		upcoming_eventson = new Image();
		upcoming_eventson.src = "images/navigation/sn_upcoming_events_r.gif";
		vision_missionon = new Image();
		vision_missionon.src = "images/navigation/sn_vision_mission_r.gif";
		
		archived_newsoff = new Image();
		archived_newsoff.src = "images/navigation/sn_archived_news_n.gif";
		become_a_partneroff = new Image();
		become_a_partneroff.src = "images/navigation/sn_become_a_partner_n.gif";
		browse_jobsoff = new Image();
		browse_jobsoff.src = "images/navigation/sn_browse_jobs_n.gif";
		linkup_historyoff = new Image();
		linkup_historyoff.src = "images/navigation/sn_linkup_history_n.gif";
		how_to_prepareoff = new Image();
		how_to_prepareoff.src = "images/navigation/sn_how_to_prepare_n.gif";
		latest_newsoff = new Image();
		latest_newsoff.src = "images/navigation/sn_latest_news_n.gif";
		our_processoff = new Image();
		our_processoff.src = "images/navigation/sn_our_process_n.gif";
		our_servicesoff = new Image();
		our_servicesoff.src = "images/navigation/sn_our_services_n.gif";
		overviewoff = new Image();
		overviewoff.src = "images/navigation/sn_overview_n.gif";
		partner_listingsoff = new Image();
		partner_listingsoff.src = "images/navigation/sn_partner_listings_n.gif";
		post_a_joboff = new Image();
		post_a_joboff.src = "images/navigation/sn_post_a_job_n.gif";
		resume_helpoff = new Image();
		resume_helpoff.src = "images/navigation/sn_resume_help_n.gif";
		upcoming_eventsoff = new Image();
		upcoming_eventsoff.src = "images/navigation/sn_upcoming_events_n.gif";
		vision_missionoff = new Image();
		vision_missionoff.src = "images/navigation/sn_vision_mission_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;
		}
	}

//-->
