function forum_nav(forum_nav) {
	if(document.forum_search.board.options[document.forum_search.board.selectedIndex].value != '')
	{
	window.location.href = document.forum_search.board.options[document.forum_search.board.selectedIndex].value;
	}
	else {
	document.forum_search.board.value='';
	}
}