// 規約・会社概要など
function openwindow(url,target){
window.open(url,target, "scrollbars=yes,resizable=yes,width=820,height=600");
}

// IDパスワードを忘れた場合
function openwindow_forget(url,target){
window.open(url,target, "scrollbars=yes,resizable=yes,width=800,height=550");
}

// 画像一覧
function openalbum(url,target){
window.open(url,target, "scrollbars=yes,resizable=yes,width=800,height=700");
}

// コンビニダイレクト用支払方法説明ページ
function disp(url){
window.open(url, "", "width=570,height=560,scrollbars=yes");
}
