function SetLocation(TheTopic)
{
		if (!(TheTopic == "XXX"))
		{
			 top.location.href="Content.php?Topic=" + TheTopic;
			 return true;
		}
}