


var linkTarget = '_self';

function openWebLobbyHelp(url) {
  var winOpt =
      "toolbar=no,location=no,scrollbars=yes,directories=no,status=yes," +
      "resizable=no,width=724,height=500";
  helpWin = window.open(url, "WebLobbyHelpWindow", winOpt);
}

document.writeln('      <table width="141" border="0" cellspacing="0" cellpadding="0">');
document.writeln('        <tr> ');
document.writeln('          <td><img src="' + basePath + 'img/lobby/lobby.gif" width="141" height="24" alt="lobby"></td>');
document.writeln('        </tr>');
document.writeln('        <tr> ');
document.writeln('          <td>');
document.writeln('            <table width="141" border="0" cellspacing="0" cellpadding="0">');
document.writeln('              <tr> ');
document.writeln('                <td width="4" background="' + basePath + 'img/navi01.gif" align="right" valign="top"><img src="' + basePath + 'img/space.gif" width="4" height="20"></td>');
document.writeln('                <td width="133" bgcolor="333333"> ');
document.writeln('                  <p><img src="' + basePath + 'img/space.gif" width="133" height="1"><br>');
document.writeln('                    <img src="' + basePath + 'img/dot01.gif" width="14" height="12" align="absmiddle" vspace="3"><a href="/of/jsp/lobby/index.jsp" target="' + linkTarget + '"><font size="2" class="font-s" color="#FF9900">参加の仕方</font></a><br>');
document.writeln('                    <img src="' + basePath + 'img/dot01.gif" width="14" height="12" align="absmiddle" vspace="3"><a href="/of/weblobby" target="' + linkTarget + '"><font size="2" class="font-s" color="#FF9900">WEB ロビーに参加</font></a><br>');
document.writeln('                    <img src="' + basePath + 'img/dot01.gif" width="14" height="12" align="absmiddle" vspace="3"><a href="javascript:openWebLobbyHelp(' + "'/lobby/helpflame.html'" + ');" target="_self"><font size="2" class="font-s" color="#FF9900">オンラインマニュアル</font></a><br>');
document.writeln('                    <img src="' + basePath + 'img/dot01.gif" width="14" height="12" align="absmiddle" vspace="3"><a href="http://games2.himitsukichi.com/cgi-bin/ikonboard/ikonboard.cgi?act=SF;f=19" target="' + linkTarget + '"><font size="2" class="font-s" color="#FF9900">サポートフォーラム</font></a><br>');
document.writeln('                    <img src="' + basePath + 'img/dot01.gif" width="14" height="12" align="absmiddle" vspace="3"><a href="/of/execute/GenerateRoomUrlForm" target="' + linkTarget + '"><font size="2" class="font-s" color="#FF9900">ルーム URL 生成</font></a><br>');
document.writeln('                  </p></td>');
document.writeln('                <td width="4" background="' + basePath + 'img/navi02.gif" align="left" valign="top"><img src="' + basePath + 'img/space.gif" width="4" height="20"></td>');
document.writeln('              </tr>');
document.writeln('            </table>');
document.writeln('          </td>');
document.writeln('        </tr>');
document.writeln('        <tr> ');
document.writeln('          <td><img src="' + basePath + 'img/navi03.gif" width="141" height="12"></td>');
document.writeln('        </tr>');
document.writeln('      </table>');
