// Answer Enterprise 
// Copyright (c)2006 Answer Solutions Ltd

  function goto_URL(object) {
     window.location.href = object.options[object.selectedIndex].value;
   }
         
         