function fullGameReport(gameid) {

	var url = "fullGameReport.php?gameid=" + gameid;
	
	window.open(url, "_blank", "location=1, menubar=1, scrollbars=1, status=1, resizable=1, width=600")
} // end fullGameReport

