function clickOnTopic(page, topicid)
{
	top.location = "?p=" + page + "&t=" + topicid;
}

function clickOnThread(page, topicid, threadid)
{
	top.location = "?p=" + page + "&t=" + topicid + "&th=" + threadid;
}


