function mtseach(){
var url = "http://www.yamanotesengreenmap.org/seach/" + document.form1.seach.value + "/";
location.href = url;
}
