/* */ function forumBox() { this.ShowTopic= function my_ShowTopic(topic_id) { ctl.ShowURL("http://www.virtueeltilburg.nl/phpBB2/viewtopic.php?t=" + topic_id, "forum"); } this.ShowIndex = function my_ShowIndex() { ctl.ShowURL("http://www.virtueeltilburg.nl/phpBB2/viewforum.php?f=1", "forum"); } } ctl.RegisterForum(new forumBox());