function select_page(){  
   choice=document.siteform.pulldown.selectedIndex;
   top.location.href=document.siteform.pulldown.options[choice].value;
 
 }