function go_member(f){

     if(checkForm(f)){
         f.submit();
      }

}