<!--
if (document.images) {

	newson = new Image();
	newson.src = "pictures/news2.gif";
	newsoff = new Image();
	newsoff.src = "pictures/news.gif";

      homeon = new Image();
	homeon.src = "pictures/home2.gif";
	homeoff = new Image();
	homeoff.src = "pictures/home.gif";

      researchon = new Image();
      researchon.src = "pictures/research2.gif";
      researchoff = new Image();
      researchoff.src = "pictures/research.gif";

	peopleon = new Image();
	peopleon.src = "pictures/people2.gif";
	peopleoff = new Image();
	peopleoff.src = "pictures/people.gif";

	publicationson = new Image();
	publicationson.src = "pictures/publications2.gif";
	publicationsoff = new Image();
	publicationsoff.src = "pictures/publications.gif";

	eventson = new Image();
	eventson.src = "pictures/events2.gif";
	eventsoff = new Image();
	eventsoff.src = "pictures/events.gif";

	resourceson = new Image();
	resourceson.src = "pictures/resources2.gif";
	resourcesoff = new Image();
	resourcesoff.src = "pictures/resources.gif";

	socialon = new Image();
	socialon.src = "pictures/social2.gif";
	socialoff = new Image();
	socialoff.src = "pictures/social.gif";

	internalon = new Image();
	internalon.src = "pictures/internal2.gif";
	internaloff = new Image();
	internaloff.src = "pictures/internal.gif";

      analogon = new Image();
	analogon.src = "pictures/analog2.gif";
	analogoff = new Image();
	analogoff.src = "pictures/analog.gif";

	biston = new Image();
	biston.src = "pictures/bist2.gif";
	bistoff = new Image();
	bistoff.src = "pictures/bist.gif";

	rtlevelon = new Image();
	rtlevelon.src = "pictures/rtlevel2.gif";
	rtleveloff = new Image();
	rtleveloff.src = "pictures/rtlevel.gif";

	embeddedon = new Image();
	embeddedon.src = "pictures/embedded2.gif";
	embeddedoff = new Image();
	embeddedoff.src = "pictures/embedded.gif";

	diagnosison = new Image();
	diagnosison.src = "pictures/diagnosis2.gif";
	diagnosisoff = new Image();
	diagnosisoff.src = "pictures/diagnosis.gif";

	onlineon = new Image();
	onlineon.src = "pictures/online2.gif";
	onlineoff = new Image();
	onlineoff.src = "pictures/online.gif";

      socon = new Image();
	socon.src = "pictures/soc2.gif";
	socoff = new Image();
	socoff.src = "pictures/soc.gif";

      home2on = new Image();
	home2on.src = "pictures2/home2.gif";
	home2off = new Image();
	home2off.src = "pictures2/home.gif";

      research2on = new Image();
      research2on.src = "pictures2/research2.gif";
      research2off = new Image();
      research2off.src = "pictures2/research.gif";

	resume2on = new Image();
	resume2on.src = "pictures2/resume2.gif";
	resume2off = new Image();
	resume2off.src = "pictures2/resume.gif";

	publications2on = new Image();
	publications2on.src = "pictures2/publications2.gif";
	publications2off = new Image();
	publications2off.src = "pictures2/publications.gif";

	personal2on = new Image();
	personal2on.src = "pictures2/personal2.gif";
	personal2off = new Image();
	personal2off.src = "pictures2/personal.gif";

      courses2on = new Image();
	courses2on.src = "pictures2/courses2.gif";
	courses2off = new Image();
	courses2off.src = "pictures2/courses.gif";

      services2on = new Image();
	services2on.src = "pictures2/services2.gif";
	services2off = new Image();
	services2off.src = "pictures2/services.gif";

      schedule2on = new Image();
	schedule2on.src = "pictures2/schedule2.gif";
	schedule2off = new Image();
	schedule2off.src = "pictures2/schedule.gif";

      students2on = new Image();
	students2on.src = "pictures2/students2.gif";
	students2off = new Image();
	students2off.src = "pictures2/students.gif";

}
//-->
