function openGame(){
	var iWidth  = screen.availWidth;
	var iHeight = screen.availHeight;
	window.open("game.php", "game", "location=no, resizable=yes, status=no, toolbar=no, scrollbars=no, menubar=no, width="+iWidth+", height="+iHeight+", top=0, left=0");
}
