function ShowLegend() {
	var w = window.open("legend.html","legend","width=270,height=360,left=20,top=20,scrollbars=yes");
	w.focus();
}
function ShowScore(page, id) {
	var w = window.open(page+"?score="+id,"score","width=700,height=900,left=20,top=20,scrollbars=yes");
	w.focus();
}
function ShowBiography(page) {
	var w = window.open(page,"biography","scrollbars=yes");
	w.focus();
}

