
/*-----------------------------------------------
	ポップアップ
------------------------------------------------*/

function openwinHelp() {
	window.open('/help/flash_operation.php','_blank','width=874,height=800,status=no,scrollbars=yes,directories=no,menubar=no,resizable=no,toolbar=no,left=50,top=50');
}

function openwinAccount(mb) {
	var url = 'accountPopup.php?mb=' + mb;
	window.open(url,'_blank','width=874,height=800,status=no,scrollbars=yes,directories=no,menubar=no,resizable=no,toolbar=no,left=50,top=50');
}

function openwinReminder(domain) {
	var url = domain +'/reminder/index.php';
	window.open(url,'_blank','width=874,height=500,status=no,scrollbars=yes,directories=no,menubar=no,resizable=no,toolbar=no,left=50,top=50');
}