function popupPage(url, w, h) {
var windowprops = "location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes" +
",width=" + w + ",height=" + h;
popup = window.open(url,"info",windowprops);
return false;}//--></script><script language="JavaScript" type="text/JavaScript">
function changePage(newLoc) {
   nextPage = newLoc.options[newLoc.selectedIndex].value
   if (nextPage != "")
   {
      document.location.href = nextPage
   } }
