// 중복을 막기 위함 if(!_BIBLE_WRITE_) { var _BIBLE_WRITE_ = true; function bible2_start() { if(document.eform.userid.value == "") { alert("로그인하셔야 이용하실 수 있습니다."); return; } var BrowName = navigator.appName; var BrowVer = navigator.appVersion; //alert(BrowVer); //if(BrowVer.substring(BrowVer.indexOf("MSIE ")+5,BrowVer.indexOf("MSIE ")+6) >= 5){ window.open("http://bible.osanchurch.star.or.kr/ebible2/blank.html","eBiblePopup","width=1000,height=700,scrollbars,top=0,left=0"); document.eform.target="eBiblePopup"; document.eform.method="post"; document.eform.action="http://bible.osanchurch.star.or.kr/ebible2/html/ebible2.asp"; document.eform.submit(); //}else{ // alert("성경쓰기는 인터넷 익스플로러 5.0이상에서만 동작합니다.nn 성경쓰기를 하시려면 인터넷 익스플로러5.0이상 버전으로 업그레이드 한후 접속해 주시기 바랍니다."); //} return; } document.writeln('
'); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(''); document.writeln('
'); }