[Ttssh2-commit] [5653] TERATERM.INI 設定値全一覧から各項目の解説へのリンクを追加

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2014年 8月 30日 (土) 23:57:49 JST


Revision: 5653
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5653
Author:   maya
Date:     2014-08-30 23:57:49 +0900 (Sat, 30 Aug 2014)
Log Message:
-----------
TERATERM.INI 設定値全一覧から各項目の解説へのリンクを追加

Modified Paths:
--------------
    trunk/doc/en/html/about/ctrlseq.html
    trunk/doc/en/html/about/history.html
    trunk/doc/en/html/macro/appendixes/disconnecttiming.html
    trunk/doc/en/html/macro/command/wait4all.html
    trunk/doc/en/html/menu/setup-additional.html
    trunk/doc/en/html/menu/setup-font.html
    trunk/doc/en/html/menu/setup-general.html
    trunk/doc/en/html/menu/setup-keyboard.html
    trunk/doc/en/html/menu/setup-keyboardr.html
    trunk/doc/en/html/menu/setup-serialport.html
    trunk/doc/en/html/menu/setup-tcpip.html
    trunk/doc/en/html/menu/setup-terminal.html
    trunk/doc/en/html/menu/setup-terminalr.html
    trunk/doc/en/html/menu/setup-window.html
    trunk/doc/en/html/menutek/setup-font.html
    trunk/doc/en/html/menutek/setup-window.html
    trunk/doc/en/html/setup/teraterm-ini.html
    trunk/doc/ja/html/about/ctrlseq.html
    trunk/doc/ja/html/about/history.html
    trunk/doc/ja/html/macro/appendixes/disconnecttiming.html
    trunk/doc/ja/html/macro/command/wait4all.html
    trunk/doc/ja/html/menu/setup-additional.html
    trunk/doc/ja/html/menu/setup-font.html
    trunk/doc/ja/html/menu/setup-general.html
    trunk/doc/ja/html/menu/setup-keyboard.html
    trunk/doc/ja/html/menu/setup-keyboardr.html
    trunk/doc/ja/html/menu/setup-serialport.html
    trunk/doc/ja/html/menu/setup-tcpip.html
    trunk/doc/ja/html/menu/setup-terminal.html
    trunk/doc/ja/html/menu/setup-terminalr.html
    trunk/doc/ja/html/menu/setup-window.html
    trunk/doc/ja/html/menutek/setup-font.html
    trunk/doc/ja/html/menutek/setup-window.html
    trunk/doc/ja/html/setup/teraterm-ini.html

-------------- next part --------------
Modified: trunk/doc/en/html/about/ctrlseq.html
===================================================================
--- trunk/doc/en/html/about/ctrlseq.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/about/ctrlseq.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -19,7 +19,7 @@
 <tr><td>0x02</td>	<td> STX </td>	<td> </td></tr>
 <tr><td>0x03</td>	<td> ETX </td>	<td> </td></tr>
 <tr><td>0x04</td>	<td> EOT </td>	<td> </td></tr>
-<tr><td>0x05</td>	<td> ENQ </td>	<td> Sends the <a href="../menu/setup-terminal.html#answerback">answerback message</a>.</td></tr>
+<tr><td>0x05</td>	<td> ENQ </td>	<td> Sends the <a href="../menu/setup-terminal.html#Answerback">answerback message</a>.</td></tr>
 <tr><td>0x06</td>	<td> ACK </td>	<td> </td></tr>
 <tr><td>0x07</td>	<td> BEL </td>	<td> Sounds the bell tone.</td></tr>
 <tr><td>0x08</td>	<td> BS  </td>	<td> Moves the cursor one character position to the left. </td></tr>

Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/about/history.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -221,7 +221,7 @@
         <ul>
           <li>added the <a href="../setup/teraterm-term.html#BellLimitting">BellOverUsedTime, BellOverUsedCount and BellSuppressTime</a> entries in the teraterm.ini file. The default value are 2 , 5 and 5.</li>
         </ul></li>
-      <li>added the <a href="../commandline/teraterm.html#autowinclose">/AUTOWINCLOSE</a> command line option to control the <a href="../menu/setup-tcpip.html#autowinclose">Auto window close</a>.</li>
+      <li>added the <a href="../commandline/teraterm.html#autowinclose">/AUTOWINCLOSE</a> command line option to control the <a href="../menu/setup-tcpip.html#AutoWinClose">Auto window close</a>.</li>
       <li>Macro
         <ul>
           <li>added the "Unknown command." new message in the <a href="../macro/appendixes/errormessages.html">Error messages</a>.</li>
@@ -263,7 +263,7 @@
         </ul></li>
       <li>added the Exit All under the <a href="../menu/file.html">File menu</a>.</li>
       <li>added the Cascade, Stacked and Side By Side under the <a href="../menu/window.html">Window menu</a>.</li>
-      <li>added the <a href="../commandline/teraterm.html#nolog">/nolog</a> command line option to disable the <a href="../menu/setup-additional.html#autologging">Auto start logging</a>.</li>
+      <li>added the <a href="../commandline/teraterm.html#nolog">/nolog</a> command line option to disable the <a href="../menu/setup-additional.html#LogAutoStart">Auto start logging</a>.</li>
       <li>Macro
         <ul>
           <li>added the <a href="../macro/command/listbox.html">listbox</a> command.</li>
@@ -295,7 +295,7 @@
         </ul></li>
       <li>When the URL string ends at the right row and return code, the URL string continues to next line by mistake.</li>
       <li>The URL string on the mouse hand cursor shifts to the left with half character by mistake.</li>
-      <li>MACRO: The send/sendln command can be affected by the <a href="../menu/setup-additional.html#pastedelayperline">Paste delay per line</a> configuration.</li>
+      <li>MACRO: The send/sendln command can be affected by the <a href="../menu/setup-additional.html#PasteDelayPerLine">Paste delay per line</a> configuration.</li>
       <li>MACRO: When the timeout is 0, the <a href="../macro/command/waitn.html">waitn</a> command can not wait any character.</li>
       <li>MARCO: When the break command is executed after the continue command, the Invalid Control error will be ocurred.</li>
       <li>MARCO: The box-style macro command can not show the dialog position well on the multi display.</li>
@@ -1476,7 +1476,7 @@
       <li>Bug fix: last 1 character of title string that is sent from server is deleted.</li>
       <li>Bug fix: TeraTerm would use the configuration of TCPLocalEcho/TCPCRSend when the user start telnet connection on New connection dialog.</li>
       <li>Bug fix: when <a href="../menu/setup-additional.html#continuedline">continued line copy</a> is enabled, <a href="../menu/edit.html#copytable">Copy Table</a> does not work correctly</li>
-      <li>Bug fix: when <a href="../menu/setup-keyboard.html#delkey">Transmit DEL by Delete key</a> is enabled and Num Lock status is off, Numeric Keypad "." sends DEL.</li>
+      <li>Bug fix: when <a href="../menu/setup-keyboard.html#DeleteKey">Transmit DEL by Delete key</a> is enabled and Num Lock status is off, Numeric Keypad "." sends DEL.</li>
       <li>Bug fix: '<a href="../macro/command/wait.html">wait</a>' macro command can't wait a long string. Enbug****@4*****.</li>
       <li>Bug fix: The color value on <a href="../menu/setup-window.html">Window setup dialog</a> would become 255 when the value is less than 16 and the user pushes PageUP key.</li>
       <li>Bug fix: COM port description would be wrong when COM port number is forced to switch another number. Special thanks to xoxo-san.</li>

Modified: trunk/doc/en/html/macro/appendixes/disconnecttiming.html
===================================================================
--- trunk/doc/en/html/macro/appendixes/disconnecttiming.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/macro/appendixes/disconnecttiming.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -50,7 +50,7 @@
 </pre>
 
 <p>
-Also, when <a href="../../menu/setup-tcpip.html#autowinclose">Auto window close</a> configuration is enabled, a user uses the unlink command. Refer to in the following code:
+Also, when <a href="../../menu/setup-tcpip.html#AutoWinClose">Auto window close</a> configuration is enabled, a user uses the unlink command. Refer to in the following code:
 </p>
 
 <pre class="macro-example">

Modified: trunk/doc/en/html/macro/command/wait4all.html
===================================================================
--- trunk/doc/en/html/macro/command/wait4all.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/macro/command/wait4all.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -61,7 +61,7 @@
 </table>
 
 <p>
-NOTICE: The Wait4allMacroCommand entry in the teraterm.ini file must be "on" to use this macro command. Rarely, the macro command does not work well.
+NOTICE: The <a href="../../setup/teraterm-ini.html#Wait4allMacroCommand">Wait4allMacroCommand</a> entry in the teraterm.ini file must be "on" to use this macro command. Rarely, the macro command does not work well.
 </p>
 
 <h2>Example</h2>

Modified: trunk/doc/en/html/menu/setup-additional.html
===================================================================
--- trunk/doc/en/html/menu/setup-additional.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menu/setup-additional.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -14,38 +14,38 @@
 
     <h2>"General" Tab</h2>
     <dl>
-      <dt>Enable clickable URL</dt>
+      <dt id="EnableClickableUrl">Enable clickable URL</dt>
       <dd>
 	Launches the web browser by clicking URL string.
       </dd>
 
-      <dt>Disable accelerator send break</dt>
+      <dt id="DisableAcceleratorSendBreak">Disable accelerator send break</dt>
       <dd>
 	Disables accelerator key of send break.
       </dd>
 
-      <dt>Accept broadcast</dt>
+      <dt id="AcceptBroadcast">Accept broadcast</dt>
       <dd>
 	Accept the <a href="./control-broadcast.html">broadcast command</a>.<br>
 	Can be only enabled when the "Realtime mode" is off. However, this option is always ignored when the "Realtime mode" is on.
       </dd>
 
-      <dt>Mouse wheel scroll line</dt>
+      <dt id="MouseWheelScrollLine">Mouse wheel scroll line</dt>
       <dd>
 	Configures the mouse wheel scroll line.
       </dd>
 
-      <dt>Auto scroll only in bottom line</dt>
+      <dt id="AutoScrollOnlyInBottomLine">Auto scroll only in bottom line</dt>
       <dd>
 	Stop auto scrolling except when the bottom line is displayed.
       </dd>
 
-      <dt>Clear display when window resized</dt>
+      <dt id="ClearOnResize">Clear display when window resized</dt>
       <dd>
         The current screen is cleared when the VT window resizes.
       </dd>
 
-      <dt>Change cursor shape with IME state</dt>
+      <dt id="IMERelatedCursor">Change cursor shape with IME state</dt>
       <dd>
         When the IME is enabled, the caret is gray.
       </dd>
@@ -55,18 +55,18 @@
 
     <h2>"Control Sequence" Tab</h2>
     <dl>
-      <dt>Accept mouse event tracking</dt>
+      <dt id="MouseEventTracking">Accept mouse event tracking</dt>
       <dd>
 	Tera Term would send the escape sequence of the mouse operation when VT window is changed to the mouse tracking mode by the host application.<br>
 	However, TERM environment variable should be "xterm" type.
       </dd>
 
-      <dt>Disable mouse event tracking when Control is pressed</dt>
+      <dt id="DisableMouseTrackingByCtrl">Disable mouse event tracking when Control is pressed</dt>
       <dd>
         The mouse tracking mode is enabled, TeraTerm does not send the mouse operation while the control key is pressed.
       </dd>
 
-      <dt>Accept window title change request</dt>
+      <dt id="AcceptTitleChangeRequest">Accept window title change request</dt>
       <dd>
         Configures whether a user accepts the window title changing.
         <dl>
@@ -81,7 +81,7 @@
         </dl>
       </dd>
 
-      <dt>Window title report</dt>
+      <dt id="TitleReportSequence">Window title report</dt>
       <dd>
         A user can configurate how Tera Term can respond to the ddterm window title and icon label reporting request. 
         <dl>
@@ -94,18 +94,18 @@
         </dl>
       </dd>
 
-      <dt>Window control sequence</dt>
+      <dt id="WindowCtrlSequence">Window control sequence</dt>
       <dd>
         added support for the position moving, the minimization, the maximization, the most front, the most back, the refresh and the window size changing(per pixel and character) control sequences regarding the dtterm window operation.
       </dd>
 
-      <dt>Window report sequence</dt>
+      <dt id="WindowReportSequence">Window report sequence</dt>
       <dd>
         This function enables the ddterm control sequence such as the window status reporting, the window position reporting, the window size(in pixcel and character) reporting and the root window size reporting, among the window information reporting features.<br>
         If you do not want window informations to be sent to remote host by some reason such as security, please disable this setting.
       </dd>
 
-      <dt>Cursor control sequence</dt>
+      <dt id="CursorCtrlSequence">Cursor control sequence</dt>
       <dd>
       Enables the control sequence for the cursor shape.<br>
       This function enables cursor shape change by cursor change seqnence of DECSCUSR(cursor shape change), WYSTCURM(Wyse no-blinking cursor), WYULCURM(Wyse underlined cursor) and AT&amp;T 610 blinking cursor.<br><br>
@@ -141,7 +141,7 @@
 </pre>
       </dd>
 
-      <dt>Clipboard access from remote</dt>
+      <dt id="ClipboardAccessFromRemote">Clipboard access from remote</dt>
       <dd>
         permits the host to access the clipboard.
         <dl>
@@ -161,36 +161,36 @@
 
     <h2>"Copy and Paste" Tab</h2>
     <dl>
-      <dt><a name="continuedline">Enable continued line copy</a></dt>
+      <dt id="EnableContinuedLineCopy"><a name="continuedline">Enable continued line copy</a></dt>
       <dd>
 	Concatenates current line with the next line including word
 	characters when the whole line is stepped over.
       </dd>
 
-      <dt>Disable mouse R button paste</dt>
+      <dt id="DisablePasteMouseRButton">Disable mouse R button paste</dt>
       <dd>
 	Disables pasting clipboard data when mouse right button is clicked.
       </dd>
 
-      <dt>Confirm mouse R button paste</dt>
+      <dt id="ConfirmPasteMouseRButton">Confirm mouse R button paste</dt>
       <dd>
 	Displays popup menu and confirm pasting clipboard data when mouse
 	right button is clicked.
       </dd>
 
-      <dt>Select only by L button</dt>
+      <dt id="SelectOnlyByLButton">Select only by L button</dt>
       <dd>
 	Enable selection by mouse drag only with left button.
       </dd>
 
-      <dt>ConfirmChangePaste</dt>
+      <dt id="ConfirmChangePaste">Confirm change paste</dt>
       <dd>
 	When the Clipboard includes CR/LF, the confirmation
 	dialog can be shown to paste by right-click or Alt+V.
 	This is a foolproof way.
       </dd>
 
-      <dt>String file</dt>
+      <dt id="ConfirmChangePasteStringFile">String file</dt>
       <dd>
 	When the Clipboard includes any strings in the specified file, 
 	the confirmation dialog can be shown to paste by right-click or Alt+V.
@@ -208,7 +208,7 @@
 	Inludes delimiter characters for the word selection.
       </dd>
 
-      <dt><a name="pastedelayperline">Paste delay per line</a></dt>
+      <dt><a name="PasteDelayPerLine">Paste delay per line</a></dt>
       <dd>
 	A user can delay to send a line data to the remote host when the user pastes multiple lines. The delay time can be specified by this option on the millisecond time scale.
       </dd>
@@ -218,7 +218,7 @@
 
     <h2>"Visual" tab</h2>
     <dl>
-      <dt>AlphaBlend</dt>
+      <dt id="AlphaBlend">AlphaBlend</dt>
       <dd>
 	You can setup the value of transparency. The range of transparency
 	is from 0 to 255. The more transparency reduces the value, the more
@@ -242,7 +242,7 @@
     </dl>
 
     <dl>
-      <dt>MouseCursor</dt>
+      <dt id="MouseCursor">MouseCursor</dt>
       <dd>
 	Mouse cursor can have one of the 4 shapes listed below:
 <pre>
@@ -253,7 +253,7 @@
 </pre>
       </dd>
 
-      <dt>Font quality</dt>
+      <dt id="FontQuality">Font quality</dt>
       <dd>
 	Specifies the font quality. This feature will work well only if the operating system supports.
 <pre>
@@ -264,20 +264,20 @@
 </pre>
       </dd>
 
-      <dt>ANSI color</dt>
+      <dt id="ANSIColor">ANSI color</dt>
       <dd>Specifies the RGB value of the color for PC style and aixterm style 16 colors mode.</dd>
 
-      <dt>Enable Bold attribute color</dt>
-      <dt>Enable Blink attribute color</dt>
-      <dt>Enable Reverse attribute color</dt>
-      <dt>Enable URL attribute color</dt>
-      <dt>Enable ANSI color</dt>
+      <dt id="EnableBoldAttrColor">Enable Bold attribute color</dt>
+      <dt id="EnableBlinkAttrColor">Enable Blink attribute color</dt>
+      <dt id="EnableReverseAttrColor">Enable Reverse attribute color</dt>
+      <dt id="EnableURLColor">Enable URL attribute color</dt>
+      <dt id="EnableANSIColor">Enable ANSI color</dt>
       <dd>
         Enables each color attributes and color setting.<br>
 	If ANSI color is disabled, 16 colors and 256 colors modes are also disabled.
       </dd>
 
-      <dt>Underline URL string</dt>
+      <dt id="URLUnderline">Underline URL string</dt>
       <dd>
         Enables Underline attribute on URL string.
       </dd>
@@ -287,12 +287,12 @@
 
     <h2>"Log" tab</h2>
     <dl>
-      <dt>View log editor</dt>
+      <dt id="ViewlogEditor">View log editor</dt>
       <dd>
 	Specify the editor that is used for display log file
       </dd>
 
-      <dt>Default log file name(strftime format)</dt>
+      <dt id="LogDefaultName">Default log file name(strftime format)</dt>
       <dd>
 	Specify default log file name. It can include a format of strftime.
 <pre>
@@ -330,64 +330,64 @@
 	Specify default path to save log file. It is used when the log file name is not a full path.
       </dd>
 
-      <dt><a name="autologging">Auto start logging</a></dt>
+      <dt><a id="LogAutoStart">Auto start logging</a></dt>
       <dd>
     Start logging automaticaly when connecting. Default Log File Name is used for log file name.<br>
     When the <a href="../commandline/teraterm.html#nolog">/nolog</a> command line is specified, this feature is always disabled.
       </dd>
 
-      <dt><a name="LogRotate">Log Rotate</a></dt>
+      <dt><a id="LogRotate">Log Rotate</a></dt>
       <dd>
     The log rotation is enabled. The extension of the rotated file is added .1, .2, .3 etc.
       </dd>
 
       <ul>
-        <dt><a name="LogRotateSize">Size</a></dt>
+        <dt><a id="LogRotateSize">Size</a></dt>
         <dd>
         The log file is rotated when it grows bigger than Size bytes. If the size is followed by KB, 
         the size is assumed to be in kilobytes. If the MB is used, the size is in megabytes.
         </dd>
         
-        <dt><a name="LogRotateStep">Rotate</a></dt>
+        <dt><a id="LogRotateStep">Rotate</a></dt>
         <dd>
         The log file is rotated Rotate times before being removed. If the Rotate is 0,
         the old version is not removed rather than rotated.
         </dd>
       </ul>
 
-      <dt><a name="LogOption">Log option</a></dt>
+      <dt><a id="LogOption">Log option</a></dt>
       <dd>
       Sepcify the log type.
       </dd>
 
       <ul>
-        <dt>Binary</dt>
+        <dt id="LogBinary">Binary</dt>
         <dd>
   	If you select this option, received characters are written without
   	any modifications. Otherwise, new-line codes are converted and
   	escape sequences are stripped out.
         </dd>
 
-        <dt>Append</dt>
+        <dt id="LogAppend">Append</dt>
         <dd>
   	If you select this option and the specified log file already exists,
   	received characters are appended to the file. Otherwise, the file is
   	overwritten.
         </dd>
 
-        <dt>Plain text</dt>
+        <dt id="LogTypePlainText">Plain text</dt>
         <dd>
   	If you select this option, ASCII non-printable characters are not written.<br>
 	NOTE: When the Binary option is enabled, this option can not be checked and the value will be disabled.
         </dd>
 
-        <dt>Timestamp</dt>
+        <dt id="LogTimestamp">Timestamp</dt>
         <dd>
   	If you select this option, a timestamp is added on top of each log line. The timestamp is added when the first character of the line appears.<br>
 	NOTE: When the Binary option is enabled, this option can not be checked and the value will be disabled.
         </dd>
 
-        <dt>Hide dialog</dt>
+        <dt id="LogHideDialog">Hide dialog</dt>
         <dd>
   	If you select this option, "Log" dialog box is not displayed.
         </dd>
@@ -403,7 +403,7 @@
 
     <h2>"Cygwin" tab</h2>
     <dl>
-      <dt>Cygwin install path</dt>
+      <dt id="CygwinDirectory">Cygwin install path</dt>
       <dd>
 	Specify the install directory of Cygwin.
       </dd>

Modified: trunk/doc/en/html/menu/setup-font.html
===================================================================
--- trunk/doc/en/html/menu/setup-font.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menu/setup-font.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -16,7 +16,7 @@
 
     <h2>"Font" dialog box</h2>
     <dl>
-      <dt>Font</dt>
+      <dt id="VTFont">\x83t\x83H\x83\x93\x83g</dt>
       <dd>
 	Select a font from the list.
       </dd>

Modified: trunk/doc/en/html/menu/setup-general.html
===================================================================
--- trunk/doc/en/html/menu/setup-general.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menu/setup-general.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -19,12 +19,12 @@
 	run without command line parameter.
       </dd>
 
-      <dt>Language</dt>
+      <dt id="Language">Language</dt>
       <dd>
 	Language mode (English, Japanese, Korean, Russian or UTF-8) of the terminal emulation.
       </dd>
 
-      <dt>LanguageUI</dt>
+      <dt id="UILanguageFile">LanguageUI</dt>
       <dd>
 	The message catalog(menu and dialog message) can be changed by specifying the language file(lang\*.lng).
 	Refer to <A HREF="../setup/lng.html">Language file</a>.

Modified: trunk/doc/en/html/menu/setup-keyboard.html
===================================================================
--- trunk/doc/en/html/menu/setup-keyboard.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menu/setup-keyboard.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -16,7 +16,7 @@
       <dt>Transmit DEL by:</dt>
       <dd>
 	<dl>
-	  <dt>Backspace key</dt>
+	  <dt id="BSKey">Backspace key</dt>
 	  <dd>
 	    If this option is checked, pressing the backspace key sends
 	    the DEL character (ASCII 0x7F). If not checked, the BS character
@@ -25,7 +25,7 @@
 	    Ctrl+backspace key.
 	  </dd>
 
-	  <dt><a name="delkey">Delete key</a></dt>
+	  <dt id="DeleteKey">Delete key</dt>
 	  <dd>
 	    If this option is checked, pressing the Delete key sends the
 	    DEL character. If not checked, the function assigned for the
@@ -35,7 +35,7 @@
 	</dl>
       </dd>
 
-      <dt>Meta key</dt>
+      <dt id="MetaKey">Meta key</dt>
       <dd>
 	Enables the meta-key mode. The Alt key is used as the meta key.
 	For example, the sequence ESC A is sent by pressing the Alt+A key.
@@ -46,7 +46,7 @@
       <dt>Disabled mode:</dt>
       <dd>
 	<dl>
-	  <dt>Application Keypad</dt>
+	  <dt id="DisableAppKeypad">Application Keypad</dt>
 	  <dd>
 	    This option disables Application Keypad mode.<br>
 	    If this option is selected, you can prevent a problem of a
@@ -56,7 +56,7 @@
 	    may encounter other problems when this option is selected.
 	  </dd>
 
-	  <dt>Application Cursor</dt>
+	  <dt id="DisableAppCursor">Application Cursor</dt>
 	  <dd>
 	    This option disables Application Cursor mode.
 	  </dd>

Modified: trunk/doc/en/html/menu/setup-keyboardr.html
===================================================================
--- trunk/doc/en/html/menu/setup-keyboardr.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menu/setup-keyboardr.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -35,7 +35,7 @@
 	</dl>
       </dd>
 
-      <dt>Keyboard</dt>
+      <dt id="RussKeyb">Keyboard</dt>
       <dd>
 	Russian keyboard driver type. If you are using the standard
 	keyboard driver which comes with Russian Windows, select Windows.

Modified: trunk/doc/en/html/menu/setup-serialport.html
===================================================================
--- trunk/doc/en/html/menu/setup-serialport.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menu/setup-serialport.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -13,12 +13,12 @@
 
     <h2>"Serial port setup" dialog box</h2>
     <dl>
-      <dt>Port</dt>
+      <dt id="ComPort">Port</dt>
       <dd>
 	Serial port to be used.
       </dd>
 
-      <dt>Data, Stop, Baud rate, Flow control, and Parity</dt>
+      <dt id="BaudRate">Baud rate, Data, Parity, Stop, Flow control</dt>
       <dd>
 	Serial port parameters. Choose the appropriate parameters for
 	the modem or the host.
@@ -32,7 +32,7 @@
 	</p>
       </dd>
 
-      <dt>Transmit delay</dt>
+      <dt id="Delay">Transmit delay</dt>
       <dd>
 	Time intervals between characters (lines) being sent, in milliseconds.
       </dd>

Modified: trunk/doc/en/html/menu/setup-tcpip.html
===================================================================
--- trunk/doc/en/html/menu/setup-tcpip.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menu/setup-tcpip.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -31,7 +31,7 @@
       </pre>
 
 	<dl>
-	  <dt><a name="history">History</a></dt>
+	  <dt id="HistoryList">History</dt>
 	  <dd>
 	    If this option is selected, a host name entered in the
 	    <a href="file-new.html">[File] New connection</a> dialog box
@@ -40,28 +40,28 @@
 	</dl>
       </dd>
 
-      <dt><a name="autowinclose">Auto window close</a></dt>
+      <dt id="AutoWinClose">Auto window close</dt>
       <dd>
 	Closes Tera Term when the connection is closed.
       </dd>
 
-      <dt><a name="tcpport">TCP port#</a></dt>
+      <dt id="TCPPort">TCP port#</dt>
       <dd>
 	TCP port number. Normally, port number 23 is used for the telnet
 	protocol.
       </dd>
 
-      <dt><a name="telnet">Telnet</a></dt>
+      <dt id="Telnet">Telnet</dt>
       <dd>
 	Enables the telnet protocol. Usually, you should select this option.
       </dd>
 
-      <dt><a name="keepalive">Keep alive</a></dt>
+      <dt id="TelKeepAliveInterval">Keep alive</dt>
       <dd>
 	This feature is called by Telnet keep-alive(heart-beat) mechanism. If this feature is enabled, Tera Term will send NOP message(IAC NOP: 255 241) periodically. 0 to turn off. The default value is 300 seconds.
       </dd>
 
-      <dt><a name="termtype">Terminal type</a></dt>
+      <dt id="TermType">Terminal type</dt>
       <dd>
 	Terminal type to be reported to the host when the telnet connection
 	is established.<br>

Modified: trunk/doc/en/html/menu/setup-terminal.html
===================================================================
--- trunk/doc/en/html/menu/setup-terminal.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menu/setup-terminal.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -13,14 +13,14 @@
 
     <h2>"Terminal setup" dialog box</h2>
     <dl>
-      <dt>Terminal size</dt>
+      <dt id="TerminalSize">Terminal size</dt>
       <dd>
 	The logical size of the terminal (numbers of columns and lines).
 	Note that the window size (real screen size) is not necessarily
 	equal to the terminal size.
       </dd>
 
-      <dt>Term size = win size</dt>
+      <dt id="TermIsWin">Term size = win size</dt>
       <dd>
 	Forces the terminal size to be always equal to the window size.
       </dd>
@@ -53,7 +53,7 @@
         </dl>
       </dd>
 
-      <dt>New-line (transmit)</dt>
+      <dt id="CRSend">New-line (transmit)</dt>
       <dd>
         <dl>
           <dt>CR</dt>
@@ -72,12 +72,12 @@
 	<a href="setup-tcpip.html">[Setup] TCP/IP</a> command.
       </dd>
 
-      <dt>Local echo</dt>
+      <dt id="LocalEcho">Local echo</dt>
       <dd>
 	Enables local echoing of characters sent.
       </dd>
 
-      <dt><a name="answerback">Answerback</a></dt>
+      <dt><a name="Answerback">Answerback</a></dt>
       <dd>
 	The string to be answered back to the host, when the ENQ ($05)
 	character is received. Each non-printable character in the string
@@ -89,7 +89,7 @@
 	</p>
       </dd>
 
-      <dt>Auto switch (VT&lt;-&gt;TEK)</dt>
+      <dt id="AutoWinSwitch">Auto switch (VT&lt;-&gt;TEK)</dt>
       <dd>
 	Enables auto switching between VT and TEK emulations.
       </dd>

Modified: trunk/doc/en/html/menu/setup-terminalr.html
===================================================================
--- trunk/doc/en/html/menu/setup-terminalr.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menu/setup-terminalr.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -97,20 +97,20 @@
       <dt>Character set</dt>
       <dd>
 	<dl>
-	  <dt>Host</dt>
+	  <dt id="RussHost">Host</dt>
 	  <dd>
 	    Russian character set used in the host computer.
 	    Windows (CP 1251), KOI8-R, CP 866 or ISO 8859-5.
 	  </dd>
 
-	  <dt>Client</dt>
+	  <dt id="RussClient">Client</dt>
 	  <dd>
 	    Russian character set used in your PC. Windows (CP 1251),
 	    KOI8-R, CP 866 or ISO 8859-5. If you are using Russian version
 	    of Windows, you should select Windows.
 	  </dd>
 
-      <dt>Font</dt>
+      <dt id="RussFont">Font</dt>
       <dd>
 	Character code set of the specified font, Windows (CP 1251),
 	KOI8-R, CP 866 or ISO 8859-5.

Modified: trunk/doc/en/html/menu/setup-window.html
===================================================================
--- trunk/doc/en/html/menu/setup-window.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menu/setup-window.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -13,22 +13,22 @@
 
     <h2>"Window setup" dialog box</h2>
     <dl>
-      <dt>Title</dt>
+      <dt id="Title">Title</dt>
       <dd>
 	Text displayed in the window title.
       </dd>
 
-      <dt>Cursor shape</dt>
+      <dt id="CursorShape">Cursor shape</dt>
       <dd>
 	Cursor shape. Block, Vertical line or Horizontal line.
       </dd>
 
-      <dt>Enable bold font</dt>
+      <dt id="EnableBold">Enable bold font</dt>
       <dd>
 	Enables the use of bold style font for characters with the bold attribute.
       </dd>
 
-      <dt>Hide title bar</dt>
+      <dt id="HideTitle">Hide title bar</dt>
       <dd>
 	Hides the title bar and menu bar. You can move the window by
 	dragging it with the left mouse button while pressing the Alt key.
@@ -37,13 +37,13 @@
 	pressing the Ctrl key causes the pop-up menu to appear. 
       </dd>
 
-      <dt>Hide menu bar</dt>
+      <dt id="PopupMenu">Hide menu bar</dt>
       <dd>
 	Hides the menu bar. Clicking the left mouse button while pressing
 	the Ctrl key causes the pop-up menu to appear.
       </dd>
 
-      <dt>16 Colors (PC style)</dt>
+      <dt id="PcBoldColor">16 Colors (PC style)</dt>
       <dd>
 	Enables the PC style mapping of bold color.  In this mode, the bold (blink)
 	attribute is used as a color attribute bit for text (background).
@@ -51,7 +51,7 @@
 	background specified by escape sequences twice, from 8 to 16.
       </dd>
 
-      <dt>16 Colors (aixterm style)</dt>
+      <dt id="Aixterm16Color">16 Colors (aixterm style)</dt>
       <dd>
 	Enables aixterm style 16 colors mode.
 	This option increases the number of colors for text and
@@ -61,7 +61,7 @@
 	If a user does not like this behavior, turn off this option.
       </dd>
 
-      <dt>256 Colors (xterm style)</dt>
+      <dt id="Xterm256Color">256 Colors (xterm style)</dt>
       <dd>
 	Enables xterm style 256 colors mode.
 	This option increases the number of colors for text and
@@ -69,7 +69,7 @@
 	Also, a user can change the color table by the escape sequence.
       </dd>
 
-      <dt>Scroll buffer</dt>
+      <dt id="ScrollBuffSize">Scroll buffer</dt>
       <dd>
 	Enables the scroll buffer. If enabled, the number of lines in the
 	scroll buffer (including the displayed area) can be specified.
@@ -91,7 +91,7 @@
 	    Background color.
 	  </dd>
 
-	  <dt>Attribute</dt>
+	  <dt id="Attribute">Attribute</dt>
 	  <dd>
 	    Attribute of characters (Normal, Bold, Blink, Reverse or URL) whose colors
 	    are being changed.<br>
@@ -108,7 +108,7 @@
 	    Specifies the RGB value of the character color.
 	  </dd>
 
-	  <dt>Always use Normal text's BG</td>
+	  <dt id="UseNormalBGColor">Always use Normal text's BG</td>
 	  <dd>
 	    If this option is ON, Tera Term uses Normal background color instead of Bold, Blink and URL's background color.
 	  </dd>

Modified: trunk/doc/en/html/menutek/setup-font.html
===================================================================
--- trunk/doc/en/html/menutek/setup-font.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menutek/setup-font.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -17,7 +17,7 @@
 
 <dl>
 
-<dt>Font</dt>
+<dt id="TEKFont">Font</dt>
 <dd>Select a font from the list.</dd>
 
 <dt>Size</dt>

Modified: trunk/doc/en/html/menutek/setup-window.html
===================================================================
--- trunk/doc/en/html/menutek/setup-window.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/menutek/setup-window.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -27,11 +27,11 @@
 <dt>Hide menu bar</dt>
 <dd>Hides the menu bar. Clicking the left mouse button while pressing the Ctrl key, causes the pop-up menu to appear.</dd>
 
-<dt>Color emulation</dt>
+<dt id="TEKColorEmulation">Color emulation</dt>
 <dd>Enables the emulation of colors for text and graphics.
 Note: Enabling this option consumes larger amount of memory.</dd>
 
-<dt>Color</dt>
+<dt id="TEKColor">Color</dt>
 <dd>
   <dl>
   <dt>Text</dt>

Modified: trunk/doc/en/html/setup/teraterm-ini.html
===================================================================
--- trunk/doc/en/html/setup/teraterm-ini.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/en/html/setup/teraterm-ini.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -74,19 +74,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AcceptBroadcast">AcceptBroadcast</td>
+		<td id="AcceptBroadcast"><a href="../menu/setup-additional.html#AcceptBroadcast">AcceptBroadcast</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AcceptTitleChangeRequest">AcceptTitleChangeRequest</td>
+		<td id="AcceptTitleChangeRequest"><a href="../menu/setup-additional.html#AcceptTitleChangeRequest">AcceptTitleChangeRequest</a></td>
 		<td style="width:250px;">overwrite</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Aixterm16Color">Aixterm16Color</td>
+		<td id="Aixterm16Color"><a href="../menu/setup-window.html#Aixterm16Color">Aixterm16Color</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -98,7 +98,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AlphaBlend">AlphaBlend</td>
+		<td id="AlphaBlend"><a href="../menu/setup-additional.html#AlphaBlend">AlphaBlend</a></td>
 		<td style="width:250px;">255</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -110,13 +110,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ANSIColor">ANSIColor</td>
+		<td id="ANSIColor"><a href="../menu/setup-additional.html#ANSIColor">ANSIColor</a></td>
 		<td style="width:250px;">0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,128,128,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,64,64,64, 9,192,0,0, 10,0,192,0, 11,192,192,0, 12,64,64,192, 13,192,0,192, 14,0,192,192, 15,192,192,192</td>
 		<td style="width:250px;">0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,0,0,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,128,128,128, 9,128,0,0, 10,0,128,0, 11,128,128,0, 12,0,0,128, 13,128,0,128, 14,0,128,128, 15,192,192,192</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Answerback">Answerback</td>
+		<td id="Answerback"><a href="../menu/setup-terminal.html#Answerback">Answerback</a></td>
 		<td style="width:250px;"></td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -128,7 +128,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AutoScrollOnlyInBottomLine">AutoScrollOnlyInBottomLine</td>
+		<td id="AutoScrollOnlyInBottomLine"><a href="../menu/setup-additional.html#AutoScrollOnlyInBottomLine">AutoScrollOnlyInBottomLine</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -140,19 +140,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AutoWinClose">AutoWinClose</td>
+		<td id="AutoWinClose"><a href="../menu/setup-tcpip.html#AutoWinClose">AutoWinClose</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AutoWinResize">AutoWinResize</td>
+		<td id="AutoWinResize"><a href="../menu/setup-terminal.html#AutoWinResize">AutoWinResize</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AutoWinSwitch">AutoWinSwitch</td>
+		<td id="AutoWinSwitch"><a href="../menu/setup-terminal.html#AutoWinSwitch">AutoWinSwitch</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -164,7 +164,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="BaudRate">BaudRate</td>
+		<td id="BaudRate"><a href="../menu/setup-serialport.html#BaudRate">BaudRate</td>
 		<td style="width:250px;">9600</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -224,7 +224,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="BSKey">BSKey</td>
+		<td id="BSKey"><a href="../menu/setup-keyboard.html#BSKey">BSKey</a></td>
 		<td style="width:250px;">BS</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -236,7 +236,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ClearOnResize">ClearOnResize</td>
+		<td id="ClearOnResize"><a href="../menu/setup-additional.html#ClearOnResize">ClearOnResize</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -260,7 +260,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ClipboardAccessFromRemote">ClipboardAccessFromRemote</td>
+		<td id="ClipboardAccessFromRemote"><a href="../menu/setup-additional.html#ClipboardAccessFromRemote">ClipboardAccessFromRemote</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -272,13 +272,13 @@
 		<td>* by the installer</td>
 	</tr>
 	<tr>
-		<td id="ComPort">ComPort</td>
+		<td id="ComPort"><a href="../menu/setup-serialport.html#ComPort">ComPort</a></td>
 		<td style="width:250px;">1</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ConfirmChangePaste">ConfirmChangePaste</td>
+		<td id="ConfirmChangePaste"><a href="../menu/setup-additional.html#ConfirmChangePaste">ConfirmChangePaste</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -290,7 +290,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ConfirmChangePasteStringFile">ConfirmChangePasteStringFile</td>
+		<td id="ConfirmChangePasteStringFile"><a href="../menu/setup-additional.html#ConfirmChangePasteStringFile">ConfirmChangePasteStringFile</a></td>
 		<td style="width:250px;"></td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -308,7 +308,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ConfirmPasteMouseRButton">ConfirmPasteMouseRButton</td>
+		<td id="ConfirmPasteMouseRButton"><a href="../menu/setup-additional.html#ConfirmPasteMouseRButton">ConfirmPasteMouseRButton</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -320,13 +320,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="CRReceive">CRReceive</td>
+		<td id="CRReceive"><a href="../menu/setup-terminal.html#CRReceive">CRReceive</a></td>
 		<td style="width:250px;">CR</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="CRSend">CRSend</td>
+		<td id="CRSend"><a href="../menu/setup-terminal.html#CRSend">CRSend</a></td>
 		<td style="width:250px;">CR</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -338,25 +338,25 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="CursorCtrlSequence">CursorCtrlSequence</td>
+		<td id="CursorCtrlSequence"><a href="../menu/setup-additional.html#CursorCtrlSequence">CursorCtrlSequence</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="CursorShape">CursorShape</td>
+		<td id="CursorShape"><a href="../menu/setup-window.html#CursorShape">CursorShape</a></td>
 		<td style="width:250px;">block</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="CygwinDirectory">CygwinDirectory</td>
+		<td id="CygwinDirectory"><a href="../menu/setup-additional.html#CygwinDirectory">CygwinDirectory</a></td>
 		<td style="width:250px;">c:\cygwin</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DataBit">DataBit</td>
+		<td id="DataBit"><a href="../menu/setup-serialport.html#BaudRate">DataBit</a></td>
 		<td style="width:250px;">8</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -380,19 +380,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DelayPerChar">DelayPerChar</td>
+		<td id="DelayPerChar"><a href="../menu/setup-serialport.html#Delay">DelayPerChar</a></td>
 		<td style="width:250px;">0</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DelayPerLine">DelayPerLine</td>
+		<td id="DelayPerLine"><a href="../menu/setup-serialport.html#Delay">DelayPerLine</a></td>
 		<td style="width:250px;">0</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DeleteKey">DeleteKey</td>
+		<td id="DeleteKey"><a href="../menu/setup-keyboard.html#DeleteKey">DeleteKey</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -416,19 +416,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DisableAcceleratorSendBreak">DisableAcceleratorSendBreak</td>
+		<td id="DisableAcceleratorSendBreak"><a href="../menu/setup-additional.html#DisableAcceleratorSendBreak">DisableAcceleratorSendBreak</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DisableAppCursor">DisableAppCursor</td>
+		<td id="DisableAppCursor"><a href="../menu/setup-keyboard.html#DisableAppCursor">DisableAppCursor</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DisableAppKeypad">DisableAppKeypad</td>
+		<td id="DisableAppKeypad"><a href="../menu/setup-keyboard.html#DisableAppKeypad">DisableAppKeypad</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -452,7 +452,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DisableMouseTrackingByCtrl">DisableMouseTrackingByCtrl</td>
+		<td id="DisableMouseTrackingByCtrl"><a href="../menu/setup-additional.html#DisableMouseTrackingByCtrl">DisableMouseTrackingByCtrl</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -464,7 +464,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DisablePasteMouseRButton">DisablePasteMouseRButton</td>
+		<td id="DisablePasteMouseRButton"><a href="../menu/setup-additional.html#DisablePasteMouseRButton">DisablePasteMouseRButton</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -476,37 +476,37 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableANSIColor">EnableANSIColor</td>
+		<td id="EnableANSIColor"><a href="../menu/setup-additional.html#EnableANSIColor">EnableANSIColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableBlinkAttrColor">EnableBlinkAttrColor</td>
+		<td id="EnableBlinkAttrColor"><a href="../menu/setup-additional.html#EnableBlinkAttrColor">EnableBlinkAttrColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableBold">EnableBold</td>
+		<td id="EnableBold"><a href="../menu/setup-window.html#EnableBold">EnableBold</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableBoldAttrColor">EnableBoldAttrColor</td>
+		<td id="EnableBoldAttrColor"><a href="../menu/setup-additional.html#EnableBoldAttrColor">EnableBoldAttrColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableClickableUrl">EnableClickableUrl</td>
+		<td id="EnableClickableUrl"><a href="../menu/setup-additional.html#EnableClickableUrl">EnableClickableUrl</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableContinuedLineCopy">EnableContinuedLineCopy</td>
+		<td id="EnableContinuedLineCopy"><a href="../menu/setup-additional.html#EnableContinuedLineCopy">EnableContinuedLineCopy</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -524,7 +524,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableReverseAttrColor">EnableReverseAttrColor</td>
+		<td id="EnableReverseAttrColor"><a href="../menu/setup-additional.html#EnableReverseAttrColor">EnableReverseAttrColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -548,7 +548,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableURLColor">EnableURLColor</td>
+		<td id="EnableURLColor"><a href="../menu/setup-additional.html#EnableURLColor">EnableURLColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -566,13 +566,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="FlowCtrl">FlowCtrl</td>
+		<td id="FlowCtrl"><a href="../menu/setup-serialport.html#BaudRate">FlowCtrl</a></td>
 		<td style="width:250px;">none</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="FontQuality">FontQuality</td>
+		<td id="FontQuality"><a href="../menu/setup-additional.html#FontQuality">FontQuality</a></td>
 		<td style="width:250px;">default</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -584,13 +584,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="HideTitle">HideTitle</td>
+		<td id="HideTitle"><a href="../menu/setup-window.html#HideTitle">HideTitle</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="HistoryList">HistoryList</td>
+		<td id="HistoryList"><a href="../menu/setup-tcpip.html#HistoryList">HistoryList</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -614,7 +614,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="IMERelatedCursor">IMERelatedCursor</td>
+		<td id="IMERelatedCursor"><a href="../menu/setup-additional.html#IMERelatedCursor">IMERelatedCursor</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -638,37 +638,37 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KanjiIn">KanjiIn</td>
+		<td id="KanjiIn"><a href="../menu/setup-terminal.html#KanjiIn">KanjiIn</a></td>
 		<td style="width:250px;">B</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KanjiOut">KanjiOut</td>
+		<td id="KanjiOut"><a href="../menu/setup-terminal.html#KanjiOut">KanjiOut</a></td>
 		<td style="width:250px;">B</td>
 		<td style="width:250px;">J</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KanjiReceive">KanjiReceive</td>
+		<td id="KanjiReceive"><a href="../menu/setup-terminal.html#KanjiReceive">KanjiReceive</a></td>
 		<td style="width:250px;">UTF-8</td>
 		<td style="width:250px;">SJIS</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KanjiSend">KanjiSend</td>
+		<td id="KanjiSend"><a href="../menu/setup-terminal.html#KanjiSend">KanjiSend</a></td>
 		<td style="width:250px;">UTF-8</td>
 		<td style="width:250px;">SJIS</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KatakanaReceive">KatakanaReceive</td>
+		<td id="KatakanaReceive"><a href="../menu/setup-terminal.html#KatakanaReceive">KatakanaReceive</a></td>
 		<td style="width:250px;">8</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KatakanaSend">KatakanaSend</td>
+		<td id="KatakanaSend"><a href="../menu/setup-terminal.html#KatakanaSend">KatakanaSend</a></td>
 		<td style="width:250px;">8</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -698,7 +698,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Language">Language</td>
+		<td id="Language"><a href="../menu/setup-general.html#Language">Language</a></td>
 		<td style="width:250px;">*</td>
 		<td style="width:250px;">English</td>
 		<td>* by the installer</td>
@@ -716,7 +716,7 @@
 		<td>* by the installer</td>
 	</tr>
 	<tr>
-		<td id="LocalEcho">LocalEcho</td>
+		<td id="LocalEcho"><a href="../menu/setup-terminal.html#LocalEcho">LocalEcho</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -728,37 +728,37 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogAppend">LogAppend</td>
+		<td id="LogAppend"><a href="../menu/setup-additional.html#LogAppend">LogAppend</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogAutoStart">LogAutoStart</td>
+		<td id="LogAutoStart"><a href="../menu/setup-additional.html#LogAutoStart">LogAutoStart</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogBinary">LogBinary</td>
+		<td id="LogBinary"><a href="../menu/setup-additional.html#LogBinary">LogBinary</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogDefaultName">LogDefaultName</td>
+		<td id="LogDefaultName"><a href="../menu/setup-additional.html#LogDefaultName">LogDefaultName</a></td>
 		<td style="width:250px;">teraterm.log</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogDefaultPath">LogDefaultPath</td>
+		<td id="LogDefaultPath"><a href="../menu/setup-additional.html#LogDefaultPath">LogDefaultPath</a></td>
 		<td style="width:250px;"></td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogHideDialog">LogHideDialog</td>
+		<td id="LogHideDialog"><a href="../menu/setup-additional.html#LogHideDialog">LogHideDialog</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -800,13 +800,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogTimestamp">LogTimestamp</td>
+		<td id="LogTimestamp"><a href="../menu/setup-additional.html#LogTimestamp">LogTimestamp</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogTypePlainText">LogTypePlainText</td>
+		<td id="LogTypePlainText"><a href="../menu/setup-additional.html#LogTypePlainText">LogTypePlainText</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -848,25 +848,25 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="MetaKey">MetaKey</td>
+		<td id="MetaKey"><a href="../menu/setup-keyboard.html#MetaKey">MetaKey</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="MouseCursor">MouseCursor</td>
+		<td id="MouseCursor"><a href="../menu/setup-additional.html#MouseCursor">MouseCursor</a></td>
 		<td style="width:250px;">ibeam</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="MouseEventTracking">MouseEventTracking</td>
+		<td id="MouseEventTracking"><a href="../menu/setup-additional.html#MouseEventTracking">MouseEventTracking</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="MouseWheelScrollLine">MouseWheelScrollLine</td>
+		<td id="MouseWheelScrollLine"><a href="../menu/setup-additional.html#MouseWheelScrollLine">MouseWheelScrollLine</a></td>
 		<td style="width:250px;">3</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -878,7 +878,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Parity">Parity</td>
+		<td id="Parity"><a href="../menu/setup-serialport.html#BaudRate">Parity</a></td>
 		<td style="width:250px;">none</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -896,7 +896,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="PasteDelayPerLine"><a href="../menu/setup-additional.html#pastedelayperline">PasteDelayPerLine</a></td>
+		<td id="PasteDelayPerLine"><a href="../menu/setup-additional.html#PasteDelayPerLine">PasteDelayPerLine</a></td>
 		<td style="width:250px;">10</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -908,19 +908,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="PcBoldColor">PcBoldColor</td>
+		<td id="PcBoldColor"><a href="../menu/setup-window.html#PcBoldColor">PcBoldColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="PopupMenu">PopupMenu</td>
+		<td id="PopupMenu"><a href="../menu/setup-window.html#PopupMenu">PopupMenu</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Port">Port</td>
+		<td id="Port"><a href="../menu/setup-general.html#Port">Port</a></td>
 		<td style="width:250px;">tcpip</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -956,31 +956,31 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="RussClient">RussClient</td>
+		<td id="RussClient"><a href="../menu/setup-terminalr.html#RussClient">RussClient</a></td>
 		<td style="width:250px;">Windows</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="RussFont"><a href="teraterm-prn.html#russfont">RussFont</a></td>
+		<td id="RussFont"><a href="../menu/setup-terminalr.html#RussFont">RussFont</a></td>
 		<td style="width:250px;">Windows</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="RussHost">RussHost</td>
+		<td id="RussHost"><a href="../menu/setup-terminalr.html#RussHost">RussHost</a></td>
 		<td style="width:250px;">Windows</td>
 		<td style="width:250px;">KOI8-R</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="RussKeyb">RussKeyb</td>
+		<td id="RussKeyb"><a href="../menu/setup-keyboardr.html#RussKeyb">RussKeyb</a></td>
 		<td style="width:250px;">Windows</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="RussPrint">RussPrint</td>
+		<td id="RussPrint"><a href="teraterm-prn.html#russfont">RussPrint</a></td>
 		<td style="width:250px;">Windows</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -998,7 +998,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ScrollBuffSize">ScrollBuffSize</td>
+		<td id="ScrollBuffSize"><a href="../menu/setup-window.html#ScrollBuffSize">ScrollBuffSize</a></td>
 		<td style="width:250px;">10000</td>
 		<td style="width:250px;">100</td>
 		<td></td>
@@ -1022,7 +1022,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="SelectOnlyByLButton">SelectOnlyByLButton</td>
+		<td id="SelectOnlyByLButton"><a href="../menu/setup-additional.html#SelectOnlyByLButton">SelectOnlyByLButton</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1040,7 +1040,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="StopBit">StopBit</td>
+		<td id="StopBit"><a href="../menu/setup-serialport.html#BaudRate">StopBit</a></td>
 		<td style="width:250px;">1</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1070,25 +1070,25 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TCPPort">TCPPort</td>
+		<td id="TCPPort"><a href="../menu/setup-tcpip.html#TCPPort">TCPPort</a></td>
 		<td style="width:250px;">*1</td>
 		<td style="width:250px;">*2</td>
 		<td>*1 by the installer *2 value of TelPort</td>
 	</tr>
 	<tr>
-		<td id="TEKColor">TEKColor</td>
+		<td id="TEKColor"><a href="../menutek/setup-window.html#TEKColor">TEKColor</a></td>
 		<td style="width:250px;">0,0,0,255,255,255</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TEKColorEmulation">TEKColorEmulation</td>
+		<td id="TEKColorEmulation"><a href="../menutek/setup-window.html#TEKColorEmulation">TEKColorEmulation</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TEKFont">TEKFont</td>
+		<td id="TEKFont"><a href="../menutek/setup-font.html#TEKFont">TEKFont</a></td>
 		<td style="width:250px;">*</td>
 		<td style="width:250px;">Courier,0,-13,0</td>
 		<td>* by the installer</td>
@@ -1136,7 +1136,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TelKeepAliveInterval">TelKeepAliveInterval</td>
+		<td id="TelKeepAliveInterval"><a href="../menu/setup-tcpip.html#TelKeepAliveInterval">TelKeepAliveInterval</a></td>
 		<td style="width:250px;">300</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1148,7 +1148,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Telnet">Telnet</td>
+		<td id="Telnet"><a href="../menu/setup-tcpip.html#Telnet">Telnet</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1160,13 +1160,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TerminalID">TerminalID</td>
+		<td id="TerminalID"><a href="../menu/setup-terminal.html#TerminalID">TerminalID</a></td>
 		<td style="width:250px;">VT100</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TerminalSize">TerminalSize</td>
+		<td id="TerminalSize"><a href="../menu/setup-terminal.html#TerminalSize">TerminalSize</a></td>
 		<td style="width:250px;">80,24</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1178,19 +1178,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TermIsWin">TermIsWin</td>
+		<td id="TermIsWin"><a href="../menu/setup-terminal.html#TermIsWin">TermIsWin</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TermType">TermType</td>
+		<td id="TermType"><a href="../menu/setup-tcpip.html#TermType">TermType</a></td>
 		<td style="width:250px;">xterm</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Title">Title</td>
+		<td id="Title"><a href="../menu/setup-window.html#Title">Title</a?</td>
 		<td style="width:250px;">Tera Term</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1202,7 +1202,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TitleReportSequence">TitleReportSequence</td>
+		<td id="TitleReportSequence"><a href="../menu/setup-additional.html#TitleReportSequence">TitleReportSequence</a></td>
 		<td style="width:250px;">empty</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1220,7 +1220,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="UILanguageFile"><a href="teraterm-misc.html#UILang">UILanguageFile</a></td>
+		<td id="UILanguageFile"><a href="../menu/setup-general.html#UILanguageFile">UILanguageFile</a></td>
 		<td style="width:250px;">*</td>
 		<td style="width:250px;">lang\\Default.lng</td>
 		<td>* by the installer</td>
@@ -1238,19 +1238,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="URLColor">URLColor</td>
+		<td id="URLColor"><a href="../menu/setup-window.html#Attribute">URLColor</a></td>
 		<td style="width:250px;">0,255,255,0,0,0</td>
 		<td style="width:250px;">0,255,0,255,255,255</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="URLUnderline">URLUnderline</td>
+		<td id="URLUnderline"><a href="../menu/setup-additional.html#URLUnderline">URLUnderline</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="UseNormalBGColor">UseNormalBGColor</td>
+		<td id="UseNormalBGColor"><a href="../menu/setup-window.html#UseNormalBGColor">UseNormalBGColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -1268,25 +1268,25 @@
 		<td>* not used</td>
 	</tr>
 	<tr>
-		<td id="ViewlogEditor">ViewlogEditor</td>
+		<td id="ViewlogEditor"><a href="../menu/setup-additional.html#ViewlogEditor">ViewlogEditor</a></td>
 		<td style="width:250px;">*</td>
 		<td style="width:250px;">&lt;-</td>
 		<td>* full path of notepad.exe in Windows folder</td>
 	</tr>
 	<tr>
-		<td id="VTBlinkColor">VTBlinkColor</td>
+		<td id="VTBlinkColor"><a href="../menu/setup-window.html#Attribute">VTBlinkColor</a></td>
 		<td style="width:250px;">255,0,0,0,0,0</td>
 		<td style="width:250px;">255,0,0,255,255,255</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="VTBoldColor">VTBoldColor</td>
+		<td id="VTBoldColor"><a href="../menu/setup-window.html#Attribute">VTBoldColor</a></td>
 		<td style="width:250px;">255,255,0,0,0,0</td>
 		<td style="width:250px;">0,0,255,255,255,255</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="VTColor">VTColor</td>
+		<td id="VTColor"><a href="../menu/setup-window.html#Attribute">VTColor</a></td>
 		<td style="width:250px;">255,255,255,0,0,0</td>
 		<td style="width:250px;">0,0,0,255,255,255</td>
 		<td></td>
@@ -1298,7 +1298,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="VTFont">VTFont</td>
+		<td id="VTFont"><a href="../menu/setup-font.html#VTFont">VTFont</a></td>
 		<td style="width:250px;">*</td>
 		<td style="width:250px;">Terminal,0,-13,1</td>
 		<td>* by the installer</td>
@@ -1328,19 +1328,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="VTReverseColor">VTReverseColor</td>
+		<td id="VTReverseColor"><a href="../menu/setup-window.html#Attribute">VTReverseColor</a></td>
 		<td style="width:250px;">0,0,0,255,255,255</td>
 		<td style="width:250px;">255,255,255,0,0,0</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Wait4allMacroCommand">Wait4allMacroCommand</td>
+		<td id="Wait4allMacroCommand"><a href="../macro/command/wait4all.html">Wait4allMacroCommand</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="WindowCtrlSequence">WindowCtrlSequence</td>
+		<td id="WindowCtrlSequence"><a href="../menu/setup-additional.html#WindowCtrlSequence">WindowCtrlSequence</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1352,7 +1352,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="WindowReportSequence">WindowReportSequence</td>
+		<td id="WindowReportSequence"><a href="../menu/setup-additional.html#WindowReportSequence">WindowReportSequence</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1382,7 +1382,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Xterm256Color">Xterm256Color</td>
+		<td id="Xterm256Color"><a href="../menu/setup-window.html#Xterm256Color">Xterm256Color</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>

Modified: trunk/doc/ja/html/about/ctrlseq.html
===================================================================
--- trunk/doc/ja/html/about/ctrlseq.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/about/ctrlseq.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -19,7 +19,7 @@
 <tr><td>0x02</td>	<td> STX </td>	<td> </td></tr>
 <tr><td>0x03</td>	<td> ETX </td>	<td> </td></tr>
 <tr><td>0x04</td>	<td> EOT </td>	<td> </td></tr>
-<tr><td>0x05</td>	<td> ENQ </td>	<td> <a href="../menu/setup-terminal.html#answerback">\x83A\x83\x93\x83T\x81[\x83o\x83b\x83N\x95\xB6\x8E\x9A\x97\xF1</a>\x91\x97\x90M </td></tr>
+<tr><td>0x05</td>	<td> ENQ </td>	<td> <a href="../menu/setup-terminal.html#Answerback">\x83A\x83\x93\x83T\x81[\x83o\x83b\x83N\x95\xB6\x8E\x9A\x97\xF1</a>\x91\x97\x90M </td></tr>
 <tr><td>0x06</td>	<td> ACK </td>	<td> </td></tr>
 <tr><td>0x07</td>	<td> BEL </td>	<td> \x83r\x81[\x83v\x89\xB9\x82\xF0\x96‚炷 </td></tr>
 <tr><td>0x08</td>	<td> BS  </td>	<td> \x83J\x81[\x83\\x83\x8B\x82\xF01\x8C\x85\x8D\xB6\x82Ɉړ\xAE </td></tr>

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/about/history.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -221,7 +221,7 @@
         <ul>
           <li>teraterm.ini\x82\xC9 <a href="../setup/teraterm-term.html#BellLimitting">BellOverUsedTime, BellOverUsedCount, BellSuppressTime</a> \x83G\x83\x93\x83g\x83\x8A\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B\x83f\x83t\x83H\x83\x8B\x83g\x82\xCD 2, 5, 5\x81B</li>
         </ul></li>
-      <li><a href="../menu/setup-tcpip.html#autowinclose">Auto window close</a>\x82𐧌䂷\x82\xE9 <a href="../commandline/teraterm.html#autowinclose">/AUTOWINCLOSE</a> \x83R\x83}\x83\x93\x83h\x83\x89\x83C\x83\x93\x83I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
+      <li><a href="../menu/setup-tcpip.html#AutoWinClose">Auto window close</a>\x82𐧌䂷\x82\xE9 <a href="../commandline/teraterm.html#autowinclose">/AUTOWINCLOSE</a> \x83R\x83}\x83\x93\x83h\x83\x89\x83C\x83\x93\x83I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
       <li>\x83}\x83N\x83\x8D
         <ul>
           <li><a href="../macro/appendixes/errormessages.html">\x83G\x83\x89\x81[\x83\x81\x83b\x83Z\x81[\x83W</a>\x82\xC9"Unknown command."\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
@@ -263,7 +263,7 @@
         </ul></li>
       <li><a href="../menu/file.html">File\x83\x81\x83j\x83\x85\x81[</a>\x82ɁuTera Term\x82̑S\x8FI\x97\xB9(Exit All)\x81v\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
       <li><a href="../menu/window.html">Window\x83\x81\x83j\x83\x85\x81[</a>\x82Ɂu\x8Fd\x82˂ĕ\\x8E\xA6(Cascade)\x81v\x81u\x8F㉺\x82ɕ\xC0\x82ׂĕ\\x8E\xA6(Stacked)\x81v\x81u\x8D\xB6\x89E\x82ɕ\xC0\x82ׂĕ\\x8E\xA6(Side By Side)\x81v\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
-      <li><a href="../menu/setup-additional.html#autologging">\x8E\xA9\x93\xAE\x83\x8D\x83O\x8E擾</a>\x82𖳌\x{27B0B7}\x82\xE9 <a href="../commandline/teraterm.html#nolog">/nolog</a> \x83R\x83}\x83\x93\x83h\x83\x89\x83C\x83\x93\x83I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
+      <li><a href="../menu/setup-additional.html#LogAutoStart">\x8E\xA9\x93\xAE\x83\x8D\x83O\x8E擾</a>\x82𖳌\x{27B0B7}\x82\xE9 <a href="../commandline/teraterm.html#nolog">/nolog</a> \x83R\x83}\x83\x93\x83h\x83\x89\x83C\x83\x93\x83I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
       <li>\x83}\x83N\x83\x8D
         <ul>
           <li><a href="../macro/command/listbox.html">listbox</a>\x83R\x83}\x83\x93\x83h\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
@@ -295,7 +295,7 @@
         </ul></li>
       <li>\x83E\x83B\x83\x93\x83h\x83E\x82̉E\x92[\x82\xC5 URL \x82\xAA\x8FI\x82\xED\x82\xC1\x82ĉ\xFC\x8Ds\x82\xB5\x82Ă\xA2\x82\xE9\x8Fꍇ\x82ɁA\x8E\x9F\x82̍s\x82܂\xC5 URL \x82\xAA\x91\xB1\x82\xA2\x82Ă\xA2\x82\xE9\x82Ɣ\xBB\x92肳\x82\xEA\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li>URL \x95\xB6\x8E\x9A\x97\xF1\x82Ƃ\xB5\x82ă}\x83E\x83X\x83n\x83\x93\x83h\x83J\x81[\x83\\x83\x8B\x82̔\xBB\x92肳\x82\xEA\x82\xE9\x97̈悪\x8D\xB6\x82ɔ\xBC\x95\xB6\x8E\x9A\x95\xAA\x82\xB8\x82\xEA\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
-      <li>\x83}\x83N\x83\x8D\x82\xA9\x82\xE7\x82̑\x97\x90M\x83f\x81[\x83^\x82ɑ΂\xB5\x82Ă\xE0<a href="../menu/setup-additional.html#pastedelayperline">Paste delay per line</a>\x90ݒ肪\x93K\x97p\x82\xB3\x82\xEA\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
+      <li>\x83}\x83N\x83\x8D\x82\xA9\x82\xE7\x82̑\x97\x90M\x83f\x81[\x83^\x82ɑ΂\xB5\x82Ă\xE0<a href="../menu/setup-additional.html#PasteDelayPerLine">Paste delay per line</a>\x90ݒ肪\x93K\x97p\x82\xB3\x82\xEA\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li><a href="../macro/command/waitn.html">waitn</a> \x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82\xC5 timeout \x82\xAA 0 \x82̂Ƃ\xAB\x82Ƀf\x81[\x83^\x82\xF0\x91҂\xBD\x82Ȃ\xA2\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li>\x83}\x83N\x83\x8D\x82\xC5continue\x8C\xE3\x82\xC9break\x82\xB7\x82\xE9\x82\xC6Invalid Control\x83G\x83\x89\x81[\x82\xAA\x94\xAD\x90\xB6\x82\xB7\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li>\x83}\x83\x8B\x83`\x83f\x83B\x83X\x83v\x83\x8C\x83C\x8A‹\xAB\x82\xC5 box \x8Cn\x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82̃_\x83C\x83A\x83\x8D\x83O\x95\\x8E\xA6\x88ʒu\x82\xAA\x82\xA8\x82\xA9\x82\xB5\x82\xAD\x82Ȃ\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
@@ -1475,7 +1475,7 @@
       <li>\x83T\x81[\x83o\x82\xA9\x82瑗\x90M\x82\xB3\x82\xEA\x82\xE9\x83^\x83C\x83g\x83\x8B\x95\xB6\x8E\x9A\x97\xF1\x82̖\x96\x94\xF6 1 \x95\xB6\x8E\x9A\x82\xAA\x8D\xED\x82\xE7\x82\xEA\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li>New connection \x83_\x83C\x83A\x83\x8D\x83O\x82\xA9\x82\xE7 Telnet \x90ڑ\xB1\x82\xF0\x8AJ\x8En\x82\xB5\x82\xBD\x82Ƃ\xAB\x81ATCPLocalEcho/TCPCRSend \x82̐ݒ肪\x8Eg\x97p\x82\xB3\x82\xEA\x82Ă\xB5\x82܂\xA4\x82\xB1\x82Ƃ\xAA\x82\xA0\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li><a href="../menu/setup-additional.html#continuedline">\x8Cp\x91\xB1\x8Ds\x98A\x8C\x8B\x83R\x83s\x81[</a>\x82\xF0\x97L\x8C\xF8\x82ɐݒ肵\x82Ă\xA2\x82鎞\x81A<a href="../menu/edit.html#copytable">\x83e\x81[\x83u\x83\x8B\x82\xF0\x83R\x83s\x81[</a>\x82\xAA\x90\xB3\x82\xB5\x82\xAD\x93\xAE\x8D삵\x82Ȃ\xA2\x8Fꍇ\x82\xAA\x82\xA0\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
-      <li><a href="../menu/setup-keyboard.html#delkey">Delete\x83L\x81[\x82\xC5DEL\x82𑗐M\x82\xB7\x82\xE9</a>\x90ݒ\xE8\x82\xC5 Num Lock \x82̏\xF3\x91Ԃ\xAA Off \x82̎\x9E\x81A\x90\x94\x92l\x83L\x81[\x83p\x83b\x83h\x82\xCC"."\x82\xC5DEL\x82\xAA\x91\x97\x90M\x82\xB3\x82\xEA\x82Ă\xA2\x82\xBD\x82̂\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
+      <li><a href="../menu/setup-keyboard.html#DeleteKey">Delete\x83L\x81[\x82\xC5DEL\x82𑗐M\x82\xB7\x82\xE9</a>\x90ݒ\xE8\x82\xC5 Num Lock \x82̏\xF3\x91Ԃ\xAA Off \x82̎\x9E\x81A\x90\x94\x92l\x83L\x81[\x83p\x83b\x83h\x82\xCC"."\x82\xC5DEL\x82\xAA\x91\x97\x90M\x82\xB3\x82\xEA\x82Ă\xA2\x82\xBD\x82̂\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li>\x83}\x83N\x83\x8D\x82\xCC <a href="../macro/command/wait.html">wait</a> \x83R\x83}\x83\x93\x83h\x82\xAA\x92\xB7\x82\xA2\x95\xB6\x8E\x9A\x97\xF1\x82\xF0\x91҂ĂȂ\xAD\x82Ȃ\xC1\x82Ă\xA2\x82\xBD\x82̂\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B4.54\x82ł̃G\x83\x93\x83o\x83O\x81B</li>
       <li><a href="../menu/setup-window.html">\x83E\x83B\x83\x93\x83h\x83E\x82̐ݒ\xE8\x83_\x83C\x83A\x83\x8D\x83O</a>\x82̃J\x83\x89\x81[\x90ݒ\xE8\x82ŁA\x92l\x82\xAA15\x88ȉ\xBA\x82̎\x9E\x82\xC9PageUp\x83L\x81[\x82\xF0\x89\x9F\x82\xB7\x82\xC6255\x82ɂȂ\xE9\x82̂\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li>COM\x83|\x81[\x83g\x94ԍ\x86\x82\xF0\x8B\xAD\x90\xA7\x95t\x82\xAF\x91ւ\xA6\x82\xB5\x82\xBD\x8Fꍇ\x82ɁA\x83\x8C\x83W\x83X\x83g\x83\x8A\x82Ɏc\x82\xC1\x82Ă\xA2\x82\xE9\x8CÂ\xA2FriendlyName\x82\xAA\x95\\x8E\xA6\x82\xB3\x82\xEA\x82Ă\xB5\x82܂\xA4\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B\x83p\x83b\x83`\x8D쐬\x82Ɋ\xB4\x8Eӂ\xB5\x82܂\xB7\x81\x84xoxo\x8E\x81</li>

Modified: trunk/doc/ja/html/macro/appendixes/disconnecttiming.html
===================================================================
--- trunk/doc/ja/html/macro/appendixes/disconnecttiming.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/macro/appendixes/disconnecttiming.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -50,7 +50,7 @@
 </pre>
 
 <p>
-\x82܂\xBD\x81A<a href="../../menu/setup-tcpip.html#autowinclose">\x90ؒf\x8C㎩\x93\xAE\x93I\x82ɃE\x83B\x83\x93\x83h\x83E\x82\xF0\x95‚\xB6\x82\xE9\x90ݒ\xE8</a>\x82̏ꍇ\x81A\x88ȉ\xBA\x82̂悤\x82\xC9unlink\x83R\x83}\x83\x93\x83h\x82\xC5Tera Term\x82\xF0\x90؂藣\x82\xB5\x82Ă\xE0\x82悢\x81B
+\x82܂\xBD\x81A<a href="../../menu/setup-tcpip.html#AutoWinClose">\x90ؒf\x8C㎩\x93\xAE\x93I\x82ɃE\x83B\x83\x93\x83h\x83E\x82\xF0\x95‚\xB6\x82\xE9\x90ݒ\xE8</a>\x82̏ꍇ\x81A\x88ȉ\xBA\x82̂悤\x82\xC9unlink\x83R\x83}\x83\x93\x83h\x82\xC5Tera Term\x82\xF0\x90؂藣\x82\xB5\x82Ă\xE0\x82悢\x81B
 </p>
 
 <pre class="macro-example">

Modified: trunk/doc/ja/html/macro/command/wait4all.html
===================================================================
--- trunk/doc/ja/html/macro/command/wait4all.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/macro/command/wait4all.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -61,7 +61,7 @@
 </table>
 
 <p>
-\x82Ȃ\xA8\x81A\x93\x96\x8AY\x83R\x83}\x83\x93\x83h\x82𗘗p\x82\xB7\x82邽\x82߂ɂ́Ateraterm.ini \x82\xCC Wait4allMacroCommand \x83G\x83\x93\x83g\x83\x8A\x82\xF0"on"\x82ɂ\xB7\x82\xE9\x95K\x97v\x82\xAA\x82\xA0\x82\xE9\x81B\x82܂\xBD\x81A\x82܂\xEA\x82ɃR\x83}\x83\x93\x83h\x82\xAA\x8A\xFA\x91Ғʂ\xE8\x82ɓ\xAE\x82\xA9\x82Ȃ\xA2\x82\xB1\x82Ƃ\xAA\x82\xA0\x82\xE9\x81B
+\x82Ȃ\xA8\x81A\x93\x96\x8AY\x83R\x83}\x83\x93\x83h\x82𗘗p\x82\xB7\x82邽\x82߂ɂ́Ateraterm.ini \x82\xCC <a href="../../setup/teraterm-ini.html#Wait4allMacroCommand">Wait4allMacroCommand</a> \x83G\x83\x93\x83g\x83\x8A\x82\xF0"on"\x82ɂ\xB7\x82\xE9\x95K\x97v\x82\xAA\x82\xA0\x82\xE9\x81B\x82܂\xBD\x81A\x82܂\xEA\x82ɃR\x83}\x83\x93\x83h\x82\xAA\x8A\xFA\x91Ғʂ\xE8\x82ɓ\xAE\x82\xA9\x82Ȃ\xA2\x82\xB1\x82Ƃ\xAA\x82\xA0\x82\xE9\x81B
 </p>
 
 <h2>\x97\xE1</h2>

Modified: trunk/doc/ja/html/menu/setup-additional.html
===================================================================
--- trunk/doc/ja/html/menu/setup-additional.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menu/setup-additional.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -14,38 +14,38 @@
 
     <h2>"General" \x83^\x83u</h2>
     <dl>
-      <dt>Enable clickable URL</dt>
+      <dt id="EnableClickableUrl">Enable clickable URL</dt>
       <dd>
 	URL \x82\xF0\x83_\x83u\x83\x8B\x83N\x83\x8A\x83b\x83N\x82\xB5\x82\xBD\x82Ƃ\xAB\x82Ƀu\x83\x89\x83E\x83U\x82\xF0\x8BN\x93\xAE\x82\xB7\x82\xE9\x8B@\x94\\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt>Disable accelerator send break</dt>
+      <dt id="DisableAcceleratorSendBreak">Disable accelerator send break</dt>
       <dd>
 	Alt-B \x82\xC5 break \x82𑗐M\x82\xB7\x82\xE9\x8B@\x94\\x82𖳌\xF8\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt>Accept broadcast</dt>
+      <dt id="AcceptBroadcast">Accept broadcast</dt>
       <dd>
 	<a href="./control-broadcast.html">\x83u\x83\x8D\x81[\x83h\x83L\x83\x83\x83X\x83g\x83R\x83}\x83\x93\x83h</a>\x82\xF0\x8E󂯓\xFC\x82\xEA\x82܂\xB7\x81B<br>
 	\x82\xB1\x82̐ݒ\xE8\x82\xCD "Realtime mode" \x82\xAA off \x82̃u\x83\x8D\x81[\x83h\x83L\x83\x83\x83X\x83g\x91\x97\x90M\x82ɑ΂\xB5\x82ėL\x8C\xF8\x82ł\xB7\x81B"Realtime mode" \x82\xAA on \x82̃u\x83\x8D\x81[\x83h\x83L\x83\x83\x83X\x83g\x91\x97\x90M\x82́A\x82\xB1\x82̐ݒ\xE8\x92l\x82ɂ\xA9\x82\xA9\x82\xED\x82炸\x8E\xF3\x90M\x82\xB3\x82\xEA\x82܂\xB7\x81B
       </dd>
 
-      <dt>Mouse wheel scroll line</dt>
+      <dt id="MouseWheelScrollLine">Mouse wheel scroll line</dt>
       <dd>
 	\x83}\x83E\x83X\x83z\x83C\x81[\x83\x8B\x82ɂ\xE6\x82\xE9\x83X\x83N\x83\x8D\x81[\x83\x8B\x8Ds\x90\x94\x82\xF0\x90ݒ肵\x82܂\xB7\x81B
       </dd>
 
-      <dt>Auto scroll only in bottom line</dt>
+      <dt id="AutoScrollOnlyInBottomLine">Auto scroll only in bottom line</dt>
       <dd>
 	\x8Dʼn\xBA\x8Ds\x82\xF0\x95\\x8E\xA6\x82\xB5\x82Ă\xA2\x82Ȃ\xA2\x8F\xF3\x91Ԃł͎\xA9\x93\xAE\x93I\x82ɃX\x83N\x83\x8D\x81[\x83\x8B\x82\xB5\x82Ȃ\xA2\x82悤\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt>Clear display when window resized</dt>
+      <dt id="ClearOnResize">Clear display when window resized</dt>
       <dd>
 	VT\x83E\x83B\x83\x93\x83h\x83E\x82̃T\x83C\x83Y\x82\xF0\x95ύX\x82\xB5\x82\xBD\x8E\x9E\x82ɁA\x95\\x8E\xA6\x93\xE0\x97e\x82\xF0\x83N\x83\x8A\x83A\x82\xB7\x82邩\x82ǂ\xA4\x82\xA9\x82\xF0\x90ݒ肵\x82܂\xB7\x81B
       </dd>
 
-      <dt>Change cursor shape with IME state</dt>
+      <dt id="IMERelatedCursor">Change cursor shape with IME state</dt>
       <dd>
         IME\x82\xAAon\x82̎\x9E\x82ɁA\x83J\x81[\x83\\x83\x8B\x82\xF0\x96Ԋ|\x82\xAF\x82ɂ\xB7\x82邩\x90ݒ肵\x82܂\xB7\x81B
       </dd>
@@ -55,18 +55,18 @@
 
     <h2>"Control Sequence" \x83^\x83u</h2>
     <dl>
-      <dt>Accept mouse event tracking</dt>
+      <dt id="MouseEventTracking">Accept mouse event tracking</dt>
       <dd>
         \x83z\x83X\x83g\x91\xA4\x82̃A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82ɂ\xE6\x82\xC1\x82āAVT window \x82\xAA\x83}\x83E\x83X\x83g\x83\x89\x83b\x83L\x83\x93\x83O\x83\x82\x81[\x83h\x82ɕύX\x82\xB3\x82ꂽ\x8Fꍇ\x81ATera Term \x82̓}\x83E\x83X\x91\x80\x8D\xEC\x82\xF0\x83z\x83X\x83g\x82֕񍐂\xB7\x82\xE9\x82悤\x82ɂȂ\xE8\x82܂\xB7\x81B<br>
         \x83}\x83E\x83X\x83g\x83\x89\x83b\x83L\x83\x93\x83O\x83\x82\x81[\x83h\x82\xCDxterm\x82̊g\x92\xA3\x8B@\x94\\x82ł\xB7\x82̂ŁATERM\x8A‹\xAB\x95ϐ\x94\x82\xAA"xterm"\x88ȊO\x82\xBE\x82ƃz\x83X\x83g\x91\xA4\x82̃A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82͂\xB1\x82̋@\x94\\x82\xF0\x8Eg\x82\xED\x82Ȃ\xA2\x82\xA9\x82\xE0\x82\xB5\x82\xEA\x82܂\xB9\x82\xF1\x81B
       </dd>
 
-      <dt>Disable mouse event tracking when Control is pressed</dt>
+      <dt id="DisableMouseTrackingByCtrl">Disable mouse event tracking when Control is pressed</dt>
       <dd>
         \x83}\x83E\x83X\x83g\x83\x89\x83b\x83L\x83\x93\x83O\x83\x82\x81[\x83h\x8E\x9E\x81AControl\x83L\x81[\x82\xAA\x89\x9F\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x8AԂ̓}\x83E\x83X\x91\x80\x8D\xEC\x82\xF0\x92ʒm\x82\xB5\x82Ȃ\xA2\x82悤\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt>Accept window title change request</dt>
+      <dt id="AcceptTitleChangeRequest">Accept window title change request</dt>
       <dd>
         \x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82\xE7\x82̃E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x95ύX\x97v\x8B\x81\x82\xF0\x8E󂯓\xFC\x82\xEA\x82邩\x82\xF0\x90ݒ肵\x82܂\xB7\x81B
         <dl>
@@ -81,7 +81,7 @@
         </dl>
       </dd>
 
-      <dt>Window title report</dt>
+      <dt id="TitleReportSequence">Window title report</dt>
       <dd>
         dtterm \x82̃E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xA8\x82\xE6\x82уA\x83C\x83R\x83\x93\x83\x89\x83x\x83\x8B\x95񍐗v\x8B\x81\x82ɑ΂\xB5\x82āA\x82ǂ̂悤\x82ɉ\x9E\x93\x9A\x82\xB7\x82邩\x82\xF0\x95ύX\x82ł\xAB\x82܂\xB7\x81B
         <dl>
@@ -94,18 +94,18 @@
         </dl>
       </dd>
 
-      <dt>Window control sequence</dt>
+      <dt id="WindowCtrlSequence">Window control sequence</dt>
       <dd>
         \x82\xB1\x82̐ݒ肪 on \x82ɂȂ\xC1\x82Ă\xA2\x82\xE9\x82ƁAdtterm\x82̃E\x83B\x83\x93\x83h\x83E\x91\x80\x8D쐧\x8C\xE4\x83V\x81[\x83P\x83\x93\x83X\x82̓\xE0\x81A\x88ʒu\x88ړ\xAE, \x8Dŏ\xAC\x89\xBB, \x8Dő剻, \x8DőO\x96ʈړ\xAE, \x8DŔw\x96ʈړ\xAE, \x83\x8A\x83t\x83\x8C\x83b\x83V\x83\x85, \x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x95ύX(\x83s\x83N\x83Z\x83\x8B\x92P\x88\xCA, \x95\xB6\x8E\x9A\x92P\x88\xCA) \x82\xAA\x97L\x8C\xF8\x82ɂȂ\xE8\x82܂\xB7\x81B
       </dd>
 
-      <dt>Window report sequence</dt>
+      <dt id="WindowReportSequence">Window report sequence</dt>
       <dd>
         \x82\xB1\x82̐ݒ肪 on \x82ɂȂ\xC1\x82Ă\xA2\x82\xE9\x82ƁAdtterm\x82̃E\x83B\x83\x93\x83h\x83E\x8F\xEE\x95\xF1\x95񍐂̐\xA7\x8C\xE4\x83V\x81[\x83P\x83\x93\x83X\x82̓\xE0\x81A\x83E\x83B\x83\x93\x83h\x83E\x8F\xF3\x91ԕ\xF1\x8D\x90, \x83E\x83B\x83\x93\x83h\x83E\x88ʒu\x95\xF1\x8D\x90, \x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x95\xF1\x8D\x90(\x83s\x83N\x83Z\x83\x8B\x92P\x88\xCA, \x95\xB6\x8E\x9A\x92P\x88\xCA), \x83\x8B\x81[\x83g\x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x95\xF1\x8D\x90 \x82\xAA\x97L\x8C\xF8\x82ɂȂ\xE8\x82܂\xB7\x81B<br>
         \x83Z\x83L\x83\x85\x83\x8A\x83e\x83B\x8F\xE3\x82̗\x9D\x97R\x93\x99\x82ŃE\x83B\x83\x93\x83h\x83E\x82̏\xEE\x95\xF1\x82\xF0\x95񍐂\xB5\x82\xBD\x82\xAD\x82Ȃ\xA2\x8Fꍇ\x82͖\xB3\x8C\xF8\x82ɂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
       </dd>
 
-      <dt>Cursor control sequence</dt>
+      <dt id="CursorCtrlSequence">Cursor control sequence</dt>
       <dd>
       \x83J\x81[\x83\\x83\x8B\x8C`\x8F\xF3\x82𐧌䂷\x82\xE9\x83V\x81[\x83P\x83\x93\x83X\x82\xF0\x8Eg\x97p\x82\xB7\x82邩\x82ǂ\xA4\x82\xA9\x82\xF0\x90ݒ肵\x82܂\xB7\x81B<br>
       \x82\xB1\x82̐ݒ肪 on \x82ɂȂ\xC1\x82Ă\xA2\x82\xE9\x82ƁADECSCUSR(\x83J\x81[\x83\\x83\x8B\x8C`\x8F\xF3\x95ύX), WYSTCURM(Wyse\x94\xF1\x93_\x96ŃJ\x81[\x83\\x83\x8B), WYULCURM(Wyse\x89\xBA\x90\xFC\x83J\x81[\x83\\x83\x8B), AT&amp;T 610\x82̃J\x81[\x83\\x83\x8B\x93_\x96Ő\xA7\x8C\xE4\x83V\x81[\x83P\x83\x93\x83X\x82ɉ\x9E\x82\xB6\x82āA\x83J\x81[\x83\\x83\x8B\x8C`\x8F󂪕ύX\x82\xB3\x82\xEA\x82܂\xB7\x81B<br><br>
@@ -140,7 +140,7 @@
 </pre>
       </dd>
 
-      <dt>Clipboard access from remote</dt>
+      <dt id="ClipboardAccessFromRemote">Clipboard access from remote</dt>
       <dd>
         \x83z\x83X\x83g\x82\xA9\x82\xE7\x82̃N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̃A\x83N\x83Z\x83X\x82\xF0\x8B\x96\x89‚\xB7\x82邩\x90ݒ肵\x82܂\xB7\x81B
         <dl>
@@ -160,35 +160,35 @@
 
     <h2>"Copy and Paste" \x83^\x83u</h2>
     <dl>
-      <dt><a name="continuedline">Enable continued line copy</a></dt>
+      <dt id="EnableContinuedLineCopy"><a name="continuedline">Enable continued line copy</a></dt>
       <dd>
 	\x8Cp\x91\xB1\x82\xB5\x82Ă\xA2\x82\xE9\x8Ds\x82\xF0\x89\xFC\x8Ds\x82\xB9\x82\xB8\x82ɃR\x83s\x81[\x82\xB7\x82\xE9\x8B@\x94\\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt>Disable mouse R button paste</dt>
+      <dt id="DisablePasteMouseRButton">Disable mouse R button paste</dt>
       <dd>
 	\x89E\x83N\x83\x8A\x83b\x83N\x82ŃN\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82̓\xE0\x97e\x82\xF0\x93\\x82\xE8\x95t\x82\xAF\x82\xE9\x8B@\x94\\x82𖳌\xF8\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt>Confirm mouse R button paste</dt>
+      <dt id="ConfirmPasteMouseRButton">Confirm mouse R button paste</dt>
       <dd>
 	\x89E\x83N\x83\x8A\x83b\x83N\x82ŃN\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82̓\xE0\x97e\x82\xF0\x93\\x82\xE8\x95t\x82\xAF\x82\xE9\x82Ƃ\xAB\x81A
 	\x83|\x83b\x83v\x83A\x83b\x83v\x83\x81\x83j\x83\x85\x81[\x82Ŋm\x94F\x82\xB7\x82\xE9\x8B@\x94\\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt>Select only by L button</dt>
+      <dt id="SelectOnlyByLButton">Select only by L button</dt>
       <dd>
 	\x83}\x83E\x83X\x83h\x83\x89\x83b\x83O\x82ɂ\xE6\x82\xE9\x91I\x91\xF0\x82\xF0\x81A\x8D\xB6\x83{\x83^\x83\x93\x82ł̂ݗL\x8C\xF8\x82ɂ\xB7\x82\xE9\x81B
       </dd>
 
-      <dt>Confirm change paste</dt>
+      <dt id="ConfirmChangePaste">Confirm change paste</dt>
       <dd>
 	\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ɉ\xFC\x8Ds\x83R\x81[\x83h(CR/LF)\x82\xF0\x8A܂ޏꍇ\x81A\x83}\x83E\x83X\x82̉E\x83N\x83\x8A\x83b\x83N\x82\xA8\x82\xE6\x82\xD1Alt+V\x82\xC5
 	Tera Term\x83E\x83B\x83\x93\x83h\x83E\x82֓\\x82\xE8\x95t\x82\xAF\x82悤\x82Ƃ\xB7\x82\xE9\x83^\x83C\x83~\x83\x93\x83O\x82ŁA\x8Am\x94F\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB3\x82\xB9\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B
 	\x8C둀\x8D\xEC\x82ɂ\xE6\x82\xE8\x81A\x92[\x96\x96\x82֗\\x8A\xFA\x82\xB9\x82ʃR\x83}\x83\x93\x83h\x93\x8A\x93\xFC\x82\xF0\x96h\x82\xAE\x82\xB1\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B
       </dd>
 
-      <dt>String file</dt>
+      <dt id="ConfirmChangePasteStringFile">String file</dt>
       <dd>
 	\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ɁA\x82\xB1\x82̐ݒ\xE8\x82Ŏw\x92肵\x82\xBD\x83t\x83@\x83C\x83\x8B\x93\xE0\x82ɑ\xB6\x8D݂\xB7\x82\xE9\x83e\x83L\x83X\x83g\x82\xAA\x8A܂܂\xEA\x82\xE9\x8Fꍇ\x81A\x83}\x83E\x83X\x82̉E\x83N\x83\x8A\x83b\x83N\x82\xA8\x82\xE6\x82\xD1Alt+V\x82\xC5
 	Tera Term\x83E\x83B\x83\x93\x83h\x83E\x82֓\\x82\xE8\x95t\x82\xAF\x82悤\x82Ƃ\xB7\x82\xE9\x83^\x83C\x83~\x83\x93\x83O\x82ŁA\x8Am\x94F\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB3\x82\xB9\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B
@@ -206,7 +206,7 @@
 	\x92P\x8C\xEA\x91I\x91\xF0\x82̋\xE6\x90؂蕶\x8E\x9A\x82\xF0\x90ݒ肵\x82܂\xB7\x81B
       </dd>
 
-      <dt><a name="pastedelayperline">Paste delay per line</a></dt>
+      <dt><a name="PasteDelayPerLine">Paste delay per line</a></dt>
       <dd>
 	\x95\xA1\x90\x94\x8Ds\x82̃f\x81[\x83^\x82\xF0\x93\\x82\xE8\x95t\x82\xAF\x82\xE9\x82Ƃ\xAB\x81A\x89\xFC\x8Ds\x82\xAA\x8C\xBB\x82\xEA\x82邲\x82ƂɃf\x81[\x83^\x82̑\x97\x90M\x82\xF0\x92x\x89\x84\x82\xB3\x82\xB9\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B\x92x\x89\x84\x82\xB7\x82鎞\x8AԂ\xF0\x83~\x83\x8A\x95b\x82Őݒ肵\x82܂\xB7\x81B
       </dd>
@@ -216,7 +216,7 @@
 
     <h2>"Visual" \x83^\x83u</h2>
     <dl>
-      <dt>AlphaBlend</dt>
+      <dt id="AlphaBlend">AlphaBlend</dt>
       <dd>
 	\x93\xA7\x96\xBE\x93x\x82\xCD0\x81`255\x82͈̔͂Ŏw\x92肷\x82邱\x82Ƃ\xAA\x82ł\xAB\x81A
 	\x92l\x82\xF0\x8F\xAC\x82\xB3\x82\xAD\x82\xB7\x82\xE9\x82قǓ\xA7\x96\xBE\x93x\x82͋\xAD\x82\xAD\x82Ȃ\xE8\x82܂\xB7\x81B
@@ -240,7 +240,7 @@
     </dl>
 
     <dl>
-      <dt>MouseCursor</dt>
+      <dt id="MouseCursor">MouseCursor</dt>
       <dd>
 	\x83}\x83E\x83X\x83J\x81[\x83\\x83\x8B\x82̎\xED\x95ʂ\xF0\x90ݒ肷\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B
 <pre>
@@ -251,7 +251,7 @@
 </pre>
       </dd>
 
-      <dt>Font quality</dt>
+      <dt id="FontQuality">Font quality</dt>
       <dd>
 	\x83t\x83H\x83\x93\x83g\x82̕i\x8E\xBF\x82\xF0\x90ݒ肷\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81BOS\x82\xAA\x91Ή\x9E\x82\xB5\x82Ă\xA2\x82\xE9\x8E\xED\x97ނ̂ݗL\x8C\xF8\x82ɓ\xAE\x8D삵\x82܂\xB7\x81B
 <pre>
@@ -262,20 +262,20 @@
 </pre>
       </dd>
 
-      <dt>ANSI color</dt>
+      <dt id="ANSIColor">ANSI color</dt>
       <dd>PC\x8C`\x8E\xAE\x82\xA8\x82\xE6\x82\xD1aixterm\x8C`\x8E\xAE\x82\xCC16\x90F\x83\x82\x81[\x83h\x82Ŏg\x97p\x82\xB7\x82\xE9\x90F\x82\xCCRGB\x92l\x82\xF0\x90ݒ肵\x82܂\xB7\x81B</dd>
 
-      <dt>Enable Bold attribute color</dt>
-      <dt>Enable Blink attribute color</dt>
-      <dt>Enable Reverse attribute color</dt>
-      <dt>Enable URL attribute color</dt>
-      <dt>Enable ANSI color</dt>
+      <dt id="EnableBoldAttrColor">Enable Bold attribute color</dt>
+      <dt id="EnableBlinkAttrColor">Enable Blink attribute color</dt>
+      <dt id="EnableReverseAttrColor">Enable Reverse attribute color</dt>
+      <dt id="EnableURLColor">Enable URL attribute color</dt>
+      <dt id="EnableANSIColor">Enable ANSI color</dt>
       <dd>
         \x82\xBB\x82ꂼ\x82\xEA\x82̐F\x91\xAE\x90\xAB\x82\xA8\x82\xE6\x82ѐF\x90ݒ\xE8\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B<br>
 	\x82\xE0\x82\xB5ANSI color\x82𖳌\xF8\x82ɂ\xB5\x82\xBD\x8Fꍇ\x81A16\x90F\x82\xA8\x82\xE6\x82\xD1256\x90F\x83\x82\x81[\x83h\x82\xE0\x96\xB3\x8C\xF8\x82ɂȂ\xE8\x82܂\xB7\x81B
       </dd>
 
-      <dt>Underline URL string</dt>
+      <dt id="URLUnderline">Underline URL string</dt>
       <dd>
         URL \x95\xB6\x8E\x9A\x97\xF1\x82ɉ\xBA\x90\x{11B90AC2}\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
@@ -285,12 +285,12 @@
 
     <h2>"Log" \x83^\x83u</h2>
     <dl>
-      <dt>View log editor</dt>
+      <dt id="ViewlogEditor">View log editor</dt>
       <dd>
 	\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x83G\x83f\x83B\x83^\x82\xF0\x8Ew\x92肵\x82܂\xB7\x81B
       </dd>
 
-      <dt>Default log file name(strftime format)</dt>
+      <dt id="LogDefaultName">Default log file name(strftime format)</dt>
       <dd>
 	\x95W\x8F\x80\x82̃\x8D\x83O\x83t\x83@\x83C\x83\x8B\x96\xBC\x82\xF0\x8Ew\x92肵\x82܂\xB7\x81Bstrftime \x82̏\x91\x8E\xAE\x82\xAA\x8Eg\x97p\x82ł\xAB\x82܂\xB7\x81B
 <pre>
@@ -323,66 +323,66 @@
 </pre>
       </dd>
 
-      <dt>Default log save folder</dt>
+      <dt id="LogDefaultPath">Default log save folder</dt>
       <dd>
 	\x95W\x8F\x80\x82̃\x8D\x83O\x95ۑ\xB6\x90\xE6\x82\xF0\x8Ew\x92肵\x82܂\xB7\x81B\x83\x8D\x83O\x83t\x83@\x83C\x83\x8B\x82\xAA\x83t\x83\x8B\x83p\x83X\x82Ŏw\x92肳\x82\xEA\x82Ȃ\xA9\x82\xC1\x82\xBD\x82Ƃ\xAB\x82Ɏg\x97p\x82\xB3\x82\xEA\x82܂\xB7\x81B
       </dd>
 
-      <dt><a name="autologging">Auto start logging</a></dt>
+      <dt id="LogAutoStart">Auto start logging</dt>
       <dd>
     \x90ڑ\xB1\x8E\x9E\x82Ɏ\xA9\x93\xAE\x93I\x82Ƀ\x8D\x83O\x8D̎\xE6\x82\xF0\x8AJ\x8En\x82\xB7\x82\xE9\x8B@\x94\\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B\x83\x8D\x83O\x83t\x83@\x83C\x83\x8B\x96\xBC\x82ɂ́A\x95W\x8F\x80\x82̃\x8D\x83O\x83t\x83@\x83C\x83\x8B\x96\xBC\x82\xAA\x8Eg\x97p\x82\xB3\x82\xEA\x82܂\xB7\x81B<br>
     <a href="../commandline/teraterm.html#nolog">/nolog</a> \x83R\x83}\x83\x93\x83h\x83\x89\x83C\x83\x93\x83I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x8Ew\x92肳\x82\xEA\x82Ă\xA2\x82\xE9\x82ƁA\x93\x96\x8AY\x8B@\x94\\x82͖\xB3\x8C\x{27B0B3}\x82\xEA\x82܂\xB7\x81B
       </dd>
 
-      <dt><a name="LogRotate">Log Rotate</a></dt>
+      <dt><a id="LogRotate">Log Rotate</a></dt>
       <dd>
     \x83\x8D\x83O\x82̃\x8D\x81[\x83e\x81[\x83g\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B\x83\x8D\x81[\x83e\x81[\x83g\x82\xB3\x82ꂽ\x83\x8D\x83O\x83t\x83@\x83C\x83\x8B\x82ɂ́A\x8Ag\x92\xA3\x8Eq\x82\xC9 .1, .2, .3 \x81c \x82ƕt\x97^\x82\xB3\x82\xEA\x82܂\xB7\x81B
       </dd>
 
       <ul>
-        <dt><a name="LogRotateSize">Size</a></dt>
+        <dt><a id="LogRotateSize">Size</a></dt>
         <dd>
         \x83\x8D\x83O\x82\xF0\x83\x8D\x81[\x83e\x81[\x83g\x82\xB3\x82\xB9\x82\xE9\x8F\xE3\x8C\xC0\x83T\x83C\x83Y\x82\xF0\x90ݒ肵\x82܂\xB7\x81B\x92P\x88ʂ\xC9"KB", "MB"\x82\xF0\x8Ew\x92肷\x82邱\x82Ƃ\xE0\x82ł\xAB\x82܂\xB7\x81B
         </dd>
         
-        <dt><a name="LogRotateStep">Rotate</a></dt>
+        <dt><a id="LogRotateStep">Rotate</a></dt>
         <dd>
         \x83\x8D\x83O\x82\xF0\x83\x8D\x81[\x83e\x81[\x83g\x82\xB3\x82\xB9\x82鐢\x91㐔\x82\xF0\x90ݒ肵\x82܂\xB7\x81B"0"\x82̏ꍇ\x82́A\x90\xA2\x91\xE3\x8AǗ\x9D\x82\xF0\x82\xB5\x82܂\xB9\x82\xF1\x81B
         </dd>
       </ul>
 
-      <dt><a name="LogOption">Log option</a></dt>
+      <dt><a id="LogOption">Log option</a></dt>
       <dd>
       \x83\x8D\x83O\x83t\x83@\x83C\x83\x8B\x82̎\xED\x95ʂ\xF0\x90ݒ肵\x82܂\xB7\x81B
       </dd>
 
       <ul>
-        <dt>Binary</dt>
+        <dt id="LogBinary">Binary</dt>
         <dd>
   	\x83z\x83X\x83g\x82\xA9\x82\xE7\x8E\xF3\x90M\x82\xB5\x82\xBD\x95\xB6\x8E\x9A\x82\xF0\x82\xBB\x82̂܂܃t\x83@\x83C\x83\x8B\x82ɏ\x91\x82\xAB\x8D\x9E\x82݂\xBD\x82\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
   	\x91I\x91\xF0\x82\xB5\x82Ȃ\xA2\x8Fꍇ\x82́A\x8A\xBF\x8E\x9A\x83R\x81[\x83h\x81A\x89\xFC\x8Ds\x95\xB6\x8E\x9A\x82͕ϊ\xB7\x82\xB3\x82\xEA\x81A
   	\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X\x82͎\xE6\x82菜\x82\xA9\x82\xEA\x82Ă\xA9\x82珑\x82\xAB\x8D\x9E\x82܂\xEA\x82܂\xB7\x81B
         </dd>
 
-        <dt>Append</dt>
+        <dt id="LogAppend">Append</dt>
         <dd>
   	\x82\xB7\x82łɑ\xB6\x8D݂\xB7\x82\xE9\x83t\x83@\x83C\x83\x8B\x82ɒlj\xC1\x82\xB5\x82ď\x91\x82\xAB\x8D\x9E\x82݂\xBD\x82\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
   	\x91I\x91\xF0\x82\xB5\x82Ȃ\xA2\x8Fꍇ\x82͏㏑\x82\xAB\x82\xB3\x82\xEA\x82܂\xB7\x81B
         </dd>
 
-        <dt>Plain text</dt>
+        <dt id="LogTypePlainText">Plain text</dt>
         <dd>
   	ASCII \x94\xF1\x95\\x8E\xA6\x95\xB6\x8E\x9A\x82\xF0\x8F\x91\x82\xAB\x8D\x9E\x82݂\xBD\x82\xAD\x82Ȃ\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B<br>
 	\x81\xA6Binary \x83I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x97L\x8C\xF8\x82̏ꍇ\x82͑I\x91\xF0\x95s\x89‚ł\xA0\x82\xE8\x81A\x90ݒ\xE8\x82͖\xB3\x8C\x{27B0B3}\x82\xEA\x82܂\xB7\x81B
         </dd>
 
-        <dt>Timestamp</dt>
+        <dt id="LogTimestamp">Timestamp</dt>
         <dd>
   	\x83\x8D\x83O\x82̍s\x93\xAA\x82Ɏ\x9E\x8D\x8F\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x82\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B\x8Ds\x82̍ŏ\x89\x82̕\xB6\x8E\x9A\x82\xAA\x8Fo\x97͂\xB3\x82ꂽ\x8E\x9E\x8D\x8F\x82\xAA\x92lj\xC1\x82\xB3\x82\xEA\x82܂\xB7\x81B<br>
 	\x81\xA6Binary \x83I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x97L\x8C\xF8\x82̏ꍇ\x82͑I\x91\xF0\x95s\x89‚ł\xA0\x82\xE8\x81A\x90ݒ\xE8\x82͖\xB3\x8C\x{27B0B3}\x82\xEA\x82܂\xB7\x81B
         </dd>
 
-        <dt>Hide dialog</dt>
+        <dt id="LogHideDialog">Hide dialog</dt>
         <dd>
   	\x83\x8D\x83O\x93]\x91\x97\x82̃_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB5\x82\xBD\x82\xAD\x82Ȃ\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
         </dd>
@@ -398,7 +398,7 @@
 
     <h2>"Cygwin" \x83^\x83u</h2>
     <dl>
-      <dt>Cygwin install path</dt>
+      <dt id="CygwinDirectory">Cygwin install path</dt>
       <dd>
 	Cygwin \x82̃C\x83\x93\x83X\x83g\x81[\x83\x8B\x90\xE6\x82\xF0\x8Ew\x92肵\x82܂\xB7\x81B
       </dd>

Modified: trunk/doc/ja/html/menu/setup-font.html
===================================================================
--- trunk/doc/ja/html/menu/setup-font.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menu/setup-font.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -16,7 +16,7 @@
 
     <h2>\x83t\x83H\x83\x93\x83g \x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X</h2>
     <dl>
-      <dt>\x83t\x83H\x83\x93\x83g</dt>
+      <dt id="VTFont">\x83t\x83H\x83\x93\x83g</dt>
       <dd>
 	\x95ύX\x82\xB5\x82\xBD\x82\xA2\x83t\x83H\x83\x93\x83g\x82\xF0\x83\x8A\x83X\x83g\x82̒\x86\x82\xA9\x82\xE7\x91I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
 	\x93\xFA\x96{\x8C\xEA\x82\xF0\x95\\x8E\xA6\x82\xB7\x82邽\x82߂ɂ͓\xFA\x96{\x8C\xEA\x83t\x83H\x83\x93\x83g\x82\xF0\x91I\x91\xF0\x82\xB7\x82\xE9\x95K\x97v\x82\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81B

Modified: trunk/doc/ja/html/menu/setup-general.html
===================================================================
--- trunk/doc/ja/html/menu/setup-general.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menu/setup-general.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -13,18 +13,18 @@
 
     <h2>"General setup" \x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X</h2>
     <dl>
-      <dt>Default port</dt>
+      <dt id="Port">Default port</dt>
       <dd>
 	Tera Term \x82\xF0\x83R\x83}\x83\x93\x83h\x83\x89\x83C\x83\x93\x83p\x83\x89\x83\x81\x81[\x83^\x81[\x82Ȃ\xB5\x82ŋN\x93\xAE\x82\xB5\x82\xBD\x82Ƃ\xAB\x82ɐڑ\xB1\x82\xB7\x82\xE9\x83|\x81[\x83g\x82̎\xED\x97\xDE (TCP/IP \x82܂\xBD\x82\xCD Serial)\x81B
       </dd>
 
-      <dt>Language</dt>
+      <dt id="Language">Language</dt>
       <dd>
 	\x83^\x81[\x83~\x83i\x83\x8B\x83G\x83~\x83\x85\x83\x8C\x81[\x83V\x83\x87\x83\x93\x82̌\xBE\x8Cꃂ\x81[\x83h(\x89p\x8C\xEA/\x93\xFA\x96{\x8C\xEA/\x8A؍\x91\x8C\xEA/\x83\x8D\x83V\x83A\x8C\xEA/UTF-8)\x81B
 	\x93\xFA\x96{\x8C\xEA\x82\xF0\x95\\x8E\xA6\x82\xB7\x82邽\x82߂ɂ\xCD Japanese \x82\xF0\x91I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
       </dd>
-      
-      <dt>LanguageUI</dt>
+
+      <dt id="UILanguageFile">LanguageUI</dt>
       <dd>
 	\x8C\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B(lang\*.lng)\x82̎w\x92\xE8\x82ɂ\xE6\x82\xE8\x81A\x83\x81\x83j\x83\x85\x81[\x82⃁\x83b\x83Z\x81[\x83W\x82̌\xBE\x8C\xEA\x82\xF0\x90؂\xE8\x91ւ\xA6\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B
 	<A HREF="../setup/lng.html">\x8C\xBE\x8C\xEA\x83t\x83@\x83C\x83\x8B</A>\x82\xE0\x8EQ\x8FƂ̂\xB1\x82ƁB

Modified: trunk/doc/ja/html/menu/setup-keyboard.html
===================================================================
--- trunk/doc/ja/html/menu/setup-keyboard.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menu/setup-keyboard.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -16,7 +16,7 @@
       <dt>Transmit DEL by:</dt>
       <dd>
 	<dl>
-	  <dt>Backspace key</dt>
+	  <dt id="BSKey">Backspace key</dt>
 	  <dd>
 	    \x82\xB1\x82̃I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x91I\x91\xF0\x82\xB3\x82\xEA\x82\xE9\x82\xC6 backspace \x83L\x81[\x82\xF0\x89\x9F\x82\xB5\x82\xBD\x8E\x9E\x82\xC9 DEL \x95\xB6\x8E\x9A
 	    (ASCII $7F) \x82\xAA\x91\x97\x8Fo\x82\xB3\x82\xEA\x82܂\xB7\x81B
@@ -25,7 +25,7 @@
 	    Ctrl+Backspace \x82\xC5 BS (DEL) \x95\xB6\x8E\x9A\x82𑗏o\x82ł\xAB\x82܂\xB7\x81B
 	  </dd>
 
-	  <dt><a name="delkey">Delete key</a></dt>
+	  <dt id="DeleteKey">Delete key</dt>
 	  <dd>
 	    \x82\xB1\x82̃I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x91I\x91\xF0\x82\xB3\x82\xEA\x82\xE9\x82\xC6 Delete (Del) \x83L\x81[\x82\xF0\x89\x9F\x82\xB5\x82\xBD\x8E\x9E\x82\xC9
 	    DEL \x95\xB6\x8E\x9A\x82\xAA\x91\x97\x8Fo\x82\xB3\x82\xEA\x82܂\xB7\x81B
@@ -36,7 +36,7 @@
 	</dl>
       </dd>
 
-      <dt>Meta key</dt>
+      <dt id="MetaKey">Meta key</dt>
       <dd>
 	Alt \x83L\x81[\x82\xF0\x83\x81\x83^\x81E\x83L\x81[ (meta key) \x82Ƃ\xB5\x82Ďg\x82\xA2\x82܂\xB7\x81B
 	\x97Ⴆ\x82΁AAlt+A \x82\xF0\x89\x9F\x82\xB7\x82ƁAESC A \x82𑗏o\x82\xB5\x82܂\xB7\x81B
@@ -47,7 +47,7 @@
       <dt>Disabled mode:</dt>
       <dd>
 	<dl>
-	  <dt>Application Keypad</dt>
+	  <dt id="DisableAppKeypad">Application Keypad</dt>
 	  <dd>
 	    \x83A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x83L\x81[\x83p\x83b\x83h\x83\x82\x81[\x83h\x82𖳌\xF8\x82ɂ\xB5\x82܂\xB7\x81B<br>
 	    \x83A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x83L\x81[\x83p\x83b\x83h\x83\x82\x81[\x83h\x82𖳌\xF8\x82ɂ\xB7\x82\xE9\x82ƁA
@@ -57,7 +57,7 @@
 	    \x83A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82ł͕s\x8B\x82\xAA\x8BN\x82\xAB\x82邩\x82\xE0\x82\xB5\x82\xEA\x82܂\xB9\x82\xF1\x81B
 	  </dd>
 
-	  <dt>Application Cursor</dt>
+	  <dt id="DisableAppCursor">Application Cursor</dt>
 	  <dd>
 	    \x83A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x83J\x81[\x83\\x83\x8B\x83\x82\x81[\x83h\x82𖳌\xF8\x82ɂ\xB5\x82܂\xB7\x81B
 	  </dd>

Modified: trunk/doc/ja/html/menu/setup-keyboardr.html
===================================================================
--- trunk/doc/ja/html/menu/setup-keyboardr.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menu/setup-keyboardr.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -36,7 +36,7 @@
 	</dl>
       </dd>
 
-      <dt>Keyboard</dt>
+      <dt id="RussKeyb">Keyboard</dt>
       <dd>
 	\x83\x8D\x83V\x83A\x8C\xEA\x83L\x81[\x83{\x81[\x83h\x83^\x83C\x83v\x82\xF0\x8Ew\x92肵\x82܂\xB7\x81B\x82\xE0\x82\xB5\x83\x8D\x83V\x83A\x8C\xEA Windows
 	\x82ŃX\x83^\x83\x93\x83_\x81[\x83h\x83L\x81[\x83{\x81[\x83h\x83h\x83\x89\x83C\x83o\x82\xF0\x8Eg\x97p\x82\xB5\x82Ă\xA2\x82\xE9\x82Ȃ\xE7\x81AWindows

Modified: trunk/doc/ja/html/menu/setup-serialport.html
===================================================================
--- trunk/doc/ja/html/menu/setup-serialport.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menu/setup-serialport.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -13,12 +13,12 @@
 
     <h2>"Serial port setup" \x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X</h2>
     <dl>
-      <dt>Port</dt>
+      <dt id="ComPort">Port</dt>
       <dd>
 	\x8Eg\x97p\x82\xB7\x82\xE9\x83|\x81[\x83g\x81B
       </dd>
 
-      <dt>Data, Stop, Baud rate, Flow control, Parity</dt>
+      <dt id="BaudRate">Baud rate, Data, Parity, Stop, Flow control</dt>
       <dd>
 	\x83V\x83\x8A\x83A\x83\x8B\x83|\x81[\x83g\x82̃p\x83\x89\x83\x81\x81[\x83^\x82ł\xB7\x81B
 	\x90ڑ\xB1\x82\xB7\x82郂\x83f\x83\x80\x93\x99\x82̐ݒ\xE8\x82ɂ\xA0\x82킹\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
@@ -33,7 +33,7 @@
 	</p>
       </dd>
 
-      <dt>Transmit delay</dt>
+      <dt id="Delay">Transmit delay</dt>
       <dd>
 	Tera Term \x82\xAA\x95\xB6\x8E\x9A(\x8Ds)\x82𑗏o\x82\xB5\x82\xBD\x82\xA0\x82Ǝ\x9F\x82̕\xB6\x8E\x9A(\x8Ds)\x82𑗏o\x82\xB7\x82\xE9\x82܂ł̑҂\xBF\x8E\x9E\x8AԁB
 	\x92P\x88ʂ̓~\x83\x8A\x95b\x82ł\xB7\x81B1\x95\xB6\x8E\x9A(\x8Ds)\x82\xB2\x82Ƃ̑҂\xBF\x8E\x9E\x8AԂ\xF0\x90ݒ\xE8\x82ł\xAB\x82܂\xB7\x81B<br>

Modified: trunk/doc/ja/html/menu/setup-tcpip.html
===================================================================
--- trunk/doc/ja/html/menu/setup-tcpip.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menu/setup-tcpip.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -32,7 +32,7 @@
       </pre>
 
 	<dl>
-	  <dt><a name="history">History</a></dt>
+	  <dt id="HistoryList">History</dt>
 	  <dd>
 	    \x82\xB1\x82̃I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x91I\x91\xF0\x82\xB7\x82\xE9\x82ƁA<a href="file-new.html">[File] New connection</a>
 	    \x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X\x82œ\xFC\x97͂\xB3\x82ꂽ\x83z\x83X\x83g\x96\xBC\x82\xAA\x83z\x83X\x83g\x83\x8A\x83X\x83g\x82̐擪\x82ɒlj\xC1\x82\xB3\x82\xEA\x82܂\xB7\x81B
@@ -40,28 +40,28 @@
 	</dl>
       </dd>
 
-      <dt><a name="autowinclose">Auto window close</a></dt>
+      <dt id="AutoWinClose">Auto window close</dt>
       <dd>
 	\x82\xB1\x82̃I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x91I\x91\xF0\x82\xB7\x82\xE9\x82ƁA\x83z\x83X\x83g\x82Ƃ̐ڑ\xB1\x82\xAA\x90؂ꂽ\x82Ƃ\xAB\x8E\xA9\x93\xAE\x93I\x82\xC9
 	Tera Term \x82\xF0\x8FI\x97\xB9\x82\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt><a name="tcpport">TCP port#</a></dt>
+      <dt id="TCPPort">TCP port#</dt>
       <dd>
 	\x83|\x81[\x83g\x94ԍ\x86\x81BTelnet \x82\xF0\x8Eg\x97p\x82\xB7\x82\xE9\x82Ƃ\xAB\x82́A\x92ʏ\xED23\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt><a name="telnet">Telnet</a></dt>
+      <dt id="Telnet">Telnet</dt>
       <dd>
 	Telnet \x83v\x83\x8D\x83g\x83R\x83\x8B\x82\xF0\x8Eg\x97p\x82\xB5\x82܂\xB7\x81B\x92ʏ\xED\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
       </dd>
 
-      <dt><a name="keepalive">Keep alive</a></dt>
+      <dt id="TelKeepAliveInterval">Keep alive</dt>
       <dd>
 	\x88\xEA\x92\xE8\x8AԊu\x82\xC5 Telnet \x83T\x81[\x83o\x82ɑ΂\xB5\x82āANOP(IAC NOP: 255 241)\x82𑗐M\x82\xB5\x82܂\xB7\x81B\x83L\x81[\x83v\x83A\x83\x89\x83C\x83u(\x83n\x81[\x83g\x83r\x81[\x83g)\x8B@\x94\\x82Ƃ\xE0\x8CĂ΂\xEA\x82܂\xB7\x81B0\x82œ\x96\x8AY\x8B@\x94\\x82͖\xB3\x8C\xF8\x82ƂȂ\xE8\x82܂\xB7\x81B\x83f\x83t\x83H\x83\x8B\x83g\x82\xCD300\x95b(5\x95\xAA)\x82ł\xB7\x81B
       </dd>
 
-      <dt><a name="termtype">Terminal type</a></dt>
+      <dt id="TermType">Terminal type</dt>
       <dd>
 	Telnet \x83v\x83\x8D\x83g\x83R\x83\x8B\x82Őڑ\xB1\x82\xB5\x82\xBD\x82Ƃ\xAB\x83z\x83X\x83g\x82ɕ񍐂\xB7\x82\xE9 terminal type\x81B<br>
 	TermType\x82\xF0"xterm"\x82ɐݒ肷\x82邱\x82Ƃɂ\xE6\x82\xE8\x81AANSI\x83J\x83\x89\x81[\x82ɑΉ\x9E\x82\xB5\x82Ă\xA2\x82\xE9vim6\x82ȂǂŃJ\x83\x89\x81[\x95\\x8E\xA6\x82\xF0\x82\xB3\x82\xB9\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B\x82\xB1\x82\xEA\x82̓I\x83\x8A\x83W\x83i\x83\x8B\x82\xA9\x82炠\x82\xE9\x8B@\x94\\x82ł\xB7\x81B<br>

Modified: trunk/doc/ja/html/menu/setup-terminal.html
===================================================================
--- trunk/doc/ja/html/menu/setup-terminal.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menu/setup-terminal.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -13,19 +13,19 @@
 
     <h2>"Terminal setup" \x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X</h2>
     <dl>
-      <dt>Terminal size</dt>
+      <dt id="TerminalSize">Terminal size</dt>
       <dd>
 	\x83^\x81[\x83~\x83i\x83\x8B\x83T\x83C\x83Y(\x92[\x96\x96\x89\xE6\x96ʂ̘_\x97\x9D\x83T\x83C\x83Y)\x81B
 	\x89\xA1 X \x8Fc \x82̕\xB6\x8E\x9A\x90\x94\x82Ŏw\x92肵\x82܂\xB7\x81B
 	\x83E\x83C\x83\x93\x83h\x83E\x83T\x83C\x83Y(\x8E\xC0\x8Dۂ̉\xE6\x96ʂ̑傫\x82\xB3)\x82ƕK\x82\xB8\x82\xB5\x82\xE0\x93\xAF\x82\xB6\x82ł͂\xA0\x82\xE8\x82܂\xB9\x82\xF1\x81B
       </dd>
 
-      <dt>Term size = win size</dt>
+      <dt id="TermIsWin">Term size = win size</dt>
       <dd>
 	\x82\xB1\x82̃I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x91I\x91\xF0\x82\xB5\x82\xBD\x8Fꍇ\x81A\x83^\x81[\x83~\x83i\x83\x8B\x83T\x83C\x83Y\x82ƃE\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x82\xF0\x8F\xED\x82ɓ\x99\x82\xB5\x82\xAD\x82\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt>Auto window resize</dt>
+      <dt id="AutoWinResize">Auto window resize</dt>
       <dd>
 	\x82\xB1\x82̃I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x91I\x91\xF0\x82\xB5\x82\xBD\x8Fꍇ\x81A\x83^\x81[\x83~\x83i\x83\x8B\x83T\x83C\x83Y\x82\xAA\x95ύX\x82\xB3\x82ꂽ\x82Ƃ\xAB\x82ɁA
 	\x83E\x83C\x83\x93\x83h\x83E\x83T\x83C\x83Y\x82\xE0\x93\xAF\x82\xB6\x91傫\x82\xB3\x82Ɏ\xA9\x93\xAE\x93I\x82ɕύX\x82\xB3\x82\xEA\x82܂\xB7\x81B
@@ -53,7 +53,7 @@
         </dl>
       </dd>
 
-      <dt>New-line (transmit)</dt>
+      <dt id="CRSend">New-line (transmit)</dt>
       <dd>
         <dl>
           <dt>CR</dt>
@@ -64,7 +64,7 @@
         </dl>
       </dd>
 
-      <dt><a name="TerminalID">Terminal ID</a></dt>
+      <dt id="TerminalID">Terminal ID</dt>
       <dd>
 	\x83z\x83X\x83g\x82ɕ񍐂\xB7\x82\xE9 Terminal ID\x81BTerminal ID \x82\xCD telnet \x82\xCC
 	terminal type \x82Ƃ͈Ⴂ\x82܂\xB7\x81BTelnet \x82\xCC terminal type \x82\xF0\x95ύX\x82\xB7\x82\xE9\x82ɂ\xCD
@@ -72,12 +72,12 @@
 	\x83R\x83}\x83\x93\x83h\x82\xF0\x8Eg\x97p\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
       </dd>
 
-      <dt>Local echo</dt>
+      <dt id="LocalEcho">Local echo</dt>
       <dd>
 	\x83L\x81[\x93\xFC\x97͓\x99\x82ɂ\xE6\x82著\x8Fo\x82\xB7\x82镶\x8E\x9A\x82\xF0\x82\xBB\x82̂܂܉\xE6\x96ʂɕ\\x8E\xA6\x82\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt><a name="answerback">Answerback</a></dt>
+      <dt id="Answerback">Answerback</dt>
       <dd>
 	\x83z\x83X\x83g\x82\xA9\x82\xE7 ENQ ($05) \x95\xB6\x8E\x9A\x82\xAA\x91\x97\x82\xE7\x82\xEA\x82Ă\xAB\x82\xBD\x8E\x9E\x82ɁA\x91\x97\x82\xE8\x95Ԃ\xB7\x95\xB6\x8E\x9A\x97\xF1\x81B
 	\x95\xB6\x8E\x9A\x97񒆂Ɋ܂܂\xEA\x82\xE9\x95\\x8E\xA6\x95s\x89”\\x82ȕ\xB6\x8E\x9A(\x90\xA7\x8C䕶\x8E\x9A)\x82́A"$" \x82\xC6 \x82\xBB\x82\xEA\x82ɂ‚Â\xAD
@@ -89,37 +89,37 @@
 	</p>
       </dd>
 
-      <dt>Auto switch (VT&lt;-&gt;TEK)</dt>
+      <dt id="AutoWinSwitch">Auto switch (VT&lt;-&gt;TEK)</dt>
       <dd>
 	\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X\x82𔻕ʂ\xB5\x82āA\x8E\xA9\x93\xAE\x93I\x82\xC9 VT window \x82\xA9\x82\xE7
 	TEK window \x82֐\xA7\x8C\xE4\x82\xF0\x88ڂ\xB5\x82܂\xB7(\x8Bt\x82\xE0\x93\xAF\x97l)\x81B
       </dd>
 
-      <dt>Kanji (receive)</dt>
+      <dt id="KanjiReceive">Kanji (receive)</dt>
       <dd>
 	\x83z\x83X\x83g\x82\xA9\x82瑗\x82\xE7\x82\xEA\x82Ă\xAD\x82銿\x8E\x9A\x83R\x81[\x83h (SJIS, EUC, JIS, UTF-8, UTF-8m \x82\xCC5\x8E\xED\x97\xDE)\x81B
       </dd>
 
-      <dt>7bit katakana (receive)</dt>
+      <dt id="KatakanaReceive">7bit katakana (receive)</dt>
       <dd>
 	\x83z\x83X\x83g\x82\xA9\x82瑗\x82\xE7\x82\xEA\x82Ă\xAD\x82\xE9"\x94\xBC\x8Ap"\x95Љ\xBC\x96\xBC\x83R\x81[\x83h\x82\xAA 7 bit \x82ŕ\\x8C\xBB\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9
 	(SO/SI \x82\xF0\x97p\x82\xA2\x82\xBD\x83V\x83t\x83g\x90\xA7\x8C\xE4\x82\xF0\x97p\x82\xA2\x82Ă\xA2\x82\xE9)\x8Fꍇ\x82ɑI\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
 	Kanji (receive) \x82\xAA JIS \x82̏ꍇ\x82̂ݗL\x8C\xF8\x82ł\xB7\x81B
       </dd>
 
-      <dt>Kanji (transmit)</dt>
+      <dt id="KanjiSend">Kanji (transmit)</dt>
       <dd>
 	\x91\x97\x8Fo\x82\xB7\x82銿\x8E\x9A\x83R\x81[\x83h (SJIS, EUC, JIS, UTF-8 \x82\xCC4\x8E\xED\x97\xDE)\x81B
       </dd>
 
-      <dt>7bit katakana (transmit)</dt>
+      <dt id="KatakanaSend">7bit katakana (transmit)</dt>
       <dd>
 	\x91\x97\x8Fo\x82\xB7\x82\xE9"\x94\xBC\x8Ap"\x95Љ\xBC\x96\xBC\x83R\x81[\x83h\x82\xF07bit\x82ŕ\\x8C\xBB\x82\xB7\x82\xE9
 	(SO/SI \x82\xF0\x97p\x82\xA2\x82\xBD\x83V\x83t\x83g\x90\xA7\x8C\xE4\x82\xF0\x97p\x82\xA2\x82\xE9)\x8Fꍇ\x82ɑI\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
 	Kanji (transmit) \x82\xAA JIS \x82̏ꍇ\x82̂ݗL\x8C\xF8\x82ł\xB7\x81B
       </dd>
 
-      <dt>Kanji-in (transmit)</dt>
+      <dt id="KanjiIn">Kanji-in (transmit)</dt>
       <dd>
 	Kanji (transmit) \x82\xAA JIS \x82̂Ƃ\xAB\x82Ɏg\x97p\x82\xB7\x82\xE9\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X
 	(\x8A\xBF\x8E\x9A\x83R\x81[\x83h\x82\xF0 G0 \x82Ɏw\x8E\xA6\x82\xB7\x82\xE9\x83V\x81[\x83P\x83\x93\x83X\x81B
@@ -127,7 +127,7 @@
 	\x83z\x83X\x83g\x82\xA9\x82瑗\x82\xE7\x82\xEA\x82Ă\xAD\x82\xE9\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X\x82͂ǂ\xBF\x82\xE7\x82ł\xE0\x8D\\x82\xA2\x82܂\xB9\x82\xF1\x81B
       </dd>
 
-      <dt>Kanji-out (transmit)</dt>
+      <dt id="KanjiOut">Kanji-out (transmit)</dt>
       <dd>
 	Kanji (transmit) \x82\xAA JIS \x82̂Ƃ\xAB\x82Ɏg\x97p\x82\xB7\x82\xE9\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X
 	(ASCII \x82܂\xBD\x82\xCD JIS \x83\x8D\x81[\x83}\x8E\x9A\x83R\x81[\x83h\x82\xF0 G0 \x82Ɏw\x8E\xA6\x82\xB7\x82\xE9\x83V\x81[\x83P\x83\x93\x83X\x81B

Modified: trunk/doc/ja/html/menu/setup-terminalr.html
===================================================================
--- trunk/doc/ja/html/menu/setup-terminalr.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menu/setup-terminalr.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -98,13 +98,13 @@
       <dt>Character set</dt>
       <dd>
 	<dl>
-	  <dt>Host</dt>
+	  <dt id="RussHost">Host</dt>
 	  <dd>
 	    \x83z\x83X\x83g\x83R\x83\x93\x83s\x83\x85\x81[\x83^\x82Ŏg\x97p\x82\xB3\x82\xEA\x82Ă\xA2\x82郍\x83V\x83A\x8Cꕶ\x8E\x9A\x83Z\x83b\x83g\x81B
 	    Windows (CP 1251), KOI8-R, CP 866 or ISO 8859-5 \x82\xA9\x82\xE7\x91I\x91\xF0\x82\xB5\x82܂\xB7\x81B 
 	  </dd>
 
-	  <dt>Client</dt>
+	  <dt id="RussClient">Client</dt>
 	  <dd>
 	    \x82\xA0\x82Ȃ\xBD\x82\xCC PC \x82Ŏg\x97p\x82\xB3\x82\xEA\x82Ă\xA2\x82郍\x83V\x83A\x8Cꕶ\x8E\x9A\x83Z\x83b\x83g\x81B
 	    Windows (CP 1251), KOI8-R, CP 866, ISO 8859-5 \x82\xA9\x82\xE7\x91I\x91\xF0\x82\xB5\x82܂\xB7\x81B
@@ -112,7 +112,7 @@
 	    \x82\xF0\x91I\x91\xF0\x82\xB7\x82ׂ\xAB\x82ł\xB7\x81B
 	  </dd>
 
-      <dt>Font</dt>
+      <dt id="RussFont">Font</dt>
       <dd>
 	\x8Ew\x92肳\x82ꂽ\x83t\x83H\x83\x93\x83g\x82̕\xB6\x8E\x9A\x83R\x81[\x83h\x82\xF0\x81AWindows (CP 1251), KOI8-R,
 	CP 866, ISO 8859-5 \x82̒\x86\x82\xA9\x82\xE7\x91I\x91\xF0\x82\xB5\x82܂\xB7\x81B

Modified: trunk/doc/ja/html/menu/setup-window.html
===================================================================
--- trunk/doc/ja/html/menu/setup-window.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menu/setup-window.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -13,23 +13,23 @@
 
     <h2>"Window setup" \x83_\x83C\x83A\x83\x8D\x83O\x83{\x83b\x83N\x83X</h2>
     <dl>
-      <dt>Title</dt>
+      <dt id="Title">Title</dt>
       <dd>
 	\x83E\x83C\x83\x93\x83h\x83E\x82̃^\x83C\x83g\x83\x8B\x81B
       </dd>
 
-      <dt>Cursor shape</dt>
+      <dt id="CursorShape">Cursor shape</dt>
       <dd>
 	\x83J\x81[\x83\\x83\x8B\x82̌`\x81BBlock, Vertical line, Horizontal line \x82\xCC3\x82‚\xA9\x82\xE7\x91I\x82ׂ܂\xB7\x81B
       </dd>
 
-      <dt>Enable bold font</dt>
+      <dt id="EnableBold">Enable bold font</dt>
       <dd>
 	Bold (\x8B\xAD\x92\xB2)\x91\xAE\x90\xAB\x82̕\xB6\x8E\x9A\x82\xF0 bold \x83X\x83^\x83C\x83\x8B\x82̃t\x83H\x83\x93\x83g\x82ŕ\\x8E\xA6\x82\xB7\x82\xE9\x82悤\x82ɂ\xB5\x82܂\xB7\x81B
 	\x82\xB1\x82̏ꍇ\x81A\x89\xE6\x96ʂɃS\x83~\x82\xAA\x8Ec\x82\xC1\x82\xBD\x82\xE8\x81A\x8Dׂ\xA9\x82\xA2\x95\xB6\x8E\x9A\x82\xAA\x82‚Ԃ\xEA\x82ēǂ݂ɂ\xAD\x82\xAD\x82Ȃ\xC1\x82\xBD\x82肷\x82邱\x82Ƃ\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81B
       </dd>
 
-      <dt>Hide title bar</dt>
+      <dt id="HideTitle">Hide title bar</dt>
       <dd>
 	\x83^\x83C\x83g\x83\x8B\x83o\x81[\x82ƃ\x81\x83j\x83\x85\x81[\x83o\x81[\x82\xF0\x8F\xC1\x82\xB5\x82܂\xB7\x81B
 	\x83E\x83B\x83\x93\x83h\x83E\x82\xF0\x88ړ\xAE\x82\xB3\x82\xB9\x82\xE9\x82ɂ\xCD Alt
@@ -38,20 +38,20 @@
 	Ctrl \x83L\x81[\x82\xF0\x89\x9F\x82\xB5\x82Ȃ\xAA\x82獶\x83}\x83E\x83X\x83{\x83^\x83\x93\x82\xF0\x89\x9F\x82\xB7\x82ƃ|\x83b\x83v\x83A\x83b\x83v\x83\x81\x83j\x83\x85\x81[\x82\xAA\x8C\xBB\x82\xEA\x82܂\xB7\x81B
       </dd>
 
-      <dt>Hide menu bar</dt>
+      <dt id="PopupMenu">Hide menu bar</dt>
       <dd>
 	\x83\x81\x83j\x83\x85\x81[\x83o\x81[\x82\xF0\x8F\xC1\x82\xB5\x82܂\xB7\x81B
 	Ctrl \x83L\x81[\x82\xF0\x89\x9F\x82\xB5\x82Ȃ\xAA\x82獶\x83}\x83E\x83X\x83{\x83^\x83\x93\x82\xF0\x89\x9F\x82\xB7\x82ƃ|\x83b\x83v\x83A\x83b\x83v\x83\x81\x83j\x83\x85\x81[\x82\xAA\x8C\xBB\x82\xEA\x82܂\xB7\x81B
       </dd>
 
-      <dt>16 Colors (PC style)</dt>
+      <dt id="PcBoldColor">16 Colors (PC style)</dt>
       <dd>
 	PC\x8C`\x8E\xAE\x82\xCC16\x90F\x83\x82\x81[\x83h\x82ɑΉ\x9E\x82\xB5\x82܂\xB7\x81B
 	\x82\xB1\x82̃\x82\x81[\x83h\x82ł́ABold(\x8B\xAD\x92\xB2)/Blink(\x93_\x96\xC5)\x91\xAE\x90\xAB\x82\xAA\x95\xB6\x8E\x9A/\x94w\x8Ci\x90F\x82̑\xAE\x90\xAB\x82̈ꕔ\x82Ƃ\xB5\x82Ďg\x97p\x82\xB3\x82\xEA\x81A
 	\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X\x82ɂ\xE6\x82\xE8\x8Ew\x92\xE8\x89”\\x82ȕ\xB6\x8E\x9A/\x94w\x8Ci\x90F\x82\xAA8\x90F\x82\xA9\x82\xE716\x90F\x82ɑ\x9D\x82\xA6\x82܂\xB7\x81B
       </dd>
 
-      <dt>16 Colors (aixterm style)</dt>
+      <dt id="Aixterm16Color">16 Colors (aixterm style)</dt>
       <dd>
 	aixterm\x8C`\x8E\xAE\x82\xCC16\x90F\x83\x82\x81[\x83h\x82ɑΉ\x9E\x82\xB5\x82܂\xB7\x81B\x82\xB1\x82̃\x82\x81[\x83h\x82ł́A
 	\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X\x82ɂ\xE6\x82\xE8\x8Ew\x92\xE8\x89”\\x82ȕ\xB6\x8E\x9A/\x94w\x8Ci\x90F\x82\xAA8\x90F\x82\xA9\x82\xE716\x90F\x82ɑ\x9D\x82\xA6\x82܂\xB7\x81B<br>
@@ -62,14 +62,14 @@
 	\x82\xB1\x82̃\x82\x81[\x83h\x82\xF0Off\x82ɂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
       </dd>
 
-      <dt>256 Colors (xterm style)</dt>
+      <dt id="Xterm256Color">256 Colors (xterm style)</dt>
       <dd>
 	xterm\x8C`\x8E\xAE\x82\xCC256\x90F\x83\x82\x81[\x83h\x82ɑΉ\x9E\x82\xB5\x82܂\xB7\x81B\x82\xB1\x82̃\x82\x81[\x83h\x82ł́A
 	\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X\x82ɂ\xE6\x82\xE8\x8Ew\x92\xE8\x89”\\x82ȕ\xB6\x8E\x9A/\x94w\x8Ci\x90F\x82\xAA8\x90F\x82\xA9\x82\xE7256\x90F\x82ɑ\x9D\x82\xA6\x82܂\xB7\x81B
 	\x82܂\xBD\x81A\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X\x82ɂ\xE6\x82\xE9\x90F\x83e\x81[\x83u\x83\x8B\x82̕ύX\x82\xAA\x8Ds\x82\xA6\x82\xE9\x82悤\x82ɂȂ\xE8\x82܂\xB7\x81B
       </dd>
 
-      <dt>Scroll buffer</dt>
+      <dt id="ScrollBuffSize">Scroll buffer</dt>
       <dd>
 	\x83X\x83N\x83\x8D\x81[\x83\x8B\x83o\x83b\x83t\x83@\x81[\x82\xF0\x8Eg\x97p\x89”\\x82ɂ\xB5\x82܂\xB7\x81B
 	\x82܂\xBD\x81A\x83X\x83N\x83\x8D\x81[\x83\x8B\x83o\x83b\x83t\x83@\x82̍s\x90\x94\x82\xAA\x90ݒ\xE8\x82ł\xAB\x82܂\xB7\x81B
@@ -91,7 +91,7 @@
 	    \x94w\x8Ci\x82̐F
 	  </dd>
 
-	  <dt>Attribute</dt>
+	  <dt id="Attribute">Attribute</dt>
 	  <dd>
 	    \x90F\x82\xF0\x90ݒ肵\x82\xBD\x82\xA2\x95\xB6\x8E\x9A\x82̑\xAE\x90\xAB (Normal, Bold, Blink, Reverse, URL)<br>
         \x92\x8D\x81F\x8C\xBB\x8D\xDD URL \x91\xAE\x90\xAB\x82\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9\x8B@\x94\\x82͖\xB3\x8C\xF8\x82ɂȂ\xC1\x82Ă\xA2\x82܂\xB7\x81B
@@ -107,7 +107,7 @@
 	    \x8Ew\x92肵\x82\xBD\x95\xB6\x8E\x9A\x91\xAE\x90\xAB\x82̐F\x82\xCCRGB\x92l\x82\xF0\x8Ew\x92肵\x82܂\xB7\x81B
 	  </dd>
 
-	  <dt>Always use Normal text's BG</td>
+	  <dt id="UseNormalBGColor">Always use Normal text's BG</td>
 	  <dd>
 	    On\x82ɂ\xB7\x82\xE9\x82ƁABold, Blink, URL\x91\xAE\x90\xAB\x82̔w\x8Ci\x90F\x82̐ݒ\xE8\x82͖\xB3\x8E\x8B\x82\xB3\x82\xEA\x81A
 	    Normal\x82̔w\x8Ci\x90F\x82\xAA\x8Eg\x82\xED\x82\xEA\x82\xE9\x82悤\x82ɂȂ\xE8\x82܂\xB7\x81B

Modified: trunk/doc/ja/html/menutek/setup-font.html
===================================================================
--- trunk/doc/ja/html/menutek/setup-font.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menutek/setup-font.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -17,7 +17,7 @@
 
 <dl>
 
-<dt>\x83t\x83H\x83\x93\x83g</dt>
+<dt id="TEKFont">\x83t\x83H\x83\x93\x83g</dt>
 <dd>\x95ύX\x82\xB5\x82\xBD\x82\xA2\x83t\x83H\x83\x93\x83g\x82\xF0\x83\x8A\x83X\x83g\x82̒\x86\x82\xA9\x82\xE7\x91I\x91\xF0\x82\xB5\x82ĉ\xBA\x82\xB3\x82\xA2\x81B</dd>
 
 <dt>\x83T\x83C\x83Y</dt>

Modified: trunk/doc/ja/html/menutek/setup-window.html
===================================================================
--- trunk/doc/ja/html/menutek/setup-window.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/menutek/setup-window.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -27,10 +27,10 @@
 <dt>Hide menu bar</dt>
 <dd>\x83\x81\x83j\x83\x85\x81[\x83o\x81[\x82\xF0\x8F\xC1\x82\xB5\x82܂\xB7\x81BCtrl \x83L\x81[\x82\xF0\x89\x9F\x82\xB5\x82Ȃ\xAA\x82獶\x83}\x83E\x83X\x83{\x83^\x83\x93\x82\xF0\x89\x9F\x82\xB7\x82ƃ|\x83b\x83v\x83A\x83b\x83v\x83\x81\x83j\x83\x85\x81[\x82\xAA\x8C\xBB\x82\xEA\x82܂\xB7\x81B</dd>
 
-<dt>Color emulation</dt>
+<dt id="TEKColorEmulation">Color emulation</dt>
 <dd>\x95\xB6\x8E\x9A\x82\xE2\x83O\x83\x89\x83t\x83B\x83b\x83N\x82̐F\x82\xF0\x8Ew\x92肷\x82\xE9\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B\x82\xB1\x82̃I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x91I\x91\xF0\x82\xB7\x82\xE9\x82ƁA\x91I\x91\xF0\x82\xB5\x82Ȃ\xA2\x8Fꍇ\x82ɔ\xE4\x82׃\x81\x83\x82\x83\x8A\x8F\xC1\x94\xEF\x97ʂ\xAA\x91\x9D\x89\xC1\x82\xB5\x82܂\xB7\x81B\x95K\x97v\x82̂Ȃ\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ȃ\xA2\x82ł\xAD\x82\xBE\x82\xB3\x82\xA2\x81B</dd>
 
-<dt>Color</dt>
+<dt id="TEKColor">Color</dt>
 <dd>
   <dl>
   <dt>Text</dt>

Modified: trunk/doc/ja/html/setup/teraterm-ini.html
===================================================================
--- trunk/doc/ja/html/setup/teraterm-ini.html	2014-08-30 14:56:08 UTC (rev 5652)
+++ trunk/doc/ja/html/setup/teraterm-ini.html	2014-08-30 14:57:49 UTC (rev 5653)
@@ -74,19 +74,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AcceptBroadcast">AcceptBroadcast</td>
+		<td id="AcceptBroadcast"><a href="../menu/setup-additional.html#AcceptBroadcast">AcceptBroadcast</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AcceptTitleChangeRequest">AcceptTitleChangeRequest</td>
+		<td id="AcceptTitleChangeRequest"><a href="../menu/setup-additional.html#AcceptTitleChangeRequest">AcceptTitleChangeRequest</a></td>
 		<td style="width:250px;">overwrite</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Aixterm16Color">Aixterm16Color</td>
+		<td id="Aixterm16Color"><a href="../menu/setup-window.html#Aixterm16Color">Aixterm16Color</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -98,7 +98,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AlphaBlend">AlphaBlend</td>
+		<td id="AlphaBlend"><a href="../menu/setup-additional.html#AlphaBlend">AlphaBlend</a></td>
 		<td style="width:250px;">255</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -110,13 +110,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ANSIColor">ANSIColor</td>
+		<td id="ANSIColor"><a href="../menu/setup-additional.html#ANSIColor">ANSIColor</a></td>
 		<td style="width:250px;">0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,128,128,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,64,64,64, 9,192,0,0, 10,0,192,0, 11,192,192,0, 12,64,64,192, 13,192,0,192, 14,0,192,192, 15,192,192,192</td>
 		<td style="width:250px;">0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,0,0,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,128,128,128, 9,128,0,0, 10,0,128,0, 11,128,128,0, 12,0,0,128, 13,128,0,128, 14,0,128,128, 15,192,192,192</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Answerback">Answerback</td>
+		<td id="Answerback"><a href="../menu/setup-terminal.html#Answerback">Answerback</a></td>
 		<td style="width:250px;"></td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -128,7 +128,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AutoScrollOnlyInBottomLine">AutoScrollOnlyInBottomLine</td>
+		<td id="AutoScrollOnlyInBottomLine"><a href="../menu/setup-additional.html#AutoScrollOnlyInBottomLine">AutoScrollOnlyInBottomLine</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -140,19 +140,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AutoWinClose">AutoWinClose</td>
+		<td id="AutoWinClose"><a href="../menu/setup-tcpip.html#AutoWinClose">AutoWinClose</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AutoWinResize">AutoWinResize</td>
+		<td id="AutoWinResize"><a href="../menu/setup-terminal.html#AutoWinResize">AutoWinResize</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="AutoWinSwitch">AutoWinSwitch</td>
+		<td id="AutoWinSwitch"><a href="../menu/setup-terminal.html#AutoWinSwitch">AutoWinSwitch</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -164,7 +164,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="BaudRate">BaudRate</td>
+		<td id="BaudRate"><a href="../menu/setup-serialport.html#BaudRate">BaudRate</td>
 		<td style="width:250px;">9600</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -224,7 +224,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="BSKey">BSKey</td>
+		<td id="BSKey"><a href="../menu/setup-keyboard.html#BSKey">BSKey</a></td>
 		<td style="width:250px;">BS</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -236,7 +236,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ClearOnResize">ClearOnResize</td>
+		<td id="ClearOnResize"><a href="../menu/setup-additional.html#ClearOnResize">ClearOnResize</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -260,7 +260,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ClipboardAccessFromRemote">ClipboardAccessFromRemote</td>
+		<td id="ClipboardAccessFromRemote"><a href="../menu/setup-additional.html#ClipboardAccessFromRemote">ClipboardAccessFromRemote</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -272,13 +272,13 @@
 		<td>\x81\xA6\x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82ɂ\xE6\x82\xE9</td>
 	</tr>
 	<tr>
-		<td id="ComPort">ComPort</td>
+		<td id="ComPort"><a href="../menu/setup-serialport.html#ComPort">ComPort</a></td>
 		<td style="width:250px;">1</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ConfirmChangePaste">ConfirmChangePaste</td>
+		<td id="ConfirmChangePaste"><a href="../menu/setup-additional.html#ConfirmChangePaste">ConfirmChangePaste</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -290,7 +290,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ConfirmChangePasteStringFile">ConfirmChangePasteStringFile</td>
+		<td id="ConfirmChangePasteStringFile"><a href="../menu/setup-additional.html#ConfirmChangePasteStringFile">ConfirmChangePasteStringFile</a></td>
 		<td style="width:250px;"></td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -308,7 +308,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ConfirmPasteMouseRButton">ConfirmPasteMouseRButton</td>
+		<td id="ConfirmPasteMouseRButton"><a href="../menu/setup-additional.html#ConfirmPasteMouseRButton">ConfirmPasteMouseRButton</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -320,13 +320,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="CRReceive">CRReceive</td>
+		<td id="CRReceive"><a href="../menu/setup-terminal.html#CRReceive">CRReceive</a></td>
 		<td style="width:250px;">CR</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="CRSend">CRSend</td>
+		<td id="CRSend"><a href="../menu/setup-terminal.html#CRSend">CRSend</a></td>
 		<td style="width:250px;">CR</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -338,25 +338,25 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="CursorCtrlSequence">CursorCtrlSequence</td>
+		<td id="CursorCtrlSequence"><a href="../menu/setup-additional.html#CursorCtrlSequence">CursorCtrlSequence</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="CursorShape">CursorShape</td>
+		<td id="CursorShape"><a href="../menu/setup-window.html#CursorShape">CursorShape</a></td>
 		<td style="width:250px;">block</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="CygwinDirectory">CygwinDirectory</td>
+		<td id="CygwinDirectory"><a href="../menu/setup-additional.html#CygwinDirectory">CygwinDirectory</a></td>
 		<td style="width:250px;">c:\cygwin</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DataBit">DataBit</td>
+		<td id="DataBit"><a href="../menu/setup-serialport.html#BaudRate">DataBit</a></td>
 		<td style="width:250px;">8</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -380,19 +380,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DelayPerChar">DelayPerChar</td>
+		<td id="DelayPerChar"><a href="../menu/setup-serialport.html#Delay">DelayPerChar</a></td>
 		<td style="width:250px;">0</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DelayPerLine">DelayPerLine</td>
+		<td id="DelayPerLine"><a href="../menu/setup-serialport.html#Delay">DelayPerLine</a></td>
 		<td style="width:250px;">0</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DeleteKey">DeleteKey</td>
+		<td id="DeleteKey"><a href="../menu/setup-keyboard.html#DeleteKey">DeleteKey</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -416,19 +416,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DisableAcceleratorSendBreak">DisableAcceleratorSendBreak</td>
+		<td id="DisableAcceleratorSendBreak"><a href="../menu/setup-additional.html#DisableAcceleratorSendBreak">DisableAcceleratorSendBreak</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DisableAppCursor">DisableAppCursor</td>
+		<td id="DisableAppCursor"><a href="../menu/setup-keyboard.html#DisableAppCursor">DisableAppCursor</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DisableAppKeypad">DisableAppKeypad</td>
+		<td id="DisableAppKeypad"><a href="../menu/setup-keyboard.html#DisableAppKeypad">DisableAppKeypad</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -452,7 +452,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DisableMouseTrackingByCtrl">DisableMouseTrackingByCtrl</td>
+		<td id="DisableMouseTrackingByCtrl"><a href="../menu/setup-additional.html#DisableMouseTrackingByCtrl">DisableMouseTrackingByCtrl</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -464,7 +464,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="DisablePasteMouseRButton">DisablePasteMouseRButton</td>
+		<td id="DisablePasteMouseRButton"><a href="../menu/setup-additional.html#DisablePasteMouseRButton">DisablePasteMouseRButton</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -476,37 +476,37 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableANSIColor">EnableANSIColor</td>
+		<td id="EnableANSIColor"><a href="../menu/setup-additional.html#EnableANSIColor">EnableANSIColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableBlinkAttrColor">EnableBlinkAttrColor</td>
+		<td id="EnableBlinkAttrColor"><a href="../menu/setup-additional.html#EnableBlinkAttrColor">EnableBlinkAttrColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableBold">EnableBold</td>
+		<td id="EnableBold"><a href="../menu/setup-window.html#EnableBold">EnableBold</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableBoldAttrColor">EnableBoldAttrColor</td>
+		<td id="EnableBoldAttrColor"><a href="../menu/setup-additional.html#EnableBoldAttrColor">EnableBoldAttrColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableClickableUrl">EnableClickableUrl</td>
+		<td id="EnableClickableUrl"><a href="../menu/setup-additional.html#EnableClickableUrl">EnableClickableUrl</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableContinuedLineCopy">EnableContinuedLineCopy</td>
+		<td id="EnableContinuedLineCopy"><a href="../menu/setup-additional.html#EnableContinuedLineCopy">EnableContinuedLineCopy</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -524,7 +524,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableReverseAttrColor">EnableReverseAttrColor</td>
+		<td id="EnableReverseAttrColor"><a href="../menu/setup-additional.html#EnableReverseAttrColor">EnableReverseAttrColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -548,7 +548,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="EnableURLColor">EnableURLColor</td>
+		<td id="EnableURLColor"><a href="../menu/setup-additional.html#EnableURLColor">EnableURLColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -566,13 +566,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="FlowCtrl">FlowCtrl</td>
+		<td id="FlowCtrl"><a href="../menu/setup-serialport.html#BaudRate">FlowCtrl</a></td>
 		<td style="width:250px;">none</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="FontQuality">FontQuality</td>
+		<td id="FontQuality"><a href="../menu/setup-additional.html#FontQuality">FontQuality</a></td>
 		<td style="width:250px;">default</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -584,13 +584,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="HideTitle">HideTitle</td>
+		<td id="HideTitle"><a href="../menu/setup-window.html#HideTitle">HideTitle</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="HistoryList">HistoryList</td>
+		<td id="HistoryList"><a href="../menu/setup-tcpip.html#HistoryList">HistoryList</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -614,7 +614,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="IMERelatedCursor">IMERelatedCursor</td>
+		<td id="IMERelatedCursor"><a href="../menu/setup-additional.html#IMERelatedCursor">IMERelatedCursor</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -638,37 +638,37 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KanjiIn">KanjiIn</td>
+		<td id="KanjiIn"><a href="../menu/setup-terminal.html#KanjiIn">KanjiIn</a></td>
 		<td style="width:250px;">B</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KanjiOut">KanjiOut</td>
+		<td id="KanjiOut"><a href="../menu/setup-terminal.html#KanjiOut">KanjiOut</a></td>
 		<td style="width:250px;">B</td>
 		<td style="width:250px;">J</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KanjiReceive">KanjiReceive</td>
+		<td id="KanjiReceive"><a href="../menu/setup-terminal.html#KanjiReceive">KanjiReceive</a></td>
 		<td style="width:250px;">UTF-8</td>
 		<td style="width:250px;">SJIS</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KanjiSend">KanjiSend</td>
+		<td id="KanjiSend"><a href="../menu/setup-terminal.html#KanjiSend">KanjiSend</a></td>
 		<td style="width:250px;">UTF-8</td>
 		<td style="width:250px;">SJIS</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KatakanaReceive">KatakanaReceive</td>
+		<td id="KatakanaReceive"><a href="../menu/setup-terminal.html#KatakanaReceive">KatakanaReceive</a></td>
 		<td style="width:250px;">8</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="KatakanaSend">KatakanaSend</td>
+		<td id="KatakanaSend"><a href="../menu/setup-terminal.html#KatakanaSend">KatakanaSend</a></td>
 		<td style="width:250px;">8</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -698,7 +698,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Language">Language</td>
+		<td id="Language"><a href="../menu/setup-general.html#Language">Language</a></td>
 		<td style="width:250px;">\x81\xA6</td>
 		<td style="width:250px;">English</td>
 		<td>\x81\xA6\x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82ɂ\xE6\x82\xE9</td>
@@ -716,7 +716,7 @@
 		<td>\x81\xA6\x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82ɂ\xE6\x82\xE9</td>
 	</tr>
 	<tr>
-		<td id="LocalEcho">LocalEcho</td>
+		<td id="LocalEcho"><a href="../menu/setup-terminal.html#LocalEcho">LocalEcho</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -728,37 +728,37 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogAppend">LogAppend</td>
+		<td id="LogAppend"><a href="../menu/setup-additional.html#LogAppend">LogAppend</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogAutoStart">LogAutoStart</td>
+		<td id="LogAutoStart"><a href="../menu/setup-additional.html#LogAutoStart">LogAutoStart</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogBinary">LogBinary</td>
+		<td id="LogBinary"><a href="../menu/setup-additional.html#LogBinary">LogBinary</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogDefaultName">LogDefaultName</td>
+		<td id="LogDefaultName"><a href="../menu/setup-additional.html#LogDefaultName">LogDefaultName</a></td>
 		<td style="width:250px;">teraterm.log</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogDefaultPath">LogDefaultPath</td>
+		<td id="LogDefaultPath"><a href="../menu/setup-additional.html#LogDefaultPath">LogDefaultPath</a></td>
 		<td style="width:250px;"></td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogHideDialog">LogHideDialog</td>
+		<td id="LogHideDialog"><a href="../menu/setup-additional.html#LogHideDialog">LogHideDialog</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -800,13 +800,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogTimestamp">LogTimestamp</td>
+		<td id="LogTimestamp"><a href="../menu/setup-additional.html#LogTimestamp">LogTimestamp</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="LogTypePlainText">LogTypePlainText</td>
+		<td id="LogTypePlainText"><a href="../menu/setup-additional.html#LogTypePlainText">LogTypePlainText</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -848,25 +848,25 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="MetaKey">MetaKey</td>
+		<td id="MetaKey"><a href="../menu/setup-keyboard.html#MetaKey">MetaKey</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="MouseCursor">MouseCursor</td>
+		<td id="MouseCursor"><a href="../menu/setup-additional.html#MouseCursor">MouseCursor</a></td>
 		<td style="width:250px;">ibeam</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="MouseEventTracking">MouseEventTracking</td>
+		<td id="MouseEventTracking"><a href="../menu/setup-additional.html#MouseEventTracking">MouseEventTracking</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="MouseWheelScrollLine">MouseWheelScrollLine</td>
+		<td id="MouseWheelScrollLine"><a href="../menu/setup-additional.html#MouseWheelScrollLine">MouseWheelScrollLine</a></td>
 		<td style="width:250px;">3</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -878,7 +878,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Parity">Parity</td>
+		<td id="Parity"><a href="../menu/setup-serialport.html#BaudRate">Parity</a></td>
 		<td style="width:250px;">none</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -896,7 +896,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="PasteDelayPerLine"><a href="../menu/setup-additional.html#pastedelayperline">PasteDelayPerLine</a></td>
+		<td id="PasteDelayPerLine"><a href="../menu/setup-additional.html#PasteDelayPerLine">PasteDelayPerLine</a></td>
 		<td style="width:250px;">10</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -908,19 +908,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="PcBoldColor">PcBoldColor</td>
+		<td id="PcBoldColor"><a href="../menu/setup-window.html#PcBoldColor">PcBoldColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="PopupMenu">PopupMenu</td>
+		<td id="PopupMenu"><a href="../menu/setup-window.html#PopupMenu">PopupMenu</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Port">Port</td>
+		<td id="Port"><a href="../menu/setup-general.html#Port">Port</a></td>
 		<td style="width:250px;">tcpip</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -956,31 +956,31 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="RussClient">RussClient</td>
+		<td id="RussClient"><a href="../menu/setup-terminalr.html#RussClient">RussClient</a></td>
 		<td style="width:250px;">Windows</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="RussFont"><a href="teraterm-prn.html#russfont">RussFont</a></td>
+		<td id="RussFont"><a href="../menu/setup-terminalr.html#RussFont">RussFont</a></td>
 		<td style="width:250px;">Windows</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="RussHost">RussHost</td>
+		<td id="RussHost"><a href="../menu/setup-terminalr.html#RussHost">RussHost</a></td>
 		<td style="width:250px;">Windows</td>
 		<td style="width:250px;">KOI8-R</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="RussKeyb">RussKeyb</td>
+		<td id="RussKeyb"><a href="../menu/setup-keyboardr.html#RussKeyb">RussKeyb</a></td>
 		<td style="width:250px;">Windows</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="RussPrint">RussPrint</td>
+		<td id="RussPrint"><a href="teraterm-prn.html#russfont">RussPrint</a></td>
 		<td style="width:250px;">Windows</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -998,7 +998,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="ScrollBuffSize">ScrollBuffSize</td>
+		<td id="ScrollBuffSize"><a href="../menu/setup-window.html#ScrollBuffSize">ScrollBuffSize</a></td>
 		<td style="width:250px;">10000</td>
 		<td style="width:250px;">100</td>
 		<td></td>
@@ -1022,7 +1022,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="SelectOnlyByLButton">SelectOnlyByLButton</td>
+		<td id="SelectOnlyByLButton"><a href="../menu/setup-additional.html#SelectOnlyByLButton">SelectOnlyByLButton</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1040,7 +1040,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="StopBit">StopBit</td>
+		<td id="StopBit"><a href="../menu/setup-serialport.html#BaudRate">StopBit</a></td>
 		<td style="width:250px;">1</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1070,25 +1070,25 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TCPPort">TCPPort</td>
+		<td id="TCPPort"><a href="../menu/setup-tcpip.html#TCPPort">TCPPort</a></td>
 		<td style="width:250px;">\x81\xA61</td>
 		<td style="width:250px;">\x81\xA62</td>
 		<td>\x81\xA61\x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82ɂ\xE6\x82\xE9 \x81\xA62TelPort\x82̒l</td>
 	</tr>
 	<tr>
-		<td id="TEKColor">TEKColor</td>
+		<td id="TEKColor"><a href="../menutek/setup-window.html#TEKColor">TEKColor</a></td>
 		<td style="width:250px;">0,0,0,255,255,255</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TEKColorEmulation">TEKColorEmulation</td>
+		<td id="TEKColorEmulation"><a href="../menutek/setup-window.html#TEKColorEmulation">TEKColorEmulation</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TEKFont">TEKFont</td>
+		<td id="TEKFont"><a href="../menutek/setup-font.html#TEKFont">TEKFont</a></td>
 		<td style="width:250px;">\x81\xA6</td>
 		<td style="width:250px;">Courier,0,-13,0</td>
 		<td>\x81\xA6\x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82ɂ\xE6\x82\xE9</td>
@@ -1136,7 +1136,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TelKeepAliveInterval">TelKeepAliveInterval</td>
+		<td id="TelKeepAliveInterval"><a href="../menu/setup-tcpip.html#TelKeepAliveInterval">TelKeepAliveInterval</a></td>
 		<td style="width:250px;">300</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1148,7 +1148,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Telnet">Telnet</td>
+		<td id="Telnet"><a href="../menu/setup-tcpip.html#Telnet">Telnet</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1160,13 +1160,13 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TerminalID">TerminalID</td>
+		<td id="TerminalID"><a href="../menu/setup-terminal.html#TerminalID">TerminalID</a></td>
 		<td style="width:250px;">VT100</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TerminalSize">TerminalSize</td>
+		<td id="TerminalSize"><a href="../menu/setup-terminal.html#TerminalSize">TerminalSize</a></td>
 		<td style="width:250px;">80,24</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1178,19 +1178,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TermIsWin">TermIsWin</td>
+		<td id="TermIsWin"><a href="../menu/setup-terminal.html#TermIsWin">TermIsWin</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TermType">TermType</td>
+		<td id="TermType"><a href="../menu/setup-tcpip.html#TermType">TermType</a></td>
 		<td style="width:250px;">xterm</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Title">Title</td>
+		<td id="Title"><a href="../menu/setup-window.html#Title">Title</a?</td>
 		<td style="width:250px;">Tera Term</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1202,7 +1202,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="TitleReportSequence">TitleReportSequence</td>
+		<td id="TitleReportSequence"><a href="../menu/setup-additional.html#TitleReportSequence">TitleReportSequence</a></td>
 		<td style="width:250px;">empty</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1220,7 +1220,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="UILanguageFile"><a href="teraterm-misc.html#UILang">UILanguageFile</a></td>
+		<td id="UILanguageFile"><a href="../menu/setup-general.html#UILanguageFile">UILanguageFile</a></td>
 		<td style="width:250px;">\x81\xA6</td>
 		<td style="width:250px;">lang\\Default.lng</td>
 		<td>\x81\xA6\x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82ɂ\xE6\x82\xE9</td>
@@ -1238,19 +1238,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="URLColor">URLColor</td>
+		<td id="URLColor"><a href="../menu/setup-window.html#Attribute">URLColor</a></td>
 		<td style="width:250px;">0,255,255,0,0,0</td>
 		<td style="width:250px;">0,255,0,255,255,255</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="URLUnderline">URLUnderline</td>
+		<td id="URLUnderline"><a href="../menu/setup-additional.html#URLUnderline">URLUnderline</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="UseNormalBGColor">UseNormalBGColor</td>
+		<td id="UseNormalBGColor"><a href="../menu/setup-window.html#UseNormalBGColor">UseNormalBGColor</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">off</td>
 		<td></td>
@@ -1268,25 +1268,25 @@
 		<td>\x81\xA6\x8Eg\x97p\x82\xB3\x82\xEA\x82Ă\xA2\x82Ȃ\xA2</td>
 	</tr>
 	<tr>
-		<td id="ViewlogEditor">ViewlogEditor</td>
+		<td id="ViewlogEditor"><a href="../menu/setup-additional.html#ViewlogEditor">ViewlogEditor</a></td>
 		<td style="width:250px;">\x81\xA6</td>
 		<td style="width:250px;">&lt;-</td>
 		<td>\x81\xA6Windows\x83t\x83H\x83\x8B\x83_\x82\xCCnotepad.exe</td>
 	</tr>
 	<tr>
-		<td id="VTBlinkColor">VTBlinkColor</td>
+		<td id="VTBlinkColor"><a href="../menu/setup-window.html#Attribute">VTBlinkColor</a></td>
 		<td style="width:250px;">255,0,0,0,0,0</td>
 		<td style="width:250px;">255,0,0,255,255,255</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="VTBoldColor">VTBoldColor</td>
+		<td id="VTBoldColor"><a href="../menu/setup-window.html#Attribute">VTBoldColor</a></td>
 		<td style="width:250px;">255,255,0,0,0,0</td>
 		<td style="width:250px;">0,0,255,255,255,255</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="VTColor">VTColor</td>
+		<td id="VTColor"><a href="../menu/setup-window.html#Attribute">VTColor</a></td>
 		<td style="width:250px;">255,255,255,0,0,0</td>
 		<td style="width:250px;">0,0,0,255,255,255</td>
 		<td></td>
@@ -1298,7 +1298,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="VTFont">VTFont</td>
+		<td id="VTFont"><a href="../menu/setup-font.html#VTFont">VTFont</a></td>
 		<td style="width:250px;">\x81\xA6</td>
 		<td style="width:250px;">Terminal,0,-13,1</td>
 		<td>\x81\xA6\x83C\x83\x93\x83X\x83g\x81[\x83\x89\x82ɂ\xE6\x82\xE9</td>
@@ -1328,19 +1328,19 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="VTReverseColor">VTReverseColor</td>
+		<td id="VTReverseColor"><a href="../menu/setup-window.html#Attribute">VTReverseColor</a></td>
 		<td style="width:250px;">0,0,0,255,255,255</td>
 		<td style="width:250px;">255,255,255,0,0,0</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Wait4allMacroCommand">Wait4allMacroCommand</td>
+		<td id="Wait4allMacroCommand"><a href="../macro/command/wait4all.html">Wait4allMacroCommand</a></td>
 		<td style="width:250px;">off</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
 	</tr>
 	<tr>
-		<td id="WindowCtrlSequence">WindowCtrlSequence</td>
+		<td id="WindowCtrlSequence"><a href="../menu/setup-additional.html#WindowCtrlSequence">WindowCtrlSequence</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1352,7 +1352,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="WindowReportSequence">WindowReportSequence</td>
+		<td id="WindowReportSequence"><a href="../menu/setup-additional.html#WindowReportSequence">WindowReportSequence</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>
@@ -1382,7 +1382,7 @@
 		<td></td>
 	</tr>
 	<tr>
-		<td id="Xterm256Color">Xterm256Color</td>
+		<td id="Xterm256Color"><a href="../menu/setup-window.html#Xterm256Color">Xterm256Color</a></td>
 		<td style="width:250px;">on</td>
 		<td style="width:250px;">&lt;-</td>
 		<td></td>



Ttssh2-commit メーリングリストの案内
アーカイブの一覧に戻る