function about() {
	win = window.open("about.html", "Site-Info");
	win.focus();
}