function Search() {
   var SearchInput = document.myform.searchinput.value;
   window.location = "/" + SearchInput;
}


