// TOPICS 各NEWSページポップアップ
function news_winopn(url){
window.open(url,'newwin','menubar=yes,scrollbars=yes,resizable=yes,width=590,height=600');
}

// ACCESS 印刷ページ表示ポップアップ
function access_winopn(url){
window.open(url,'newwin','menubar=yes,scrollbars=yes,resizable=yes,width=665,height=600');
}

// 全てのページ　CONTACTページ表示ポップアップ
function contact_winopn(url){
window.open(url,'newwin','menubar=yes,scrollbars=yes,resizable=yes,width=680,height=690');
}

// MEMBERS スタッフプロフィール表示ポップアップ
function members_winopn(url){
window.open(url,'newwin','menubar=yes,scrollbars=yes,resizable=yes,width=620,height=620');
}
