//漢字
//--漢字
//ＵＴＦ－８(UTF-8)です

//

//
function doTermYYChange()
{
	with(document.forms[1])//検索フォームがあるのでダウンロードはforms[1]
	{
		command.value = 'redraw';
		action = 'news.php';
		target = '_self';
		submit();
	}
}
