<!--
function send (keyword) {
	document.multi_search.keyword.value = keyword;
	document.multi_search.submit();
}
-->