<!--
function changePage(newLoc)
 {
   nextPage = newLoc.options[newLoc.selectedIndex].value		
   if (nextPage == "")
   {
      return false;    
   }
   else
   {
   document.location.href = nextPage  
   }
 }
//-->






