function checkme() {
var win = window.open("world2.html", "Antworten", "width=400,height=300,resizeable=yes,scrollbars=yes");
}

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