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

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

