<!--
img2 = new Image(33,28);
img2.src = "images/history/hbooks1.gif";
img1 = new Image(33,28);
img1.src = "images/history/hbooks2.gif";

function jumpPage(newLoc) {
  newURL = newLoc.options[newLoc.selectedIndex].value
	
  if (newURL != "") {
    top.location.href = newURL;
  }
}
//-->
