function showLegal() {
	w= window.open("/legal.html", "legal", "width=351,height=400,scrollbars=no");
	w.focus();
}