function seach() {
   var form = document.forms[1];
   form.submit();
}