document.write('
'); document.write('
'); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); var oId = document.getElementById("loginid"); oId.focus(); function Commonloginok() { var fo = document.logFrm; if(fo.checkid.checked) fo.checkid.value = "on" if( fo.loginid.value == "" ) { alert("아이디를 입력해 주세요 !!"); fo.loginid.focus(); return false; } if( fo.loginpwd.value == "" ) { alert("비밀번호를 입력해 주세요 !!"); fo.loginpwd.focus(); return false; } if ( fo.SSL_Login.checked ) { fo.action = "https://tsl.studymania.com/tso/login_exec.aspx?path="+window.location.href; } else { fo.action = "https://tsl.studymania.com/tso/login_exec.aspx?path="+window.location.href; } fo.submit(); return false; } function hideText(obj) { obj.style.background = "#FFFFFF"; } function chkText(obj) { if(obj.value != "") obj.style.background = "#FFFFFF"; }