/*****　サブウインドウ設定 *****/

//賛助会員募集
function member() {
	window.open('member.html',"","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,width=625,height=650");
}


//問い合わせ
function yoyaku() {
	window.open('form.html',"","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=yes,resizable=yes,width=750,height=650");
}

