function GetQuestion() {

	var win = window.open("fplanet_tac_toe2.html", "solution", "width=600,height=300,resizeable=yes,scrollbars=yes");
}

function reset() {
	location = "fplanet_tac_toe.html";
}