/*

各ポップアップ用処理

*/

function popup_agreement(){
	window.open('agreement/index.html', 'agreement', 'width=700,height=680,status=0,scrollbars=0,menubar=0,location=0,toolbar=0,resizable=0');
}


function popup_privacy(){
	window.open('privacy/index.html', 'privacy', 'width=715,height=700,status=0,scrollbars=1,menubar=0,location=0,toolbar=0,resizable=0');
}


function popup_contact(){
	window.open('contact/index.php', 'contact', 'width=700,height=700,status=0,scrollbars=1,menubar=0,location=0,toolbar=0,resizable=0');
}