sub chsk(f)
	keyword=f.keyword.value
	skind=f.kind.value
	if skind="1" then
	window.location.href="/cecf/cn1/pro/index.jsp?keyword=" + keyword
	end if
	if skind="2" then
	window.location.href="/cecf/cn1/pur/index.jsp?keyword=" + keyword
	end if
	if skind="3" then
	window.location.href="/cecf/cn1/sub/index.jsp?keyword=" + keyword
	end if
	if skind="4" then
	window.location.href="/cecf/cn1/Business/index.jsp?keyword=" + keyword
	end if
end sub