<!--

if (document.images) {

	member_loginoff = new Image();
	member_loginoff.src = "./img/member_login.gif";
	programsoff = new Image();
	programsoff.src = "./img/programs.gif";
	benefitsoff = new Image();
	benefitsoff.src = "./img/benefits.gif";
	applyoff = new Image();
	applyoff.src = "./img/apply.gif";
	linksoff = new Image();
	linksoff.src = "./img/links.gif";
	job_oppsoff = new Image();
	job_oppsoff.src = "./img/job_opps.gif";
	mch_confoff = new Image();
	mch_confoff.src = "./img/mch_conf.gif";
	contactoff = new Image();
	contactoff.src = "./img/contact.gif";
	apply_topoff = new Image();
	apply_topoff.src = "./img/apply_top.gif";
	apply_top2off = new Image();
	apply_top2off.src = "./img/apply_top.gif";
	my_accountoff = new Image();
	my_accountoff.src = "./img/my_account.gif";
		
 	programson = new Image();
	programson.src = "./img/programs_2.gif";
 	benefitson = new Image();
	benefitson.src = "./img/benefits_2.gif";
 	member_loginon = new Image();
	member_loginon.src = "./img/member_login_2.gif";
 	applyon = new Image();
	applyon.src = "./img/apply_2.gif";
 	linkson = new Image();
	linkson.src = "./img/links_2.gif";
 	job_oppson = new Image();
	job_oppson.src = "./img/job_opps_2.gif";
 	mch_confon = new Image();
	mch_confon.src = "./img/mch_conf_2.gif";
 	contacton = new Image();
	contacton.src = "./img/contact_2.gif";
 	apply_topon = new Image();
	apply_topon.src = "./img/apply_top_2.gif";
 	apply_top2on = new Image();
	apply_top2on.src = "./img/apply_top_2.gif";
	my_accounton = new Image();
	my_accounton.src = "./img/my_account_2.gif";


  	  	
	}

	// Function to 'activate' images.

        		function imgOn(imgName) {

        			if (document.images) {

            				document[imgName].src = eval(imgName + "on.src");

        			}

			}



		// Function to 'deactivate' images.

        		function imgOff(imgName) {

        			if (document.images) {

            				document[imgName].src = eval(imgName + "off.src");

        			}

			}


//-->