<!--
if(document.images)
  {
headerhome = new Image();
headerhome.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/headerhome.gif";
headerhome_on = new Image();
headerhome_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/headerhome_on.gif";

headerarchive = new Image();
headerarchive.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/headerarchive.gif";
headerarchive_on = new Image();
headerarchive_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/headerarchive_on.gif";

headercontact = new Image();
headercontact.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/headercontact.gif";
headercontact_on = new Image();
headercontact_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/headercontact_on.gif";

navfeatures = new Image();
navfeatures.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navfeatures.gif";
navfeatures_on = new Image();
navfeatures_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navfeatures_on.gif";

navcollection = new Image();
navcollection.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navcollection.gif";
navcollection_on = new Image();
navcollection_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navcollection_on.gif";

navprofiles = new Image();
navprofiles.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navprofiles.gif";
navprofiles_on = new Image();
navprofiles_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navprofiles_on.gif";

navbackpages = new Image();
navbackpages.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navbackpages.gif";
navbackpages_on = new Image();
navbackpages_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navbackpages_on.gif";

navdayinthelife = new Image();
navdayinthelife.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navdayinthelife.gif";
navdayinthelife_on = new Image();
navdayinthelife_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navdayinthelife_on.gif";

navinmylife = new Image();
navinmylife.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navinmylife.gif";
navinmylife_on = new Image();
navinmylife_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navinmylife_on.gif";

navbooks = new Image();
navbooks.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navbooks.gif";
navbooks_on = new Image();
navbooks_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navbooks_on.gif";

navdigest = new Image();
navdigest.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navdigest.gif";
navdigest_on = new Image();
navdigest_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navdigest_on.gif";

navconnections = new Image();
navconnections.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navconnections.gif";
navconnections_on = new Image();
navconnections_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navconnections_on.gif";

navednote = new Image();
navednote.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navednote.gif";
navednote_on = new Image();
navednote_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navednote_on.gif";

navletters = new Image();
navletters.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navletters.gif";
navletters_on = new Image();
navletters_on.src = "http://www.swarthmore.edu/Admin/publications/bulletin/images/navletters_on.gif";
}

function turnon(target){
if(document.images){ 
	document[target].src=eval(target + "_on.src");
	}
}

function turnoff(target){
if(document.images){
	document[target].src=eval(target + ".src");
	}
}
//-->






