<!-- 
             function forumpopup() {

		var width = 1;
		var height = 1;

			width = (screen.width - 650) / 2;
			height = (screen.height - 580) / 2;

              window.open('forum/index.php','forum',"toolbar=no,directories=no,status=no,menubar=no,location=no,scrollbars=yes,resizable=yes,fullscreen=0,top=0,left=0,width=650,height=580,top="+height+",left="+width);

		}

//-->
