function gOpenNewWindow() {
	window.open('./forum/','_blank');
	return;
}// end function
