
function nav(sel)
{
	if (sel.selectedIndex == -1) return;
	var opt = sel.options[sel.selectedIndex];
	if (opt && opt.value　&& opt != '年月を選択')
	location.href = opt.value;
}  