1 var idPreFix=["pM","ibM"];
  2 var idBDys=[
  3 "00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f",
  4 "10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f 1g 1h 1i 1j 1k",
  5 "20 21 22 23 24 25",
  6 "30 31 32 33 34", 
  7 "40 41",
  8 "50 51 52 53",
  9 "60 61 62 63 64 65 66 67 68 69 6a 6b"
 10 ];
 11 /**/
 12 	nas.LangPack={};
 13 	nas.LangPack.ja=[]
 14 
 15 //var elements = document.getElementsByTagName("*");
 16 var targetItems=[
 17 "prefBtapply",
 18 "prefBtReset",
 19 "prefBtClose",
 20 "prefBtSave",
 21 "prefBtDelete",
 22 "prefLbMode",
 23 "prefModeWP",
 24 "prefModeCP",
 25 "prefLbAE",
 26 "prefLbFpsF",
 27 "prefLbTimeshift",
 28 "prefLbSheetInfo",
 29 "prefLbSheetLength",
 30 "prefLbSec",
 31 "prefLbColums",
 32 "prefLbDiff",
 33 "prefLbFCT",
 34 "prefLbLoop",
 35 "prefLbCloop",
 36 "prefLbSloop",
 37 "prefLbAscroll",
 38 "prefLbTABspin",
 39 "prefLbNoSync",
 40 "prefLbUtilBar",
 41 "prefLbExportopt"
 42 ];
 43 
 44 var elements=[];
 45 for (var ix=0;ix<targetItems.length;ix++){
 46 	elements.push(document.getElementById(targetItems[ix]));
 47 }
 48 
 49 for (var idx=0 ;idx < elements.length;idx++){
 50 	if (! elements[idx]) continue;
 51 //	if ((! elements[idx].id) ||(elements[idx].childElementCount))continue;
 52 	if (! elements[idx].id) continue;
 53 	var myID = elements[idx].id;
 54 	if((elements[idx].innerHTML)&&(elements[idx].innerHTML.match(/^[^\s]+$/)))
 55 	nas.LangPack.ja.push([myID,"innerHTML",document.getElementById(myID).innerHTML]);
 56 	if((elements[idx].title)&&(elements[idx].title.match(/^[^\s]+$/)))
 57 	nas.LangPack.ja.push([myID,"title",document.getElementById(myID).title]);
 58 	if((elements[idx].value)&&(elements[idx].value.match(/^[^\s]+$/)))
 59 	nas.LangPack.ja.push([myID,"value",document.getElementById(myID).value]);
 60 } 
 61 
 62 JSON.stringify(nas.LangPack.ja);
 63 //.toSource();
 64 /*プルダウンメニュー及びボタンバーのコマンドアイテム群*/
 65 var menuItems = [
 66 document,
 67 browse,
 68 checkin,
 69 save,
 70 checkout,
 71 activate,
 72 deactivate,
 73 discard,
 74 newEntry,
 75 receipt,
 76 checkoutF,
 77 abort,
 78 branch,
 79 merge,
 80 importDatas,
 81 openFS,
 82 saveFS,
 83 exportFS,
 84 openFSps,
 85 saveFSps,
 86 exportFSps,
 87 callEcho,
 88 importexport,
 89 docInfo,
 90 exportHTMLair,
 91 exportEPSair,
 92 exportHTMLps,
 93 exportEPSps,
 94 exportHTML,
 95 exportEPS,
 96 authPnl,
 97 signInOut,
 98 menuBack,
 99 
100 edit,
101 selectAll,
102 cut,
103 copy,
104 paste,
105 renameTL,
106 clearTL,
107 clearSheet,
108 insertBlank,
109 brockRemove,
110 addSoundTrack,
111 addStilTL,
112 addReplacementTL,
113 addCameraTL,
114 addSfxTL,
115 insertTL,
116 deleteTL,
117 formatTL,
118 formatSheet,
119 simplifyTL,
120 simplifySheet,
121 pushBackup,
122 restoreBackup,
123 clearBackup,
124 
125 reference,
126 importReference,
127 importReferenceAir,
128 copyToReference,
129 copyFromReference,
130 clearReference,
131 buildActionSheet,
132 
133 stage,
134 stageList,
135 
136 tools,
137 about,
138 pref,
139 memoEdit,
140 reload,
141 previousVer,
142 stb,
143 
144 show,
145 editMode,
146 columns,
147 zoom,
148 unZoom,
149 loginPnl,
150 soundPnl,
151 filePnl,
152 logo,
153 pMenu,
154 skb,
155 toolbar,
156 airMenu,
157 sheetHeader,
158 commandbar,
159 memoArea,
160 dbgCons,
161 dbgMode,
162 introspector,
163 viewSource
164     ,commandbar
165     ,toolbox
166     ,addCircle
167     ,addAangles
168     ,addBlackets
169     ,incrementNUl
170     ,decrementNum
171     ,vBar
172     ,wBar
173     ,interpSign
174     ,camera
175     ,transition
176     ,fadein
177     ,fadeout
178 ];
179 
180 /*  UI上の翻訳が必要なリソースのエレメントid */
181     textItems =[
182 index.html(947): 	id=activeLvl
183 index.html(955): 	id=fct0
184 index.html(962): 	id=fct1
185 index.html(975): 	id=spin_V
186 index.html(985): 	id=v_up
187 index.html(991): 	id=v_dn
188 index.html(998): 	id=spinCkLb
189 index.html(1005): 	id=spinCk
190 index.html(1013): 	id=iNputbOx
191 index.html(1024): 	id=ok
192 index.html(1034): 	id=ng
193 index.html(1048): 	id=pmcui-checkin
194 index.html(1055): 	id=pmcui-checkout
195 index.html(1061): 	id=pmcui-checkout
196 index.html(1067): 	id=pmcui-deactivate
197 index.html(1073): 	id=pmcui-activate
198 index.html(1079):  :  <span id=pmcui_line class=pmcui_> 0:() </span>
199 index.html(1080): // <span id=pmcui_stage class=pmcui_> 2:原画 </span> 
200 index.html(1081): // <span id=pmcui_job class=pmcui_> 1:(原画) </span>
201 index.html(1082): // <span id=pmcui_status class=pmcui_> Active </span>
202 index.html(1083): // <span id=pmcui_documentWriteable class=pmcui_> [保存不可] </span>
203 index.html(1087): class=optionPanel id=optionPanelProductManagement
204 index.html(1089):     <div id=pmaui>
205 index.html(1091): 	id=pmaui-new
206 index.html(1098): 	id=pmaui-receipt
207 index.html(1103): 	id=pmaui-checkout
208 index.html(1108): 	id=pmaui-abort
209 index.html(1115): 	id=pmaui-branch
210 index.html(1120): 	id=pmaui-merge
211 index.html(1134): <select class='pmControl' id=linSelect>
212 index.html(1144): <datalist id=line_list>
213 index.html(1160): <select class='pmControl' id=stageSelect>
214 index.html(1171): <datalist id=stage_list>
215 index.html(1185): <select class='pmControl' id=stageSelect>
216 index.html(1196): <datalist id=job_list>
217 index.html(1249):     <div id=messages-pmaui>
218 index.html(1271): <div id=sheetHeaderTable>
219 index.html(1275):      <td id=edchg>
220 index.html(1277):      </td><th class=opusLabel id="opusL">
221 index.html(1279):      </th><th class=titleLabel id="titleL">
222 index.html(1281):      </th><th class=subtitleLabel id="subtitleL">
223 index.html(1287):      </th><th class=nameLabel id="nameL">
224 index.html(1294): <select name=stageSelect id=stageSelect onChange='xUI.switchStage(this.value);'  style="width:100%;margin:0;padding:0;text-align:center;">
225 index.html(1300): </td><td id=opus lock="yes" >
226 index.html(1302): </td><td id=title lock="yes" >
227 index.html(1304): </td><td id=subtitle lock="yes" >
228 index.html(1306): </td><td id=scene_cut lock="yes">
229 index.html(1308): </td><td id=time >
230 index.html(1310): </td><td id=trin >
231 index.html(1312): </td><td id=trout >
232 index.html(1314): </td><td id=update_user lock="yes">
233 index.html(1322): <div class=optionPanel id=optionPanelUtl >
234 index.html(1325): 	id=tbLock
235 index.html(1330):     id=ibMcopyToReference
236 index.html(1336):     id=ibMcopyFromReference
237 index.html(1343):     id=ibMpushBackup
238 index.html(1349):     id=ibMrestoreBackup
239 index.html(1355):     id=ibMclearTL
240 index.html(1361):     id=ibMformatTL
241 index.html(1367):     id=ibMsimplifyTL
242 index.html(1373):     id=ibMclearFS
243 index.html(1379):     id=ibMrenameTL
244 index.html(1385):     id=ibMaddSoundTrack
245 index.html(1391):     id=ibMaddStilTL
246 index.html(1397):     id=ibMaddReplacementTL
247 index.html(1403):     id=ibMaddCameraTL
248 index.html(1409):     id=ibMaddSfxTL
249 index.html(1415):     id=ibMinsertTL
250 index.html(1421):     id=ibMseleteTL
251 index.html(1427):     id=ibMinsertBlank
252 index.html(1433):     id=ibMblockRemove
253 index.html(1440):     id=ibMaddCircle
254 index.html(1446):     id=ibMaddAangles
255 index.html(1452):     id=ibMaddBlackets
256 index.html(1458):     id=ibMincrementNUl
257 index.html(1464):     id=ibMdecrementNum
258 index.html(1470):     id=ibMvBar
259 index.html(1476):     id=ibMwBar
260 index.html(1482):     id=ibMinterpSign
261 index.html(1488):     id=ibMcamera
262 index.html(1494):     id=ibMtransition
263 index.html(1500):     id=ibMfadein
264 index.html(1506):     id=ibMfadeout
265 index.html(1516): <div class=optionPanel id=optionPanelTrackLabel >
266 index.html(1520):     <input id="currentLabel" type=text size=6 value="(currentValue)">
267 index.html(1523): <div id=ModalUIStore>
268 index.html(1524): <div id=CWLabelTemplate>
269 index.html(1536): <div id=FXLabelTemplate>
270 index.html(1559): <div id=CLLabelTemplate>
271 index.html(1591): <div id=DSLabelTemplate>
272 index.html(1599): <div id=BGLabelTemplate>
273 index.html(1610): <div id=TCIFTemplate >
274 index.html(1626): <input id=editTC size=12 value="-(00+00)">
275 index.html(1645): <div class=optionPanelModal id=optionPanelProg >
276 index.html(1662): <div class=optionPanel id=optionPanelAEK >
277 index.html(1666): <textarea name=AEKrEsult id=AEKrEsult cols=60 rows=6>
278 index.html(1682): 		id=blmtd
279 index.html(1693): 		id=blpos
280 index.html(1704): 		id=aeVersion
281 index.html(1714): 		id=keyMethod
282 index.html(1728): <div class=optionPanel id=optionPanelData>
283 index.html(1731): <div><form name=cgiSample id=cgiSample><a href="javascript:void(0);" onclick="return writeXPS(XPS)" title="保存用に書き出し"
284 index.html(1733): >HTML</a> <span id=TSXUi></span>
285 index.html(1735): <select name=sampleSelect id=sampleSelect >
286 index.html(1748): <!-- <a href="javascript:void(0);" onClick="getSample(1)" id=sample1 title="xps">XPS-1</a> |
287 index.html(1749):  <a href="javascript:void(0);" onClick="getSample(2)" id=sample2 title="xps(修飾メモ付き)">XPS-2</a> |
288 index.html(1750):  <a href="javascript:void(0);" onClick="getSample(3)" id=sample3 title="AE-Key">AE-Key</a> |
289 index.html(1751):  <a href="javascript:void(0);" onClick="getSample(4)" id=sample4 title="AE-Remap">AERemap</a> |
290 index.html(1752):  <a href="javascript:void(0);" onClick="getSample(7)" id=sample7 title="cell-Remap">cellRemap</a> |
291 index.html(1753):  <a href="javascript:void(0);" onClick="getSample(5)" id=sample5 title="T-Sheet">TSheet</a> |
292 index.html(1754):  <a href="javascript:void(0);" onClick="getSample(6)" id=sample6 title="RETAS-Stylos-csv">Stylos-csv</a>
293 index.html(1772): <input type=hidden id=loadShortcut value=false>
294 index.html(1774): <div id=localFileLoader><form id="dataLoader" name="dataLoader" method="post" action="javascript:void(0);" enctype="multipart/form-data">
295 index.html(1775): <input type=file id=myCurrentFile name=XPSBody size=100
296 index.html(1780): <strong> (Import) </strong><input type=button id=localFileLoaderSelect value="読込+取込" style="width:10%"
297 index.html(1782): ><input type=button id=select value="参照取込" style="width:10%"
298 index.html(1784): ><input type=button id=select value="取込" style="width:10%"
299 index.html(1786): ><input type=button id=select value="全選択" style="width:10%"
300 index.html(1789): 	type=reset id=reset value="リセット" style="width:10%"
301 index.html(1791): 	id=select value="消去" style="width:10%"
302 index.html(1794): 	type=button id=option value="閉じる" style="width:10%"
303 index.html(1796): ><br /><textarea nema=XPSBody id=data_well style="width:80%;height:128px"
304 index.html(1798): <input type=button id=select value="XPS" style="width:10%"
305 index.html(1800): ><input type=button id=select value="EPS" style="width:10%"
306 index.html(1802): ><input type=button id=select value="ARD" style="width:10%"
307 index.html(1804): ><input type=button id=select value="TSheet" style="width:10%"
308 index.html(1806): ><input type=button id=select value="ARDJ" style="width:10%"
309 index.html(1808): ><input type=button id=select value="Stylos-csv" style="width:10%"
310 index.html(1810): > <a href="javascript:void(0);" onClick='return chkValue("exportCheck");'></a>: <input type=checkbox id=exportCheck name=exCk >
311 index.html(1813): <div id=receivers style="display:none;">
312 index.html(1828): <div class=optionPanelModal id=optionPanelScn>
313 index.html(1830): <table id=uiTable>
314 index.html(1834): 	id="scnNewSheet"
315 index.html(1853): 	<input type=text id=scnMapfile style="width:100%" value="---" onChange="myScenePref.rewrite(this.id)"/>
316 index.html(1859): 		id=scnTitle
317 index.html(1868): 		id=scnSubtitle
318 index.html(1880): 			id=scnOpus
319 index.html(1890): 			id=scnScene
320 index.html(1897): 			id=scnCut
321 index.html(1907): 			id=scnLayers
322 index.html(1914): 			id=scnLayersLbls
323 index.html(1921): 			id=scnLayerUpdate
324 index.html(1928): 			id=scnDel_layer
325 index.html(1938): 			id=scnTime
326 index.html(1944): 			id=scnFramerate
327 index.html(1950): 			id=scnSetFps
328 index.html(1969): 		<input type=text id=scnTrin style="width:5em" value="tr-in" onChange="myScenePref.rewrite(this.id)"/>
329 index.html(1970): 		<input type=text id=scnTrinT style="width:5em" value="---" onChange="myScenePref.rewrite(this.id)"/>
330 index.html(1974): 		<input type=text id=scnTrot style="width:5em" value="tr-out" onChange="myScenePref.rewrite(this.id)"/>
331 index.html(1975): 		<input type=text id=scnTrotT style="width:5em" value="---" onChange="myScenePref.rewrite(this.id)"/>
332 index.html(1979): 		<input	type=hidden id=scnCreate_time value=""/>
333 index.html(1980): 		<input	type=hidden id=scnCreate_user value=""/>
334 index.html(1981): 		<input	type=hidden id=scnUpdate_time value=""/>
335 index.html(1982): 	</th><td id=scnCreate_timeTD >	()
336 index.html(1983): 	</td><td id=scnCreate_userTD >	名前(自動)
337 index.html(1987): 	</th><td id=scnUpdate_timeTD >	()
338 index.html(1990): 			id=scnUpdate_user
339 index.html(1998): 		<textarea id=scnMemo rows=4 style="width:100%" onChange="myScenePref.rewrite(this.id)">
340 index.html(2009): 	<div id=scnCellTable style="display:none"> 
341 index.html(2010): 	<span id=scnLayerBrouser ></span>
342 index.html(2020): <div class=optionPanel id=optionPanelTimeUI>
343 index.html(2045): <div class=optionPanelModal id=optionPanelFile >
344 index.html(2069): 	id=cutInput
345 index.html(2076): 	id=timeInput
346 index.html(2082): 	id=statusInput
347 index.html(2110): <div id=current_identifier></div>
348 index.html(2115):  id='ddp-reference'
349 index.html(2120):  id='ddp-readout'
350 index.html(2125):  id='ddp-checkin'
351 index.html(2130):  id='ddp-activate'
352 index.html(2135): <input type='text' id='ddp-searchtext' size=20 ><button
353 index.html(2136):  id='ddp-search'
354 index.html(2141):  id='ddp-close'
355 index.html(2167): 	id="repositorySelector-f"
356 index.html(2181): 	id="opusSelect"
357 index.html(2191): 	id="cutList"
358 index.html(2204):  id='ddp-refresh'
359 index.html(2256): <div class=optionPanelModal id=optionPanelPref>
360 index.html(2260): 		<th class=menu colspan=3> name. / <span id=myName onClick="myPref.chgMyName()"></span></th>
361 index.html(2270): 	<tr id=cgiMenu>
362 index.html(2276): 	<tr id=airMenu>
363 index.html(2292): 		<input type="radio" name="viewMode" id=vMWordProp value="WordProp" onClick='myPref.chgVM(this.value)' checked onChange="alert(this.value)">
364 index.html(2294): 		<input type="radio" name="viewMode" id=vMCompact value="Compact" onClick='myPref.chgVM(this.value)'>
365 index.html(2301): 		blank method. <SELECT NAME=blmtd id=prefBlmtd onChange="myPref.chgblk(this.id)">
366 index.html(2307): 		</SELECT><SELECT NAME=blpos id=prefBlpos onChange="myPref.chgblk(this.id)">
367 index.html(2314): 		AE Version<SELECT NAME=AEver id=prefAeVersion>
368 index.html(2320): 		<SELECT NAME=keyMethod id=prefKeyMethod>
369 index.html(2324): 		フーテージのフレームレート:<INPUT TYPE=text SIZE=6 NAME=fpsF id=prefFpsF VALUE=--
370 index.html(2325): 			onChange="myPref.chgfpsF(this.id)"> fps<SELECT NAME=SetFpsF id=SetFpsF
371 index.html(2341): 			TYPE=CheckBox NAME=timeShift id=timeShift><br />
372 index.html(2342): 		:<input type=text SIZE=4 NAME=dfX id=prefDfX VALUE="---"
373 index.html(2345): id=prefDfY VALUE="---" onChange="myPref.chgdfSIZE(this.id)">:<input type=text
374 index.html(2346): 			SIZE=3 NAME=dfA id=prefDfA VALUE="---" onChange="myPref.chgdfSIZE(this.id)"><SELECT
375 index.html(2347): 			NAME=dfSizeSet id=prefDfSizeSet onChange="myPref.chgdfSIZE(this.id)">
376 index.html(2369): 				1<INPUT TYPE=TEXT NAME=SheetLength id=prefSheetLength VALUE=6 SIZE=2><br />
377 index.html(2371): 					TYPE=CheckBox NAME=PageCol id=prefPageCol checked><br />
378 index.html(2373): 					TYPE=CheckBox NAME=footMark id=prefFootMark checked><br />
379 index.html(2377): 				0.<SELECT NAME=FCTo0 id=FCTo0>
380 index.html(2391): 				1.<SELECT NAME=FCTo1 id=FCTo1>
381 index.html(2409): 					TYPE=checkbox NAME=cLoop id=cLoop checked><br />
382 index.html(2411): 					TYPE=checkbox NAME=sLoop id=sLoop><br />
383 index.html(2413): 					TYPE=CheckBox NAME=autoScroll id=autoScroll checked><br />
384 index.html(2415): 					TYPE=CheckBox NAME=tabSpin id=tabSpin checked><br />
385 index.html(2417): 					TYPE=CheckBox NAME=noSync id=noSync checked><br />
386 index.html(2419): 					TYPE=CheckBox NAME=UtilBar id=prefUtilBar checked><br />
387 index.html(2429): 		export size. <SELECT NAME=expSize id=prefEpsS onChange="myPref.chgSize(this.id)">
388 index.html(2444): <div class=optionPanelModal id=optionPanelVer >
389 index.html(2455): <span style="font-size:small" id=versionString>
390 index.html(2457): <span id=myVer0></span> <span id=myServer0>[no-server]</span><br />
391 index.html(2472): <div class=optionPanel id=optionPanelDbg>
392 index.html(2483): 	id=msg_well
393 index.html(2486): 	id=clearMsg
394 index.html(2491): 	id=action
395 index.html(2496): 	id=select
396 index.html(2501): 	id=switchPmenu
397 index.html(2506): 	id=doInit
398 index.html(2512): 	id=doLock
399 index.html(2518): 	id=reset
400 index.html(2522): 	id=clsCommand
401 index.html(2528): 	id=insDgebi
402 index.html(2533): 	id=insJquery
403 index.html(2538): 	id=insForProp
404 index.html(2543): 	id=insXui
405 index.html(2548): 	id=insXui
406 index.html(2553): 	id=closeDbg
407 index.html(2559):  id='test001'
408 index.html(2562):  id='test002'
409 index.html(2565):  id='test003'
410 index.html(2569):  id='test004'
411 index.html(2575): 	id=select
412 index.html(2584): 	id=cmd
413 index.html(2590): <div class=optionPanelFloat id=optionPanelTbx >
414 index.html(2592): <div id=formTbx>
415 index.html(2597): 	id=uiTable
416 index.html(2607): 			id=single
417 index.html(2612): 	id=home
418 index.html(2619): 	id=end
419 index.html(2629): <td	id=l_select
420 index.html(2633): 	id="layer"
421 index.html(2648): <td	id=c_select
422 index.html(2652): 	id="cell"
423 index.html(2663): <td	id=u_select
424 index.html(2667): 	id="fav"
425 index.html(2686): 	id=clearFS
426 index.html(2697): 	id=skb12
427 index.html(2704): 	id=skb13
428 index.html(2711): 	id=skb14
429 index.html(2718): 	id=skb15
430 index.html(2726): 	id=skb07
431 index.html(2733): 	id=skb08
432 index.html(2740): 	id=skb09
433 index.html(2747): 	id=skb
434 index.html(2755): 	id=skb04
435 index.html(2762): 	id=skb05
436 index.html(2769): 	id=skb06
437 index.html(2776): 	id=skb
438 index.html(2784): 	id=skb01
439 index.html(2791): 	id=skb02
440 index.html(2798): 	id=skb03
441 index.html(2805): 	id=skb
442 index.html(2813): 	id=skb00
443 index.html(2820): 	id=skb10
444 index.html(2827): 	id=skb11
445 index.html(2834): 	id=skb
446 index.html(2845): 	id=pgup
447 index.html(2852): 	id=pgdn
448 index.html(2862): 	id=up
449 index.html(2868): 	id=left
450 index.html(2874): 	id=right
451 index.html(2880): 	id=down
452 index.html(2888): 	id=back
453 index.html(2894): 	id=fwd
454 index.html(2906): <div class=optionPanel id=optionPanelSnd>
455 index.html(2911): <select name=soundLabelSelector id=saundLabelSelect >
456 index.html(2922): <select name=soundLabelSelector id=saundLabelSelect >
457 index.html(2952): <input type=test id=soundIP value="00:00:00" style="width:96px"
458 index.html(2955): ><input type=button id=select value="▼" style="width:32px"
459 index.html(2958): <br><textarea nema=SndBody id=snd_body style="width:80%;height:72px"
460 index.html(2963): <input type=test id=soundIP value="00:00:00" style="width:96px"
461 index.html(2966): ><input type=button id=select value="▼" style="width:20px"
462 index.html(2972): <input type=test id=soundIP value="00:00:00" style="width:96px"
463 index.html(2975): ><input type=button id=select value="▼" style="width:20px"
464 index.html(2978): <input type=button id=localFileLoaderSelect value="↑:取込" style="width:10%"
465 index.html(2980): ><input type=button id=select value="↓:適用" style="width:10%"
466 index.html(2982): ><input type=button id=select value="取込" style="width:10%"
467 index.html(2984): ><input type=button id=select value="全選択" style="width:10%"
468 index.html(2987): 	type=reset id=reset value="リセット" style="width:10%"
469 index.html(2989): 	id=select value="消去" style="width:10%"
470 index.html(2992): 	type=button id=option value="閉じる" style="width:10%"
471 index.html(2998): <div id=memoArea>
472 index.html(2999):    <div id=memo_header >
473 index.html(3005): >MEMO : </a> <span id="transit_data"></span>
474 index.html(3008): <div class=optionPanel id=optionPanelMemo >
475 index.html(3028): <textarea name=rEsult id=rEsult cols=96 rows=8 >
476 index.html(3032): <span id=myWords
477 index.html(3040):    <div id=memo></div>
478 index.html(3043): <div class=application_status id=app_status><br></div>
479 index.html(3045): <div id=sheet_view>
480 index.html(3047):   <div id="scrollSpaceHd" class="screenSpace"></div>
481 index.html(3052):     <div id=sheet_body
482 index.html(3063): <span id=myVer1></span> <span id=myServer1>[no-server]</span>
483 index.html(3067): <!--	<input id=startupXPS value=false>	-->
484 index.html(3068): <textarea id="startupXPS" style='width:75%;'></textarea>
485 index.html(3069): <textarea id="referenceXPS" style='width:75%;'></textarea>
486 index.html(3072): <div id="scrollSpaceFt" class=\"screenSpace\"><br></div>
487 index.html(3075): <span id="backend_variables"
488 index.html(3080):     data-episode_id="17"
489 index.html(3081):     data-cut_id="24" 
490 index.html(3084):     data-line_id="0:(本線)"
491 index.html(3085):     data-stage_id="0:ライカ"
492 index.html(3086):     data-job_id="1:"
493 
494     ];
495     
496     /*[    "skbHome"
497 ,     "skbEnd"
498 ,   "tBtrackID"
499 ,    "tBtrackEL"
500 ,     "tBitems"
501 
502 ,    "skbPgup"
503 ,    "skbPgdn"
504 ,      "skbUp"
505 ,   " skbLeft"
506 ,   "skbRight"
507 ,    "skbDown"
508 ,    "skbBack"
509 ,     "skbFwd"
510 ]*/