\n'); } function setvariables(){ window.document.main.SetVariable( "_root.DefaultGatewayUrl_str", "http://high-school.hitotsuba.j-tm.net/flashservices/gateway" ); window.document.main.SetVariable( "_root.DefaultScoUrl_str", "http://high-school.hitotsuba.j-tm.net/hschool/function" ); window.document.main.SetVariable( "_root.Service_str", "hschool.cfc" ); } function callLogoutScript(){ var logoutOK = window.document.main.GetVariable("isLogoutOK"); if(logoutOK == "OK") { //alert("お疲れ様でした。"); } else { window.document.main.SetVariable("isLogout","logout"); alert("学習システムから強制ログアウトを行います。\n正常的にログアウトしない場合、学習システムにしばらく再ログイン出来なくなる場合があります。"); } } //-->