<!--
    var ToDay  = getNowDate();
    document.open();
    
    if( document.fm.semi_date.value < ToDay ){
        document.write("<strong class=\"notice\">本セミナーは終了しました</strong>");
    } else if( document.fm.semi_close_date.value < ToDay ){
        document.write("<strong class=\"notice\">本セミナーの募集は終了しました</strong>");
    } else {
        if( document.fm.ou_cd.value == "3" ) {
            document.write("<img name=\"bt1\" src=\"http://fjid.jp.fujitsu.com/events/seminar/common/img/btnentry-ls.gif\" alt=\"お申し込みはこちら（富士通IDによるイベント申込）\" width=\"355\" height=\"35\" style=\"margin: 25px 0px 15px 0px;\" onclick=\"Next_Go()\" />");
        } else {
            document.write("<img name=\"bt1\" src=\"http://fjid.jp.fujitsu.com/events/seminar/common/img/btnentry.gif\" alt=\"お申し込みはこちら\" width=\"250\" height=\"30\" style=\"margin: 10px;\" onclick=\"Next_Go()\" />");        }
    }
    document.close();
// -->
