// JavaScript Document

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

function openwinContact() {
	window.open("/pc/contact/", "", "width=700,height=580,scrollbars=yes");
}

function openwinOrganization() {
	window.open("/pc/organization/", "", "width=700,height=580,scrollbars=yes");
}