function openGame() {
	window.open('http://monstram.net/game/index.swf',
				'mywindow',
				'width=600,height=450,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no, resizable=no');
}
