<!--
// JavaScript Document
function sendSearch() {
	var vfm = document.getElementById("fmqry");
	if (vfm != null) {
		with(vfm) {
			if (checkdata_en(qkeyword.value, 0, "Keyword") == false) return;
			submit();
		}
	}
		
}

//-->


