function arch_func()
   {
   var w = document.archform.archlist.value;
   window.location=w;
   }
