// JavaScript Document

//実践布教研究会　ポップアップ
function OpenWin1(){
    win1=window.open("20110322_window.html","","width=700,height=210,scrollbars=yes");
}

