function CloseAllExcept(i, j)
{
	if (j != 0 && OpenFavoriteForumBox != "")
		CloseFavoriteForumBox(document.getElementById("addFavoriteForum" + i));
	else if (j != 1 && OpenReportObjBox != "")
		CloseReportObjBox(document.getElementById("reportForum" + i));
}

function ForumJump(o)
{
	document.location = "http://www.debate.org/forums/" + o.value + "/";
}
