function checkme() {
var win = window.open("solar_system_shuffle2.html", "Antwort", "width=600,height=400,resizeable=yes,scrollbars=yes");
}

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

