 
	function openChat() {
	 window.open("http://ojs.review.mai.ac.nz/chat/","mywindow",
	"menubar=1,resizable=1,scrollbars=1,width=610,height=560"); }
	function openForum() {
	 window.open("http://ojs.review.mai.ac.nz/forum/","mywindow2",
	"menubar=1,resizable=1,width=350,height=250"); }
 
 