<!--
img1 = new Image(38,34);
img1.src = "images/route/routes2.gif";
img2 = new Image(38,34);
img2.src = "images/route/routes1.gif";

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