if (document.images) {

	homeon = new Image();
	homeon.src = "../topgifs/homeon.jpg";
	homeoff = new Image();
	homeoff.src = "../topgifs/homeoff.jpg ";

	researchon = new Image();
	researchon.src = "../topgifs/rsrchon.jpg";
	researchoff = new Image();
	researchoff.src = "../topgifs/rsrchoff.jpg";

	publicationson = new Image();
	publicationson.src = "../topgifs/pubon.jpg";
	publicationsoff = new Image();
	publicationsoff.src = "../topgifs/puboff.jpg";

	teachingon = new Image();
	teachingon.src = "../topgifs/tchngon.jpg";
	teachingoff = new Image();
	teachingoff.src = "../topgifs/tchngoff.jpg";

	cvon = new Image();
	cvon.src = "../topgifs/cvon.jpg";
	cvoff = new Image();
	cvoff.src = "../topgifs/cvoff.jpg";

	pictureson = new Image();
	pictureson.src = "../topgifs/pctrson.jpg";
	picturesoff = new Image();
	picturesoff.src = "../topgifs/pctrsoff.jpg";

	personalon = new Image();
	personalon.src = "../topgifs/prsnlon.jpg";
	personaloff = new Image();
	personaloff.src = "../topgifs/prsnloff.jpg";

	linkson = new Image();
	linkson.src = "../topgifs/lnkson.jpg";
	linksoff = new Image();
	linksoff.src = "../topgifs/lnksoff.jpg";

	s1on = new Image();
	s1on.src = "../topgifs/s-pers-y.gif ";
	s1off = new Image();
	s1off.src = "../topgifs/s-pers-w.gif ";

	s2on = new Image();
	s2on.src = "../topgifs/s-per-gy.gif";
	s2off = new Image();
	s2off.src = "../topgifs/s-per-gw.gif";

	s3on = new Image();
	s3on.src = "../topgifs/s-per-py.gif";
	s3off = new Image();
	s3off.src = "../topgifs/s-per-pw.gif";


}

defaultStatus = '';

function On( imgName )
{
	if ( document.images )  
	{
		document.images[imgName].src = eval(imgName + "on.src");
	}
}

function Off( imgName ) 
{
	if ( document.images )
	{
		document.images[imgName].src = eval(imgName + "off.src");
	}
	window.status = defaultStatus;
}

function redirect( pulldown )
{
	var newLocation = pulldown[pulldown.selectedIndex].value;
	if ( newLocation != "" )
	{
		self.location = newLocation;
	}
}
