/* ポップアップウィンドウ */
function pop_win(url){
window.open(url,"","width=546,height=550,scrollbars=no,toolbar=yes,resizable=no");
}
