// lib functions for view all threads

function gotoCreateForum(groupId){
	//window.open('createForum.htm?groupId='+groupId,'_blank') ;
	window.location = "createForum.htm?groupId="+groupId
}
