// JavaScript Document
<!--

//
// 検鷺#潤[ドｖ虫・スペースり輯角スペースｕ5・遣
//
function serch_send(fname) {
	var t = document.forms[fname];
	t.word.value = t.word.value.replace(/ /g, '　');
   t.submit();
}
// -->
