/* Javascript file saved as jsquasqui.js for Early Quasquicentennial Navigational Bar */
if (document.images) {
uphome = new Image(137,36); uphome.src = "uphome.gif";
dnhome = new Image(137,36); dnhome.src = "dnhome.gif";
upevents = new Image(137,36); upevents.src = "upevents.gif";
dnevents = new Image(137,36); dnevents.src = "dnevents.gif";
upfunds = new Image(137,36); upfunds.src = "upfunds.gif";
dnfunds = new Image(137,36); dnfunds.src = "dnfunds.gif";
uphist = new Image(137,36); uphist.src = "uphist.gif";
dnhist = new Image(137,36); dnhist.src = "dnhist.gif";
upcommittee = new Image(137,36); upcommittee.src = "upcommittee.gif";
dncommittee = new Image(137,36); dncommittee.src = "dncommittee.gif";
upsponsors = new Image(137,36); upsponsors.src = "upsponsors.gif";
dnsponsors = new Image(137,36); dnsponsors.src = "dnsponsors.gif";
upmemoirs = new Image(137,36); upmemoirs.src = "upmemoirs.gif";
dnmemoirs = new Image(137,36); dnmemoirs.src = "dnmemoirs.gif";
upphoto = new Image(137,36); upphoto.src = "upphoto.gif";
dnphoto = new Image(137,36); dnphoto.src = "dnphoto.gif";
upcontact = new Image(137,36); upcontact.src = "upcontact.gif";
dncontact = new Image(137,36); dncontact.src = "dncontact.gif";
dnalert = new Image(137,36); dnalert.src = "dnalert.gif";
}
function ChangeImage(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

