function rolloverText( which ) {
  which.style.fontVariant = "small-caps";
  which.style.fontWeight = "bold";
}

function normalText( which  ) {
  which.style.fontVariant = "normal";
  which.style.fontWeight = "normal";
}

function rolloverGraphic( which ) {
  which.src = "http://picayune.uclick.com/comics/lc/2004/lc040114.gif";
  which.width = "600";
  which.height = "197";
  which.alt = "Lalo Cartoon";
}

function normalGraphic( which ) {
  which.src = "http://www.it.rit.edu/~jxs/images/sonstein.jpg";
  which.width = "109";
  which.height = "132";
  which.alt="Picture of jeffs";
}
