function openCopyrightWindow() {
	window.open("copyright.html", "copyright", "toolbar=no,location=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=545,height=700,left=0,top=0,screenX=0,screenY=0");
}