// JavaScript Document

function openwinAbout() {
	window.open("/about/", "", "width=700,height=650,scrollbars=yes");
}

function openwinCopyright() {
	window.open("/copyright/", "", "width=700,height=580,scrollbars=yes");
}
