if (document.images){

// Sadly we must use absolute URLs for these.

	hom = new Image();
	hom.src = "http://www.utulsa.edu/personnel/images/tab_hom_off.gif";
	homon = new Image();
	homon.src = "http://www.utulsa.edu/personnel/images/tab_hom_on.gif";

	job = new Image();
	job.src = "http://www.utulsa.edu/personnel/images/tab_job_off.gif";
	jobon = new Image();
	jobon.src = "http://www.utulsa.edu/personnel/images/tab_job_on.gif";

	app = new Image();
	app.src = "http://www.utulsa.edu/personnel/images/tab_app_off.gif";
	appon = new Image();
	appon.src = "http://www.utulsa.edu/personnel/images/tab_app_on.gif";

	pol = new Image();
	pol.src = "http://www.utulsa.edu/personnel/images/tab_pol_off.gif";
	polon = new Image();
	polon.src = "http://www.utulsa.edu/personnel/images/tab_pol_on.gif";

	cal = new Image();
	cal.src = "http://www.utulsa.edu/personnel/images/tab_cal_off.gif";
	calon = new Image();
	calon.src = "http://www.utulsa.edu/personnel/images/tab_cal_on.gif";

	rel = new Image();
	rel.src = "http://www.utulsa.edu/personnel/images/tab_rel_off.gif";
	relon = new Image();
	relon.src = "http://www.utulsa.edu/personnel/images/tab_rel_on.gif";

	ben = new Image();
	ben.src = "http://www.utulsa.edu/personnel/images/tab_ben_off.gif";
	benon = new Image();
	benon.src = "http://www.utulsa.edu/personnel/images/tab_ben_on.gif";

	pay = new Image();
	pay.src = "http://www.utulsa.edu/personnel/images/tab_pay_off.gif";
	payon = new Image();
	payon.src = "http://www.utulsa.edu/personnel/images/tab_pay_on.gif";

	dat = new Image();
	dat.src = "http://www.utulsa.edu/personnel/images/tab_dat_off.gif";
	daton = new Image();
	daton.src = "http://www.utulsa.edu/personnel/images/tab_dat_on.gif";

	trn = new Image();
	trn.src = "http://www.utulsa.edu/personnel/images/tab_trn_off.gif";
	trnon = new Image();
	trnon.src = "http://www.utulsa.edu/personnel/images/tab_trn_on.gif";

	employ = new Image();
	employ.src = "http://www.utulsa.edu/personnel/images/tab_employ_off.gif";
	employon = new Image();
	employon.src = "http://www.utulsa.edu/personnel/images/tab_employ_on.gif";

// These are the top links.
	
	direct = new Image();
	direct.src = "http://www.utulsa.edu/personnel/images/link_direct_off.gif";
	directon = new Image();
	directon.src = "http://www.utulsa.edu/personnel/images/link_direct_on.gif";

	hours = new Image();
	hours.src = "http://www.utulsa.edu/personnel/images/link_hours_off.gif";
	hourson = new Image();
	hourson.src = "http://www.utulsa.edu/personnel/images/link_hours_on.gif";

	enews = new Image();
	enews.src = "http://www.utulsa.edu/personnel/images/link_enews_off.gif";
	enewson = new Image();
	enewson.src = "http://www.utulsa.edu/personnel/images/link_enews_on.gif";

	contact = new Image();
	contact.src = "http://www.utulsa.edu/personnel/images/link_contact_off.gif";
	contacton = new Image();
	contacton.src = "http://www.utulsa.edu/personnel/images/link_contact_on.gif";

	function on(name){
        	document[name].src = eval(name + "on.src");
	}

	function off(name){
	        document[name].src = eval(name + ".src");
	}
}
