<!--

bio = new Image ();
bio.src = "bio-text.jpg";
bio_on = new Image ();
bio_on.src = "bio-text_on.jpg";

writing = new Image ();
writing.src = "writing-text.jpg";
writing_on = new Image ();
writing_on.src = "writing-text_on.jpg";

facts = new Image ();
facts.src = "facts-text.jpg";
facts_on = new Image ();
facts_on.src = "facts-text_on.jpg";

study = new Image ();
study.src = "study-guides-text.jpg";
study_on = new Image ();
study_on.src = "study-guides-text_on.jpg";

art = new Image ();
art.src = "art-text.jpg";
art_on = new Image ();
art_on.src = "art-text_on.jpg";

media = new Image ();
media.src = "media-text.jpg";
media_on = new Image ();
media_on.src = "media-text_on.jpg";

events = new Image ();
events.src = "events-text.jpg";
events_on = new Image ();
events_on.src = "events-text_on.jpg";

presentations = new Image ();
presentations.src = "presentations-text.jpg";
presentations_on = new Image ();
presentations_on.src = "presentations-text_on.jpg";

postcards = new Image ();
postcards.src = "postcards-text.jpg";
postcards_on = new Image ();
postcards_on.src = "postcards-text_on.jpg";

links = new Image ();
links.src = "links-text.jpg";
links_on = new Image ();
links_on.src = "links-text_on.jpg";

contact = new Image ();
contact.src = "contact-text.jpg";
contact_on = new Image ();
contact_on.src = "contact-text_on.jpg";


function rollOver(imageID, imageName) {
	document.images[imageID].src = eval(imageName + "_on" + ".src");
	}
function rollOut(imageID, imageName) {
	document.images[imageID].src = eval(imageName + ".src");
	}	
//-->
