function intcopy() {
	document.write("Copyright&nbsp;&copy;&nbsp;2009&nbsp;田中孝顕注釈&nbsp;All rights reserved.");
}


//new window
function newPage() {
	newwin=window.open('','newwin','width=670,height=450,scrollbars=yes,resizable=yes');
if(parseInt(navigator.appVersion)>=4) {
		newwin.focus();
	}
}
