forked from Vultren/k2badge
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
executable file
·680 lines (679 loc) · 62.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
<html>
<head>
<title>Kancolle Completion Badge Generator</title>
<meta charset="UTF-8">
<link href='http://fonts.googleapis.com/css?family=Exo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="./jquery.min.js"></script>
<script type="text/javascript" src="./litetabs.jquery.js"></script>
<script type="text/javascript" src="./jquery.tooltipster.min.js"></script>
<script>
var apiMode = false;
</script>
<script type="text/javascript" src="./kaini.min.js"></script>
<script type="text/javascript">
lang = "en";
</script>
<script type="text/javascript" src="./ga.js"></script>
<link href="./kaini.css" rel="stylesheet" type="text/css"/>
<link href="./tooltipster.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<h2>KanColle Badge Generator</h2>
<div id="language"><b>EN</b> <a href="index-jp.html">日本</a> <a href="index-cn.html">中国</a></div>
<p>
This tool requires a modern browser (IE10+, Firefox, Chrome, or Safari) with Javascript enabled. Please refresh your cache when there is a new update. The Flagship of the first fleet will be featured on the badge. Please leave any bug reports or feature requests <a target="_blank" href="http://himeuta.org/showthread.php?1818-Tool-Kancolle-Kai-Ni-Badge-Generator">here</a>.
</p>
<div id="canvasDiv">
<canvas width="850" height="205" id="result"></canvas>
<div id="buttonToggles">
<button type="button" id="displayBadge" class="active">Kai 2</button>
<button type="button" id="displayPoster">Poster</button>
<button type="button" id="displayRoom">Room</button>
</div>
<div id="buttons">
<div>
<span id="loadingDiv">Loading images: </span><span id="loadingProgress"></span>
<button type="button" id="save">Save</button>
<button type="button" id="load">Load</button>
<button type="button" id="export">Export Badge as PNG</button>
</div>
</div>
</div>
<div id="tabs">
<ul>
<li><a href="#ttkTab">General</a></li>
<li><a href="#flagTab">Fleets</a></li>
<li><a href="#shipTab">Kai Ni + Blueprint</a></li>
<li><a href="#colleTab">Poster Collection</a></li>
<li><a href="#furnTab">Furniture</a></li>
<li><a href="#customTab">Custom</a></li>
</ul>
<div id="ttkInfo" name="#ttkTab">
<div>Admiral Name <input type="text" name="name" maxlength="26" placeholder="Admiral Name"></div>
<div>Lv. <input type="number" name="level" min="1" max="120" placeholder="1 - 120"></div>
<div>Server <select name="server">
<option value="" disabled selected>------</option>
<option value="1">横須賀鎮守府 Yokosuka Naval District</option>
<option value="2">呉鎮守府 Kure Naval District</option>
<option value="3">佐世保鎮守府 Sasebo Naval District</option>
<option value="4">舞鶴鎮守府 Maizuru Naval District</option>
<option value="5">大湊警備府 Ominato Guard District</option>
<option value="6">トラック泊地 Truk Anchorage</option>
<option value="7">リンガ泊地 Lingga Anchorage</option>
<option value="8">ラバウル基地 Rabaul Naval Base</option>
<option value="9">ショートランド泊地 Shortland Anchorage</option>
<option value="10">ブイン基地 Buin Naval Base</option>
<option value="11">タウイタウイ泊地 Tawi-Tawi Anchorage</option>
<option value="12">パラオ泊地 Palau Anchorage</option>
<option value="13">ブルネイ泊地 Brunei Anchorage</option>
<option value="14">単冠湾泊地 Hitokappu Bay Anchorage</option>
<option value="15">幌筵泊地 Paramushir Anchorage</option>
<option value="16">宿毛泊地 Sukumo Anchorage</option>
<option value="17">鹿屋基地 Kanoya Airfield</option>
<option value="18">岩川基地 Iwagawa Airfield</option>
<option value="19">佐伯湾泊地 Saiki Bay Anchorage</option>
<option value="20">柱島泊地 Hashirajima Anchorage</option>
</select></div><br/>
<div>Avatar Image: <input type='file' id="avatarImg" /> <button type="button" id="avatarClear">Clear</button></div><br/>
<div>Use Furniture<input type="checkbox" name="useBG" id="useBG" checked></div>
<div>Use Fleets<input type="checkbox" name="k2" id="k2"></div>
<div>Ignore Blueprint<input type="checkbox" name="useBlue" id="useBlue" checked></div>
</div>
<div id="flagTab" name="#flagTab">
<div id="fleetWrapper">
<div id="fleetSelect">
<div id="fleet1" class="chosen">1</div>
<div id="fleet2">2</div>
<div id="fleet3">3</div>
<div id="fleet4">4</div>
</div>
<div id="fleets">
<div id="slot1" class="chosen"></div>
<div id="slot2"></div>
<div id="slot3"></div>
<div id="slot4"></div>
<div id="slot5"></div>
<div id="slot6"></div>
<button id="removeSlot" type="button">Remove</button>
</div>
<div id="fleetLevels">
<div>Lv. <input id="level1" type="number" value="1"/></div>
<div>Lv. <input id="level2" type="number" value="1"/></div>
<div>Lv. <input id="level3" type="number" value="1"/></div>
<div>Lv. <input id="level4" type="number" value="1"/></div>
<div>Lv. <input id="level5" type="number" value="1"/></div>
<div>Lv. <input id="level6" type="number" value="1"/></div>
</div>
</div>
<div id="avatars" class="shipList">
<label>DD 駆逐</label>
<div class="divDD shipClasses"></div>
<label>CL/CLT 軽巡/雷巡</label>
<div class="divCL shipClasses"></div>
<label>CA/CAV 重巡/航巡</label>
<div class="divCA shipClasses"></div>
<label>BB/BBV 戦艦/航戦 </label>
<div class="divBB shipClasses"></div>
<label>CVL 軽母</label>
<div class="divCVL shipClasses"></div>
<label>CV/CVB 航/装母</label>
<div class="divCV shipClasses"></div>
<label>SS/SSV 潜/潜母</label>
<div class="divSS shipClasses"></div>
<label>AX その他</label>
<div class="divAX shipClasses"></div>
<button type="button" id="loadAbyss">Load Abyssal Ships 深海艦</button>
<label class="hidden">ADD 深海駆逐</label>
<div class="divADD shipClasses"></div>
<label class="hidden">ACL/ACLT 深海軽巡/深海雷巡</label>
<div class="divACL shipClasses"></div>
<label class="hidden">ACA/ACAV 深海重巡/深海航巡</label>
<div class="divACA shipClasses"></div>
<label class="hidden">ABB/ABBV 深海戦艦/深海航戦 </label>
<div class="divABB shipClasses"></div>
<label class="hidden">ACVL/ACV 深海軽母/深海航</label>
<div class="divACV shipClasses"></div>
<label class="hidden">ASS/ASSV 深海潜/深海潜母</label>
<div class="divASS shipClasses"></div>
<label class="hidden">AINS 深海陸上</label>
<div class="divAINS shipClasses"></div>
<label class="hidden">AAX その他</label>
<div class="divAAX shipClasses"></div>
</div>
</div>
<div name="#shipTab">
<div class="shipClass" id="dd">
<h3>Destroyers</h3>
<div class="shipOptions">
<div>
<span><input type="checkbox" name="fubuki2" id="fubuki2"></span>
<label for="fubuki2">Fubuki 吹雪 (70)</label>
</div>
<div>
<span><input type="checkbox" name="murakumo3" id="murakumo3"></span>
<label for="murakumo3">Murakumo 叢雲 (70)</label>
</div>
<div>
<span><input type="checkbox" name="ayanami2" id="ayanami2"></span>
<label for="ayanami2">Ayanami 綾波 (70)</label>
</div>
<div>
<span><input type="checkbox" name="mutsuki3" id="mutsuki3"></span>
<label for="mutsuki3">Mutsuki 睦月 (65)</label>
</div>
<div>
<span><input type="checkbox" name="kisaragi3" id="kisaragi3"></span>
<label for="kisaragi3">Kisaragi 如月 (65)</label>
</div>
<div>
<span><input type="checkbox" name="ushio2" id="ushio2"></span>
<label for="ushio2">Ushio 潮 (60)</label>
</div>
<div>
<span><input type="checkbox" name="akatsuki2" id="akatsuki2"></span>
<label for="akatsuki2">Akatsuki 暁 (70)</label>
</div>
<div>
<span><input type="checkbox" name="verniy1" id="verniy1"></span>
<label for="verniy1">Верный ヴェールヌイ (70)</label>
</div>
<div>
<span><input type="checkbox" name="hatsuharu2" id="hatsuharu2"></span>
<label for="hatsuharu2">Hatsuharu 初春 (65)</label>
</div>
<div>
<span><input type="checkbox" name="hatsushimo2" id="hatsushimo2"></span>
<label for="hatsushimo2">Hatsushimo 初霜 (70)</label>
</div>
<div>
<span><input type="checkbox" name="yuudachi2" id="yuudachi2"></span>
<label for="yuudachi2">Yuudachi 夕立 (55)</label>
</div>
<div>
<span><input type="checkbox" name="shigure2" id="shigure2"></span>
<label for="shigure2">Shigure 時雨 (60)</label>
</div>
<div>
<span><input type="checkbox" name="kasumi2" id="kasumi2"></span>
<label for="kasumi2">Kasumi 霞 (75/88)</label>
</div>
<div>
<span><input type="checkbox" name="z12" id="z12"></span>
<label for="z12">Z1 レーベレヒト・マース (70)</label>
</div>
<div>
<span><input type="checkbox" name="z32" id="z32"></span>
<label for="z32">Z3 マックス・シュルツ (70)</label>
</div>
</div>
</div>
<div class="shipClass" id="cl">
<h3>Light Cruisers</h3>
<div class="shipOptions">
<div><span><input type="checkbox" name="kitakami3" id="kitakami3"></span><label for="kitakami3">Kitakami 北上 (50)</label></div>
<div><span><input type="checkbox" name="ooi3" id="ooi3"></span><label for="ooi3">Ooi 大井 (50)</label></div>
<div><span><input type="checkbox" name="kiso2" id="kiso2"></span><label for="kiso2">Kiso 木曾 (65)</label></div>
<div class="kai blueprint"><span><input type="checkbox" name="abukuma2" id="abukuma2"></span><label for="abukuma2">Abukuma 阿武隈 (75)</label></div>
<div><span><input type="checkbox" name="isuzu2" id="isuzu2"></span><label for="isuzu2">Isuzu 五十鈴 (50)</label></div>
<div><span><input type="checkbox" name="sendai2" id="sendai2"></span><label for="sendai2">Sendai 川内 (60)</label></div>
<div><span><input type="checkbox" name="jintsuu2" id="jintsuu2"></span><label for="jintsuu2">Jintsuu 神通 (60)</label></div>
<div><span><input type="checkbox" name="naka2" id="naka2"></span><label for="naka2">Naka 那珂 (48)</label></div>
</div>
</div>
<div class="shipClass" id="ca">
<h3>Heavy Cruisers</h3>
<div class="shipOptions">
<div><span><input type="checkbox" name="furutaka2" id="furutaka2"></span><label for="furutaka2">Furutaka 古鷹 (65)</label></div>
<div><span><input type="checkbox" name="kako2" id="kako2"></span><label for="kako2">Kako 加古 (65)</label></div>
<div><span><input type="checkbox" name="kinugasa2" id="kinugasa2"></span><label for="kinugasa2">Kinugasa 衣笠 (55)</label></div>
<div><span><input type="checkbox" name="myoukou2" id="myoukou2"></span><label for="myoukou2">Myoukou 妙高 (70)</label></div>
<div><span><input type="checkbox" name="nachi2" id="nachi2"></span><label for="nachi2">Nachi 那智 (65)</label></div>
<div><span><input type="checkbox" name="haguro2" id="haguro2"></span><label for="haguro2">Haguro 羽黒 (65)</label></div>
<div><span><input type="checkbox" name="ashigara2" id="ashigara2"></span><label for="ashigara2">Ashigara 足柄 (65)</label></div>
<div><span><input type="checkbox" name="maya2" id="maya2"></span><label for="maya2">Maya 摩耶 (75)</label></div>
<div class="kai blueprint"><span><input type="checkbox" name="choukai2" id="choukai2"></span><label for="choukai2">Choukai 鳥海 (65)</label></div>
<div class="kai blueprint"><span><input type="checkbox" name="tone2" id="tone2"></span><label for="tone2">Tone 利根 (70)</label></div>
<div class="kai blueprint"><span><input type="checkbox" name="chikuma2" id="chikuma2"></span><label for="chikuma2">Chikuma 筑摩 (70)</label></div>
</div>
</div>
<div class="shipClass" id="bb">
<h3>Battleships</h3>
<div class="shipOptions">
<div><span><input type="checkbox" name="kongou2" id="kongou2"></span><label for="kongou2">Kongou 金剛 (75)</label></label></div>
<div><span><input type="checkbox" name="hiei2" id="hiei2"></span><label for="hiei2">Hiei 比叡 (75)</label></div>
<div><span><input type="checkbox" name="haruna2" id="haruna2"></span><label for="haruna2">Haruna 榛名 (80)</label></div>
<div><span><input type="checkbox" name="kirishima2" id="kirishima2"></span><label for="kirishima2">Kirishima 霧島 (75)</label></div>
<div class="kai blueprint"><span><input type="checkbox" name="fusou3" id="fusou3"></span><label for="fusou3">Fusou 扶桑 (80)</label></div>
<div class="kai blueprint"><span><input type="checkbox" name="yamashiro3" id="yamashiro3"></span><label for="yamashiro3">Yamashiro 山城 (80)</label></div>
<div class="blueprint"><span><input type="checkbox" name="bismarck3" id="bismarck3"></span><label for="bismarck3">Bismarck 2 ビスマルク zwei (50)</label></div>
<div class="kai blueprint"><span><input type="checkbox" name="bismarck4" id="bismarck4"></span><label for="bismarck4">Bismarck 3 ビスマルク drei (75)</label></div>
<div class="blueprint"><span><input type="checkbox" name="italia1" id="italia1"></span><label for="italia1">Italia イタリア (35)</label></div>
<div class="blueprint"><span><input type="checkbox" name="roma2" id="roma2"></span><label for="roma2">Roma ローマ (35)</label></div>
</div>
</div>
<div class="shipClass" id="cvl">
<h3>Light Carriers</h3>
<div class="shipOptions">
<div><span><input type="checkbox" name="ryuujou3" id="ryuujou3"></span><label for="ryuujou3">Ryuujou Kai 龍驤 (75)</label></div>
<div><span><input type="checkbox" name="junyou2" id="junyou2"></span><label for="junyou2">Junyou 隼鷹 (80)</label></div>
<div><span><input type="checkbox" name="chitosecvl2" id="chitosecvl2"></span><label for="chitosecvl2">Chitose 千歳航 (50)</label></div>
<div><span><input type="checkbox" name="chiyodacvl2" id="chiyodacvl2"></span><label for="chiyodacvl2">Chiyoda 千代田 (50)</label></div>
<div class="kai blueprint"><span><input type="checkbox" name="ryuuhou2" id="ryuuhou2"></span><label for="ryuuhou2">Ryuuhou Kai 龍鳳改 (50)</label></div>
</div>
</div>
<div class="shipClass" id="cv">
<h3>Standard Carriers</h3>
<div class="shipOptions">
<div><span><input type="checkbox" name="souryuu2" id="souryuu2"></span><label for="souryuu2">Souryuu 蒼龍 (78)</label></div>
<div ><span><input type="checkbox" name="hiryuu2" id="hiryuu2"></span><label for="hiryuu2">Hiryuu 飛龍 (77)</label></div>
<div class="kai blueprint prototype"><span><input type="checkbox" name="shoukaku2" id="shoukaku2"></span><label for="shoukaku2">Shoukaku 翔鶴 (80/88)</label></div>
<div class="kai blueprint prototype"><span><input type="checkbox" name="zuikaku3" id="zuikaku3"></span><label for="zuikaku3">Zuikaku 瑞鶴 (77/90)</label></div>
<div class="blueprint"><span><input type="checkbox" name="unryuu2" id="unryuu2"></span><label for="unryuu2">Unryuu 雲龍 (50)</label></div>
<div class="blueprint"><span><input type="checkbox" name="amagi2" id="amagi2"></span><label for="amagi2">Amagi 天城 (50)</label></div>
<div class="blueprint"><span><input type="checkbox" name="katsuragi2" id="katsuragi2"></span><label for="katsuragi2">Katsuragi 葛城 (50)</label></div>
</div>
</div>
<div class="shipClass" id="ss">
<h3>Submarines</h3>
<div class="shipOptions">
<div><span><input type="checkbox" name="ro5001" id="ro5001"></span><label for="ro5001">Ro-500 呂500 (55)</label></div>
</div>
</div>
<div style="clear:both">
<input type="checkbox" id="selectAll"><label for="selectAll">Select All</label>
</div>
</div>
<div id="colleDiv" name="#colleTab">
<div class="shipList">
<label>DD 駆逐</label>
<div class="divDD shipClasses"></div>
<label>CL/CLT 軽巡/雷巡</label>
<div class="divCL shipClasses"></div>
<label>CA/CAV 重巡/航巡</label>
<div class="divCA shipClasses"></div>
<label>BB/BBV 戦艦/航戦 </label>
<div class="divBB shipClasses"></div>
<label>CVL 軽母</label>
<div class="divCVL shipClasses"></div>
<label>CV/CVB 航/装母</label>
<div class="divCV shipClasses"></div>
<label>SS/SSV 潜/潜母</label>
<div class="divSS shipClasses"></div>
<label>AX その他</label>
<div class="divAX shipClasses"></div>
</div>
</div>
<div id="furndiv" name="#furnTab">
<div class="furnitureClass invert" id="Floor">
<h3>Floors</h3>
<div class="shipOptions">
<div><input type="radio" name="floor" value="001" id="f1" checked><label for="f1">Guardian Office Floor<br/>鎮守府の床</label></div>
<div><input type="radio" name="floor" value="002" id="f2"><label for="f2">Natural Floor<br/>ナチュラルな床</label></div>
<div><input type="radio" name="floor" value="003" id="f3"><label for="f3">Fluttering Spring Sakura Flooring<br/>桜舞う春のフローリング</label></div>
<div><input type="radio" name="floor" value="004" id="f4"><label for="f4">New Greenery Flooring<br/>新緑のフローリング</label></div>
<div><input type="radio" name="floor" value="005" id="f5"><label for="f5">High Class Flooring<br/>高級フローリング</label></div>
<div><input type="radio" name="floor" value="006_1" id="f6_1"><label for="f6_1">Sandy Floor 1<br/>砂浜の床1</label></div>
<div><input type="radio" name="floor" value="006_2" id="f6_2"><label for="f6_2">Sandy Floor 2<br/>砂浜の床2</label></div>
<div><input type="radio" name="floor" value="007" id="f7"><label for="f7">Blue Carpet<br/>ブルーカーペット</label></div>
<div><input type="radio" name="floor" value="009" id="f9"><label for="f9">White Slate Tile<br/>白い石版タイル</label></div>
<div><input type="radio" name="floor" value="012" id="f12"><label for="f12">Small Floral Carpet<br/>小花柄カーペット</label></div>
<div><input type="radio" name="floor" value="014" id="f14"><label for="f14">Cherry Flooring<br/>桜の床</label></div>
<div><input type="radio" name="floor" value="017" id="f17"><label for="f17">Pink Floor<br/>ピンクの床</label></div>
<div><input type="radio" name="floor" value="020" id="f20"><label for="f20">European Carpet<br/>西欧風カーペット</label></div>
<div><input type="radio" name="floor" value="021" id="f21"><label for="f21">Luxury Crimson Carpet<br/>真っ赤な高級絨毯</label></div>
<div><input type="radio" name="floor" value="022" id="f22"><label for="f22">Pure White Fluffy Carpet<br/>真っ白なフワフワ絨毯</label></div>
<div><input type="radio" name="floor" value="023_1" id="f23_1"><label for="f23_1">Snowy Field Floor 1<br/>雪原の床1</label></div>
<div><input type="radio" name="floor" value="023_2" id="f23_2"><label for="f23_2">Snowy Field Floor 2<br/>雪原の床2</label></div>
<div><input type="radio" name="floor" value="023_2" id="f23_3"><label for="f23_3">Snowy Field Floor 3<br/>雪原の床3</label></div>
<div><input type="radio" name="floor" value="024" id="f24"><label for="f24">Spring-colored Flooring<br/>春色の床</label></div>
<div><input type="radio" name="floor" value="025" id="f25"><label for="f25">New Tatami<br/>青畳</label></div>
<div><input type="radio" name="floor" value="026" id="f26"><label for="f26">Luxury White Marble Flooring<br/>白い高級大理石床</label></div>
<div><input type="radio" name="floor" value="031" id="f31"><label for="f31">Flight Deck<br/>飛行甲板</label></div>
<div><input type="radio" name="floor" value="033" id="f33"><label for="f33">Concrete Floor<br/>コンクリート床</label></div>
<div><input type="radio" name="floor" value="034" id="f34"><label for="f34">Doodle Floor<br/>ラクガキ床</label></div>
<div><input type="radio" name="floor" value="035" id="f35"><label for="f35">Battleship Tile Floor<br/>戦艦タイルの床</label></div>
<div><input type="radio" name="floor" value="037" id="f37"><label for="f37">Igusa Tatami Mat<br/>い草の畳</label></div>
<div><input type="radio" name="floor" value="038" id="f38"><label for="f38">Beach Teahouse Floor<br/>浜茶屋の床</label></div>
</div>
</div>
<div class="furnitureClass invert" id="Wall">
<h3>Walls</h3>
<div class="shipOptions">
<div><input type="radio" name="wall" value="001" id="w1" checked><label for="w1">Normal Wallpaper<br/>普通の壁紙</label></div>
<div><input type="radio" name="wall" value="002" id="w2" ><label for="w2">Low Budget Wallpaper<br/>低予算な壁紙</label></div>
<div><input type="radio" name="wall" value="003" id="w3" ><label for="w3">Simple Japanese Wallpaper<br/>和のシンプル壁紙</div>
<div><input type="radio" name="wall" value="004" id="w4" ><label for="w4">Green Wallpaper<br/>緑の壁紙</label></label></div>
<div><input type="radio" name="wall" value="005" id="w5"><label for="w5">Spring Design Wallpaper<br/>春仕様の壁紙</label></div>
<div><input type="radio" name="wall" value="007" id="w7"><label for="w7">Chocolate Wallpaper<br/>チョコレートの壁紙</label></div>
<div><input type="radio" name="wall" value="008" id="w8"><label for="w8">Pop Wallpaper<br/>ポップな壁紙</label></div>
<div><input type="radio" name="wall" value="009" id="w9"><label for="w9">Candy-making Wallpaper<br/>お菓子作りの壁紙</label></div>
<div><input type="radio" name="wall" value="010" id="w10"><label for="w10">High Class Japanese-style Wallpaper<br/>高級和風壁紙</label></div>
<div><input type="radio" name="wall" value="011" id="w11"><label for="w11">Furniture Craftsman's Wallpaper<br/>家具職人の壁紙</label></div>
<div><input type="radio" name="wall" value="012" id="w12"><label for="w12">Autumn Design Wallpaper<br/>秋仕様の壁紙</label></div>
<div><input type="radio" name="wall" value="013" id="w13"><label for="w13">Simple Modern Wallpaper<br/>シンプルモダン壁紙</label></div>
<div><input type="radio" name="wall" value="014" id="w14"><label for="w14">Battleship-colored Wall<br/>軍艦色の壁</label></div>
<div><input type="radio" name="wall" value="015" id="w15"><label for="w15">White Winter Wallpaper<br/>白い冬の壁紙</label></div>
<div><input type="radio" name="wall" value="016" id="w16"><label for="w16">Blue Wallpaper<br/>青い壁紙</label></div>
<div><input type="radio" name="wall" value="017" id="w17"><label for="w17">High Quality Red Brick Wall<br/>高級赤煉瓦の壁</label></div>
<div><input type="radio" name="wall" value="018" id="w18"><label for="w18">Check & Leaf Wallpaper<br/>チェック&リーフ壁紙</label></div>
<div><input type="radio" name="wall" value="019" id="w19"><label for="w19">Wooden Board Wall<br/>木板の壁</label></div>
<div><input type="radio" name="wall" value="020" id="w20"><label for="w20">High Quality Wood Wall<br/>高級木材の壁</label></div>
<div><input type="radio" name="wall" value="021" id="w21"><label for="w21">Paper Crane Wallpaper<br/>折鶴の壁紙</label></div>
<div><input type="radio" name="wall" value="022" id="w22"><label for="w22">Green Japanese Wallpaper<br/>緑の和壁紙</label></div>
<div><input type="radio" name="wall" value="023" id="w23"><label for="w23">New Greenery Wallpaper<br/>新緑の壁紙</label></div>
<div><input type="radio" name="wall" value="024" id="w24"><label for="w24">Pink Dot Wallpaper<br/>ピンクドット壁紙</label></div>
<div><input type="radio" name="wall" value="026" id="w26"><label for="w26">Winter Modern Art Wallpaper<br/>冬のモダンアート壁紙</label></div>
<div><input type="radio" name="wall" value="027" id="w27"><label for="w27">Japanese Modern Art Wallpaper<br/>和モダンアート壁紙</label></div>
<div><input type="radio" name="wall" value="028" id="w28"><label for="w28">Hinamatsuri Wallpaper<br/>桃の節句の壁紙</label></div>
<div><input type="radio" name="wall" value="030" id="w30"><label for="w30">New Years Wallpaper<br/>新春の壁紙</label></div>
<div><input type="radio" name="wall" value="031" id="w31"><label for="w31">Concrete Wall<br/>コンクリート壁</label></div>
<div><input type="radio" name="wall" value="032" id="w32"><label for="w32">Pink Concrete Wall<br/>ピンクコンクリ壁</label></div>
<div><input type="radio" name="wall" value="033" id="w33"><label for="w33">Dragon Wallpaper<br/>龍の壁紙</label></div>
<div><input type="radio" name="wall" value="034" id="w34"><label for="w34">Autumn Leaves Wallpaper<br/>紅葉の壁紙</label></div>
<div><input type="radio" name="wall" value="035" id="w35"><label for="w35">Spring Color Wallpaper<br/>春色の壁紙</label></div>
<div><input type="radio" name="wall" value="036" id="w36"><label for="w36">Bar Wall Design<br/>バー仕様の壁</label></div>
<div><input type="radio" name="wall" value="037" id="w37"><label for="w37">Plum-Purple Wallpaper<br/>梅紫の壁紙</label></div>
<div><input type="radio" name="wall" value="038" id="w38"><label for="w38">Rainy Season Wallpaper<br/>梅雨の壁紙</label></div>
<div><input type="radio" name="wall" value="039" id="w39"><label for="w39">Beach Teahouse Temporary Wallboard<br/>浜茶屋の仮設壁</label></div>
</div>
</div>
<div class="furnitureClass invert" id="Desk">
<h3>Desks</h3>
<div class="shipOptions">
<div><input type="radio" name="desk" value="000" id="d0" checked><label for="d0">None</label></div>
<div><input type="radio" name="desk" value="001" id="d1"><label for="d1">Just Some Cardboard<br/>ただの段ボール</label></div>
<div><input type="radio" name="desk" value="002" id="d2"><label for="d2">Chair<br/>椅子</label></div>
<div><input type="radio" name="desk" value="003" id="d3"><label for="d3">Office Desk<br/>執務机</label></div>
<div><input type="radio" name="desk" value="005" id="d5"><label for="d5">Admiral's Desk<br/>提督の机</label></div>
<div><input type="radio" name="desk" value="007" id="d7"><label for="d7">General's Desk<br/>大将の机</label></div>
<div><input type="radio" name="desk" value="009" id="d9"><label for="d9">Interior Chair<br/>インテリア椅子</label></div>
<div><input type="radio" name="desk" value="011" id="d11"><label for="d11">Classroom Set "Teacher's Desk"<br/>教室セット「教卓」</label></div>
<div><input type="radio" name="desk" value="012" id="d12"><label for="d12">Modern Chair<br/>モダンチェア</label></div>
<div><input type="radio" name="desk" value="013" id="d13"><label for="d13">Destroyer Kanmusu's Tree<br/>駆逐艦娘のツリー</label></div>
<div><input type="radio" name="desk" value="015" id="d15"><label for="d15">Sanma Dinner Table<br/>秋刀魚の食卓</label></div>
<div><input type="radio" name="desk" value="016" id="d16"><label for="d16">Adult Setsubun Set<br/>大人の節分セット</label></div>
<div><input type="radio" name="desk" value="017" id="d17"><label for="d17">Photography Set<br/>撮影セット</label></div>
<div><input type="radio" name="desk" value="018" id="d18"><label for="d18">A Kotatsu Taken Out Too Early<br/>早く出しすぎた炬燵</label></div>
<div><input type="radio" name="desk" value="019" id="d19"><label for="d19">Down Futon and Pillows<br/>羽毛布団と枕</label></div>
<div><input type="radio" name="desk" value="020" id="d20"><label for="d20">Worn-out Futon<br/>煎餅布団</label></div>
<div><input type="radio" name="desk" value="021" id="d21"><label for="d21">Alcove<br/>床の間</label></div>
<div><input type="radio" name="desk" value="022" id="d22"><label for="d22">Kanmusu Only Desk<br/>艦娘専用デスク</label></div>
<div><input type="radio" name="desk" value="023" id="d23"><label for="d23">Admiral's Mahjong Table<br/>提督の麻雀卓</label></div>
<div><input type="radio" name="desk" value="024" id="d24"><label for="d24">Watermelon Splitting Set<br/>西瓜割りセット</label></div>
<div><input type="radio" name="desk" value="025" id="d25"><label for="d25">High Class Sewing Machine<br/>高級ミシン</label></div>
<div><input type="radio" name="desk" value="026" id="d26"><label for="d26">Kongou's Tea Set<br/>金剛の紅茶セット</label></div>
<div><input type="radio" name="desk" value="029" id="d29"><label for="d29">Kiddie Pool<br/>ご家庭用プール</label></div>
<div><input type="radio" name="desk" value="030" id="d30"><label for="d30">Glass Table<br/>ガラステーブル</label></div>
<div><input type="radio" name="desk" value="032" id="d32"><label for="d32">Single Bed<br/>シングルベッド</label></div>
<div><input type="radio" name="desk" value="033" id="d33"><label for="d33">Chocolate Bar Desk<br/>板チョコ型の机</label></div>
<div><input type="radio" name="desk" value="034" id="d34"><label for="d34">Futon and Pillows<br/>布団と枕</label></div>
<div><input type="radio" name="desk" value="035" id="d35"><label for="d35">Wooden Office Desk<br/>ウッディな執務机</label></div>
<div><input type="radio" name="desk" value="036" id="d36"><label for="d36">Cyprus Hot Spring<br/>温泉檜風呂</label></div>
<div><input type="radio" name="desk" value="037" id="d37"><label for="d37">Turkey Feast<br/>七面鳥のご馳走</label></div>
<div><input type="radio" name="desk" value="038" id="d38"><label for="d38">Four-Step Deluxe Hina Dolls<br/>雛人形豪華四段飾り</label></div>
<div><input type="radio" name="desk" value="040" id="d40"><label for="d40">Admiral's Writing Desk<br/>提督の書斎机</label></div>
<div><input type="radio" name="desk" value="041" id="d41"><label for="d41">Manuscript Desk<br/>原稿机</label></div>
<div><input type="radio" name="desk" value="042a" id="d42a"><label for="d42a">Indoor Pool "Summer"<br/>ご家庭用プール「夏」</label></div>
<div><input type="radio" name="desk" value="042b" id="d42b"><label for="d42b">Indoor Pool "Other"<br/>ご家庭用プール「他」</label></div>
<div><input type="radio" name="desk" value="043" id="d43"><label for="d43">Sanma Dinner Table<br/>秋刀魚の食卓</label></div>
<div><input type="radio" name="desk" value="045" id="d45"><label for="d45">Blue and White Tree<br/>白と青のツリー</label></div>
<div><input type="radio" name="desk" value="046" id="d46"><label for="d46">Hatsumoude Set<br/>鎮守府初詣セット</label></div>
<div><input type="radio" name="desk" value="047" id="d47"><label for="d47">New Year's Eve Soba<br/>年越し蕎麦</label></div>
<div><input type="radio" name="desk" value="048" id="d48"><label for="d48">Chocolate Kitchen<br/>チョコレートキッチン</label></div>
<div><input type="radio" name="desk" value="049" id="d49"><label for="d49">Spirit & Wine Shelf<br/>洋酒&ワイン棚</label></div>
<div><input type="radio" name="desk" value="050" id="d50"><label for="d50">Stone Hot Spring Bath<br/>温泉岩風呂</label></div>
<div><input type="radio" name="desk" value="051" id="d51"><label for="d51">Hydragea Pot Admiral Desk<br/>紫陽花鉢の提督机</label></div>
<div><input type="radio" name="desk" value="052" id="d52"><label for="d52">Cold Bath<br/>水風呂</label></div>
<div><input type="radio" name="desk" value="052a" id="d52a"><label for="d52a">Cold Bath (Sub)<br/>水風呂「水」</label></div>
<div><input type="radio" name="desk" value="052b" id="d52b"><label for="d52b">Cold Bath (Fairy)<br/>水風呂「妖」</label></div>
<div><input type="radio" name="desk" value="053" id="d53"><label for="d53">Guardian Office Beach Teahouse<br/>鎮守府浜茶屋</label></div>
<div><input type="radio" name="desk" value="054" id="d54"><label for="d54">Guardian Office Autumn Festival Stall<br/>鎮守府秋祭りの屋台</label></div>
<div><input type="radio" name="desk" value="055a" id="d55a"><label for="d55a">Guardian Office Autumn Festival Shooting Gallery "Down"<br/>鎮守府秋祭りの射的「下」</label></div>
<div><input type="radio" name="desk" value="055b" id="d55b"><label for="d55b">Guardian Office Autumn Festival Shooting Gallery "Up"<br/>鎮守府秋祭りの射的「上」</label></div>
<div><input type="radio" name="desk" value="056" id="d56"><label for="d56">Guardian Office Autumn Sanma Festival<br/>鎮守府秋刀魚祭り</label></div>
<div><input type="radio" name="desk" value="057" id="d57"><label for="d57">Turkey Dinner<br/>七面鳥のディナー</label></div>
<div><input type="radio" name="desk" value="058" id="d58"><label for="d58">Admiral's New Years Big Treat<br/>年末年始の提督大奮発</label></div>
<div><input type="radio" name="desk" value="059" id="d59"><label for="d59">Mutsuki's Desk<br/>睦月の机</label></div>
</div>
</div>
<div class="furnitureClass invert" id="Object">
<h3>Wall Decoration</h3>
<div class="shipOptions">
<div><input type="radio" name="object" value="000" id="o0" checked><label for="o0">None</label></div>
<div><input type="radio" name="object" value="002" id="o2"><label for="o2">Old Hanging Wall Clock<br/>壁掛け古時計</label></div>
<div><input type="radio" name="object" value="003" id="o3"><label for="o3">Apology Hanging Scroll<br/>お詫び掛け軸</label></div>
<div><input type="radio" name="object" value="004" id="o4"><label for="o4">Stained Glass<br/>ステンドグラス</label></div>
<div><input type="radio" name="object" value="005" id="o5"><label for="o5">Deer Object<br/>鹿のオブジェ</label></div>
<div><input type="radio" name="object" value="006" id="o6"><label for="o6">"Ocean Escort" Hanging Scroll<br/>「海上護衛」掛け軸</label></div>
<div><input type="radio" name="object" value="007" id="o7"><label for="o7">Flower Painting<br/>花の絵画</label></div>
<div><input type="radio" name="object" value="008" id="o8"><label for="o8">"Thanks for 200,000" Hanging Scroll<br/>「20万の感謝」掛け軸</label></div>
<div><input type="radio" name="object" value="009" id="o9"><label for="o9">"Thanks for 1,000,000" Hanging Scroll<br/>「100万の感謝」掛け軸</label></div>
<div><input type="radio" name="object" value="010" id="o10"><label for="o10">???<br/>???</label></div>
<div><input type="radio" name="object" value="011" id="o11"><label for="o11">"Night Battle" Scroll<br/>「夜戦」掛け軸</label></div>
<div><input type="radio" name="object" value="012" id="o12"><label for="o12">"Thanks for 500,000" Hanging Scroll<br/>「50万の感謝」掛け軸</label></div>
<div><input type="radio" name="object" value="013" id="o13"><label for="o13">"Happy New Year" Hanging Scroll<br/>「謹賀新年」掛け軸</label></div>
<div><input type="radio" name="object" value="014" id="o14"><label for="o14">"Thanks for 800,000" Hanging Scroll<br/>「80万の感謝」掛け軸</label></div>
<div><input type="radio" name="object" value="015" id="o15"><label for="o15">Old World Map<br/>古い世界地図</label></div>
<div><input type="radio" name="object" value="016" id="o16"><label for="o16">"Nanodesu" Hanging Scroll<br/>「なのです」掛け軸</label></div>
<div><input type="radio" name="object" value="017" id="o17"><label for="o17">"Destroyer Division 6" Hanging Scroll<br/>「第六駆逐隊」掛け軸</label></div>
<div><input type="radio" name="object" value="019" id="o19"><label for="o19">Small Houseplant<br/>小さな観葉植物</label></div>
<div><input type="radio" name="object" value="021" id="o21"><label for="o21">"Maizuru Naval District" Hanging Scroll<br/>「舞鶴鎮守府」掛け軸</label></div>
<div><input type="radio" name="object" value="022" id="o22"><label for="o22">Arrangement<br/>アレンジメント</label></div>
<div><input type="radio" name="object" value="023" id="o23"><label for="o23">Mounted Map Exercise Set<br/>壁掛け図上演習セット</label></div>
<div><input type="radio" name="object" value="024" id="o24"><label for="o24">"Thanks for 1,500,000" Hanging Scroll<br/>「150万の感謝」掛け軸</label></div>
<div><input type="radio" name="object" value="025" id="o25"><label for="o25">"Thanks for 1,800,000" Hanging Scroll<br/>「180万の感謝」掛け軸</label></div>
<div><input type="radio" name="object" value="026" id="o26"><label for="o26">"First Anniversary" Hanging Scroll<br/>「一周年記念」掛け軸</label></div>
<div><input type="radio" name="object" value="027" id="o27"><label for="o27">Monster Movie Poaster<br/>怪獣映画ポスター</label></div>
<div><input type="radio" name="object" value="028" id="o28"><label for="o28">Mt. Fuji Mural<br/>富士山の壁画</label></div>
<div><input type="radio" name="object" value="029" id="o29"><label for="o29">Battleship Movie Poster<br/>戦艦映画ポスター</label></div>
<div><input type="radio" name="object" value="031" id="o31"><label for="o31">Experimental Naval Warfare Poster<br/>試作艦戦ポスター</label></div>
<div><input type="radio" name="object" value="032" id="o32"><label for="o32">Classroom Set "Blackboard"<br/>教室セット「黒板」</label></div>
<div><input type="radio" name="object" value="033" id="o33"><label for="o33">"Thanks for 2,000,000" Hanging Scroll<br/>「200万の感謝」掛け軸</label></div>
<div><input type="radio" name="object" value="034" id="o34"><label for="o34">"Camoflauge Doctrine" Hanging Scroll<br/>「迷彩主義」掛け軸</label></div>
<div><input type="radio" name="object" value="035" id="o35"><label for="o35">Grandfather Clock<br/>大きな古時計</label></div>
<div><input type="radio" name="object" value="036" id="o36"><label for="o36">"Yokosuka Naval District" Hanging Scroll<br/>「横須賀鎮守府」掛け軸</label></div>
<div><input type="radio" name="object" value="037" id="o37"><label for="o37">"Thank You" Hanging Scroll<br/>「ありがとう」掛け軸</label></div>
<div><input type="radio" name="object" value="038" id="o38"><label for="o38">Winter Decorations<br/>冬の飾り付け</label></div>
<div><input type="radio" name="object" value="039" id="o39"><label for="o39">New Years 2015 Scroll<br/>新春掛け軸二〇一五</label></div>
<div><input type="radio" name="object" value="040" id="o40"><label for="o40">Shimenawa Decorations<br/>しめ飾り</label></div>
<div><input type="radio" name="object" value="041" id="o41"><label for="o41">"Thanks for 2,500,000" Hanging Scroll<br/>「250万の感謝」掛け軸</label></div>
<div><input type="radio" name="object" value="042a" id="o42a"><label for="o42a">Musashi's Hanging Scroll "I Have Returned"<br/>武蔵の掛け軸「私は此処だ」</label></div>
<div><input type="radio" name="object" value="042b" id="o42b"><label for="o42b">Musashi's Hanging Scroll "Welcome Home"<br/>武蔵の掛け軸「おかえりなさい」</label></div>
<div><input type="radio" name="object" value="043" id="o43"><label for="o43">Mt. Fuji Tile Picture<br/>富嶽タイル画</label></div>
<div><input type="radio" name="object" value="044" id="o44"><label for="o44">"Second Anniversary" Hanging Scroll<br/>「二周年記念」掛け軸</label></div>
<div><input type="radio" name="object" value="045a" id="o45a"><label for="o45a">"Thanks for 3,500,000" Hanging Scroll "Up"<br/>「300万の感謝」掛け軸「上」</label></div>
<div><input type="radio" name="object" value="045b" id="o45b"><label for="o45b">"Thanks for 3,500,000" Hanging Scroll "Down"<br/>「300万の感謝」掛け軸「下」</label></div>
<div><input type="radio" name="object" value="046" id="o46"><label for="o46">Fleet Shaved Ice Banner<br/>艦隊氷旗</label></div>
<div><input type="radio" name="object" value="047" id="o47"><label for="o47">"Naval Review" Hanging Scroll<br/>「観艦式」掛け軸</label></div>
<div><input type="radio" name="object" value="048" id="o48"><label for="o48">"Rabaul Base" Hanging Scroll<br/>「ラバウル基地」掛け軸</label></div>
<div><input type="radio" name="object" value="049" id="o49"><label for="o49">"Buin Base" Hanging Scroll<br/>「ブイン基地」掛け軸</label></div>
<div><input type="radio" name="object" value="050" id="o50"><label for="o50">Fleet Big Fishing Flag<br/>艦隊大漁旗</label></div>
<div><input type="radio" name="object" value="051" id="o51"><label for="o51">"Truk Anchorage" Hanging Scroll<br/>「トラック泊地」掛け軸</label></div>
<div><input type="radio" name="object" value="052a" id="o52a"><label for="o52a">Night Apology Hanging Scroll (1)<br/>夜のお詫び掛け軸(壱)</label></div>
<div><input type="radio" name="object" value="052b" id="o52b"><label for="o52b">Night Apology Hanging Scroll (1) "Searchlight"<br/>夜のお詫び掛け軸(壱)「探照灯」</label></div>
<div><input type="radio" name="object" value="053" id="o53"><label for="o53">Night Apology Hanging Scroll (2)<br/>夜のお詫び掛け軸(弐)</label></div>
<div><input type="radio" name="object" value="054" id="o54"><label for="o54">Fleet Safety Decoration<br/>艦隊安全お飾り</label></div>
<div><input type="radio" name="object" value="055" id="o55"><label for="o55">"Kure Guardian Office" Hanging Scroll<br/>「呉鎮守府」掛け軸</label></div>
<div><input type="radio" name="object" value="056" id="o56"><label for="o56">"Sasebo Guardian Office" Hanging Scroll<br/>「佐世保鎮守府」掛け軸</label></div>
<div><input type="radio" name="object" value="057" id="o57"><label for="o57">Aircraft Carrier Stained Glass<br/>航空母艦ステンドグラス</label></div>
<div><input type="radio" name="object" value="058" id="o58"><label for="o58">Aviation Battleship Stained Glass<br/>航空戦艦ステンドグラス</label></div>
</div>
</div>
<div class="furnitureClass invert" id="Chest">
<h3>Chest</h3>
<div class="shipOptions">
<div><input type="radio" name="chest" value="000" id="c0" checked><label for="c0">None</label></div>
<div><input type="radio" name="chest" value="003" id="c3"><label for="c3">Sideboard<br/>サイドボード</label></div>
<div><input type="radio" name="chest" value="004" id="c4"><label for="c4">"Fog" Wardrobe<br/>「霧」の桐箪笥</label></div>
<div><input type="radio" name="chest" value="005" id="c5"><label for="c5">Setsubun "Bean Scattering" Set<br/>節分「豆まき」セット</label></div>
<div><input type="radio" name="chest" value="006" id="c6"><label for="c6">Fireplace<br/>暖炉</label></div>
<div><input type="radio" name="chest" value="007" id="c7"><label for="c7">Chocolate Cake and Tea Set<br/>チョコケーキと紅茶セット</label></div>
<div><input type="radio" name="chest" value="008" id="c8"><label for="c8">"Nagato" and "Mutsu" Hina Dolls<br/>「長門」「陸奥」の雛人形</label></div>
<div><input type="radio" name="chest" value="009" id="c9"><label for="c9">Elegant Board<br/>エレガントボード</label></div>
<div><input type="radio" name="chest" value="010" id="c10"><label for="c10">Guardian Office Tree<br/>鎮守府のツリー</label></div>
<div><input type="radio" name="chest" value="011" id="c11"><label for="c11">Fairy Tale Shelf<br/>メルヘンシェルフ</label></div>
<div><input type="radio" name="chest" value="012" id="c12"><label for="c12">Kettle Stove<br/>やかんストーブ</label></div>
<div><input type="radio" name="chest" value="013" id="c13"><label for="c13">Classic Shelf<br/>クラシックシェルフ</label></div>
<div><input type="radio" name="chest" value="014" id="c14"><label for="c14">Heavy Cruiser Model and Wardrobe<br/>重巡模型と桐箪笥</label></div>
<div><input type="radio" name="chest" value="015" id="c15"><label for="c15">"Akagi" Model and Wardrobe<br/>「赤城」模型と桐箪笥</label></div>
<div><input type="radio" name="chest" value="016" id="c16"><label for="c16">"Nagato" Model and Wardrobe<br/>「長門」模型と桐箪笥</label></div>
<div><input type="radio" name="chest" value="017" id="c17"><label for="c17">Folding Desk<br/>折り畳み机</label></div>
<div><input type="radio" name="chest" value="019" id="c19"><label for="c19">Hanger Rack<br/>ハンガーラック</label></div>
<div><input type="radio" name="chest" value="020" id="c20"><label for="c20">Dresser<br/>ドレッサー</label></div>
<div><input type="radio" name="chest" value="022" id="c22"><label for="c22">Z Flag Fireplace<br/>Z旗の暖炉</label></div>
<div><input type="radio" name="chest" value="023" id="c23"><label for="c23">Green Planter<br/>緑のプランター</label></div>
<div><input type="radio" name="chest" value="024" id="c24"><label for="c24">Spring Cleaning Set<br/>模様替えお掃除セット</label></div>
<div><input type="radio" name="chest" value="025" id="c25"><label for="c25">Japanese Iris Wardrobe<br/>しょうぶ和箪笥</label></div>
<div><input type="radio" name="chest" value="026" id="c26"><label for="c26">Operating Table Set<br/>診療台セット</label></div>
<div><input type="radio" name="chest" value="027" id="c27"><label for="c27">Classroom Set "Desk"<br/>教室セット「机」</label></div>
<div><input type="radio" name="chest" value="028" id="c28"><label for="c28">"Musashi" Model and Wardrobe<br/>「武蔵」模型と桐箪笥</label></div>
<div><input type="radio" name="chest" value="029a" id="c29a"><label for="c29a">"Kaga" Model and Wardrobe "CV"<br/>「加賀」模型と桐箪笥「航空母」</label></div>
<div><input type="radio" name="chest" value="029b" id="c29b"><label for="c29b">"Kaga" Model and Wardrobe "CV+Fairy"<br/>「加賀」模型と桐箪笥「航空母+妖精」</label></div>
<div><input type="radio" name="chest" value="029c" id="c29c"><label for="c29c">"Kaga" Model and Wardrobe "DDH"<br/>「加賀」模型と桐箪笥「ヘリ空母」</label></div>
<div><input type="radio" name="chest" value="029d" id="c29d"><label for="c29d">"Kaga" Model and Wardrobe "DDH+Fairy"<br/>「加賀」模型と桐箪笥「ヘリ空母+妖精」</label></div>
<div><input type="radio" name="chest" value="030" id="c30"><label for="c30">Dharma<br/>だるま</label></div>
<div><input type="radio" name="chest" value="032" id="c32"><label for="c32">Ready For Summer Set<br/>夏先取りセット</label></div>
<div><input type="radio" name="chest" value="033" id="c33"><label for="c33">Resort Set<br/>リゾートセット</label></div>
<div><input type="radio" name="chest" value="034" id="c34"><label for="c34">Office Bookshelf<br/>書斎本棚</label></div>
<div><input type="radio" name="chest" value="036" id="c36"><label for="c36">Kadomatsu<br/>門松</label></div>
<div><input type="radio" name="chest" value="037" id="c37"><label for="c37">Sake & Whiskey Shelf<br/>日本酒&ウィスキー棚</label></div>
<div><input type="radio" name="chest" value="038a" id="c38a"><label for="c38a">Dressing Room "Bathtowel"<br/>脱衣所「バスタオル」</label></div>
<div><input type="radio" name="chest" value="038b" id="c38b"><label for="c38b">Dressing Room "Carrier"<br/>脱衣所「航」</label></div>
<div><input type="radio" name="chest" value="038c" id="c38c"><label for="c38c">Dressing Room "Light Carrier"<br/>脱衣所「軽母」</label></div>
<div><input type="radio" name="chest" value="038d" id="c38d"><label for="c38d">Dressing Room "Battleship"<br/>脱衣所「戦」</label></div>
<div><input type="radio" name="chest" value="038e" id="c38e"><label for="c38e">Dressing Room "Destroyer"<br/>脱衣所「駆逐」</label></div>
<div><input type="radio" name="chest" value="038f" id="c38f"><label for="c38f">Dressing Room "Submarine"<br/>脱衣所「潜」</label></div>
<div><input type="radio" name="chest" value="038g" id="c38g"><label for="c38g">Dressing Room<br/>脱衣所</label></div>
<div><input type="radio" name="chest" value="039" id="c39"><label for="c39">Raincoat and Umbrella Hangar<br/>レインコート&傘掛け</label></div>
<div><input type="radio" name="chest" value="040" id="c40"><label for="c40">Industrial Shaved Ice Machine<br/>業務用かき氷機</label></div>
<div><input type="radio" name="chest" value="041" id="c41"><label for="c41">Northern Camoflauge Wardrobe<br/>北方迷彩な桐箪笥</label></div>
</div>
</div>
<div class="furnitureClass invert" id="Window">
<h3>Windows</h3>
<div class="shipOptions">
<div><input type="radio" name="window" value="001" id="p1" data-pType="1" checked><label for="p1">Red Curtain Windows<br/>赤カーテンの窓</label></div>
<div><input type="radio" name="window" value="002" id="p2" data-pType="1"><label for="p2">Green Curtain Windows<br/>緑カーテンの窓</label></div>
<div><input type="radio" name="window" value="003" id="p3" data-pType="1"><label for="p3">Blue Curtain Windows<br/>青カーテンの窓</label></div>
<div><input type="radio" name="window" value="004" id="p4" data-pType="full"><label for="p4">Guardian Office New Year Decorations<br/>鎮守府新年飾り</label></div>
<div><input type="radio" name="window" value="005" id="p5" data-pType="full"><label for="p5">Hamaya Windows<br/>破魔矢の窓</label></div>
<div><input type="radio" name="window" value="006" id="p6" data-pType="1"><label for="p6">Slightly Gorgeous Window<br/>ちょっとゴージャスな窓</label></div>
<div><input type="radio" name="window" value="007" id="p7" data-pType="full"><label for="p7">Late Autumn High Class Japanese Window<br/>晩秋の高級和窓</label></div>
<div><input type="radio" name="window" value="008" id="p8" data-pType="1"><label for="p8">Elegant Blue Large Window<br/>青い上品な大窓</label></div>
<div><input type="radio" name="window" value="009" id="p9" data-pType="full"><label for="p9">Wide Open Large Window<br/>広く開いた大窓</label></div>
<div><input type="radio" name="window" value="010" id="p10" data-pType="2"><label for="p10">Small White Curtain Window<br/>白いカーテンの小窓</label></div>
<div><input type="radio" name="window" value="011" id="p11" data-pType="full"><label for="p11">Hinamatsuri Window<br/>桃の節句の窓</label></div>
<div><input type="radio" name="window" value="012" id="p12" data-pType="3"><label for="p12">Refreshing Window<br/>爽やかな窓</label></div>
<div><input type="radio" name="window" value="013" id="p13" data-pType="full"><label for="p13">Teru Teru Bozu Window<br/>てるてる坊主の窓</label></div>
<div><input type="radio" name="window" value="014" id="p14" data-pType="full"><label for="p14">Hydrangea Window<br/>紫陽花の窓</label></div>
<div><input type="radio" name="window" value="015" id="p15" data-pType="full"><label for="p15">Blossom-Viewing Window<br/>お花見窓</label></div>
<div><input type="radio" name="window" value="016" id="p16" data-pType="1"><label for="p16">Barred Window<br/>鉄格子の窓</label></div>
<div><input type="radio" name="window" value="017" id="p17" data-pType="1"><label for="p17">Moon-Viewing Window<br/>お月見窓</label></div>
<div><input type="radio" name="window" value="018" id="p18" data-pType="3"><label for="p18">Air Defense Manufacturing Window<br/>防空加工窓</label></div>
<div><input type="radio" name="window" value="019" id="p19" data-pType="1"><label for="p19">Deluxe Sliding Door<br/>障子デラックス</label></div>
<div><input type="radio" name="window" value="020" id="p20" data-pType="1"><label for="p20">Simple Frame Type 1<br/>シンプルフレーム1型</label></div>
<div><input type="radio" name="window" value="021" id="p21" data-pType="1"><label for="p21">Simple Frame Type 2<br/>シンプルフレーム2型</label></div>
<div><input type="radio" name="window" value="022" id="p22" data-pType="full"><label for="p22">Luxurious Moon-Viewing Window<br/>豪華なお月見窓</label></div>
<div><input type="radio" name="window" value="023" id="p23" data-pType="1"><label for="p23">Simple Blinds Window<br/>シンプルなすだれ窓</label></div>
<div><input type="radio" name="window" value="024" id="p24" data-pType="3"><label for="p24">Bamboo Blinds Window<br/>すだれ窓</label></div>
<div><input type="radio" name="window" value="025" id="p25" data-pType="3"><label for="p25">Old-Fashioned Frosted Glass<br/>昔ながらのすりガラス</label></div>
<div><input type="radio" name="window" value="026" id="p26" data-pType="1"><label for="p26">Winter Window Made by the Kanmusu<br/>艦娘による冬の窓</label></div>
<div><input type="radio" name="window" value="027" id="p27" data-pType="full"><label for="p27">Winter Stained Glass<br/>冬のステンドグラス</label></div>
<div><input type="radio" name="window" value="028" id="p28" data-pType="3"><label for="p28">Stylish Lattice Window<br/>おしゃれな格子窓</label></div>
<div><input type="radio" name="window" value="029" id="p29" data-pType="3"><label for="p29">Sliding Door<br/>障子</label></div>
<div><input type="radio" name="window" value="030" id="p30" data-pType="full"><label for="p30">High Class Spring Window<br/>春の高級窓</label></div>
<div><input type="radio" name="window" value="031" id="p31" data-pType="full"><label for="p31">Tanabata Decorations Window<br/>七夕飾りの窓</label></div>
<div><input type="radio" name="window" value="032" id="p32" data-pType="full"><label for="p32">Mosquito Coil Window<br/>蚊取り線香の窓</label></div>
<div><input type="radio" name="window" value="033" id="p33" data-pType="full"><label for="p33">Guardian Office Wind Chimes<br/>鎮守府風鈴</label></div>
<div><input type="radio" name="window" value="034a" id="p34a" data-pType="full"><label for="p34a">Fireworks Window<br/>花火の窓</label></div>
<div><input type="radio" name="window" value="034b" id="p34b" data-pType="full"><label for="p34b">Fireworks Window "Red"<br/>花火の窓「赤」</label></div>
<div><input type="radio" name="window" value="034c" id="p34c" data-pType="full"><label for="p34c">Fireworks Window "White"<br/>花火の窓「白」</label></div>
<div><input type="radio" name="window" value="034d" id="p34d" data-pType="full"><label for="p34d">Fireworks Window "Yellow"<br/>花火の窓「黄」</label></div>
<div><input type="radio" name="window" value="034e" id="p34e" data-pType="full"><label for="p34e">Fireworks Window "Blue"<br/>花火の窓「青」</label></div>
<div><input type="radio" name="window" value="035" id="p35" data-pType="full"><label for="p35">Signs of Autumn Window<br/>秋の気配な窓</label></div>
<div><input type="radio" name="window" value="036a" id="p36a" data-pType="full"><label for="p36a">Guardian Office Bar Counter "Beer"<br/>鎮守府カウンターバー「ビール」</label></div>
<div><input type="radio" name="window" value="036b" id="p36b" data-pType="full"><label for="p36b">Guardian Office Bar Counter "Whiskey"<br/>鎮守府カウンターバー「ウィスキー」</label></div>
<div><input type="radio" name="window" value="036c" id="p36c" data-pType="full"><label for="p36c">Guardian Office Bar Counter "Sake"<br/>鎮守府カウンターバー「酒」</label></div>
<div><input type="radio" name="window" value="036d" id="p36d" data-pType="full"><label for="p36d">Guardian Office Bar Counter "Wine"<br/>鎮守府カウンターバー「ワイン」</label></div>
<div><input type="radio" name="window" value="036e" id="p36e" data-pType="full"><label for="p36e">Guardian Office Bar Counter "Juice"<br/>鎮守府カウンターバー「果汁」</label></div>
<div><input type="radio" name="window" value="036f" id="p36f" data-pType="full"><label for="p36f">Guardian Office Bar Counter "Rations"<br/>鎮守府カウンターバー「糧食」</label></div>
<div><input type="radio" name="window" value="036g" id="p36g" data-pType="full"><label for="p36g">Guardian Office Bar Counter "Beer+Saury"<br/>鎮守府カウンターバー「ビール+秋刀」</label></div>
<div><input type="radio" name="window" value="036i" id="p36i" data-pType="full"><label for="p36i">Guardian Office Bar Counter "Whiskey+Saury"<br/>鎮守府カウンターバー「ウィスキー+秋刀」</label></div>
<div><input type="radio" name="window" value="036h" id="p36h" data-pType="full"><label for="p36h">Guardian Office Bar Counter "Sake+Saury"<br/>鎮守府カウンターバー「酒+秋刀」</label></div>
<div><input type="radio" name="window" value="036j" id="p36j" data-pType="full"><label for="p36j">Guardian Office Bar Counter "Wine+Saury"<br/>鎮守府カウンターバー「ワイン+秋刀」</label></div>
<div><input type="radio" name="window" value="036s" id="p36s" data-pType="full"><label for="p36s">Guardian Office Bar Counter "Rations+Saury"<br/>鎮守府カウンターバー「糧食+秋刀」</label></div>
<div><input type="radio" name="window" value="036k" id="p36k" data-pType="full"><label for="p36k">Guardian Office Bar Counter "Beer+Turkey"<br/>鎮守府カウンターバー「ビール+七面鳥」</label></div>
<div><input type="radio" name="window" value="036l" id="p36l" data-pType="full"><label for="p36l">Guardian Office Bar Counter "Whiskey+Hors d'oeuvres"<br/>鎮守府カウンターバー「ウィスキー+オードブル」</label></div>
<div><input type="radio" name="window" value="036m" id="p36m" data-pType="full"><label for="p36m">Guardian Office Bar Counter "Sake+Sweets"<br/>鎮守府カウンターバー「酒+スイーツ」</label></div>
<div><input type="radio" name="window" value="036n" id="p36n" data-pType="full"><label for="p36n">Guardian Office Bar Counter "Wine+Panettone"<br/>鎮守府カウンターバー「ワイン+パネットーネ」</label></div>
<div><input type="radio" name="window" value="036o" id="p36o" data-pType="full"><label for="p36o">Guardian Office Bar Counter "Juice+Cake"<br/>鎮守府カウンターバー「果汁+ケーキ」</label></div>
<div><input type="radio" name="window" value="036p" id="p36p" data-pType="full"><label for="p36p">Guardian Office Bar Counter "Wine+Stollen"<br/>鎮守府カウンターバー「ワイン+シュトーレン」</label></div>
<div><input type="radio" name="window" value="036q" id="p36q" data-pType="full"><label for="p36q">Guardian Office Bar Counter "Wine+Pasta"<br/>鎮守府カウンターバー「ワイン+パスタ」</label></div>
<div><input type="radio" name="window" value="036r" id="p36r" data-pType="full"><label for="p36r">Guardian Office Bar Counter "Rations+Turkey"<br/>鎮守府カウンターバー「糧食+ターキー」</label></div>
<div><input type="radio" name="window" value="037" id="p37" data-pType="full"><label for="p37">Rainy Season Green Curtain Window<br/>梅雨の緑カーテン窓</label></div>
<div><input type="radio" name="window" value="038" id="p38" data-pType="full"><label for="p38">Chinese Lantern Plant Flower Window<br/>鬼灯の花の窓</label></div>
<div><input type="radio" name="window" value="039" id="p39" data-pType="full"><label for="p39">Beach Teahouse Window<br/>浜茶屋の窓</label></div>
<div><input type="radio" name="window" value="040" id="p40" data-pType="full"><label for="p40">Mutsuki's Window<br/>睦月の窓</label></div>
</div>
</div>
<div class="furnitureClass" id="Outside">
<h3>Time of Day</h3>
<div class="shipOptions">
<div><input type="radio" name="outside" value="day" id="t1" checked><label for="t1">Day</label></div>
<div><input type="radio" name="outside" value="rise" id="t2"><label for="t2">Sunrise</label></div>
<div><input type="radio" name="outside" value="set" id="t3"><label for="t3">Sunset</label></div>
<div><input type="radio" name="outside" value="eve" id="t4"><label for="t4">Evening</label></div>
<div><input type="radio" name="outside" value="night" id="t5"><label for="t5">Late Night</label></div>
<div><label for="tint-color">Tint Color:</label><input id="tint-color" value="#ffffff" type="color"/></div>
</div>
</div>
<div style="clear:both;"></div>
</div>
<div id="customInputs" name="#customTab">
<div>Kanmusu X: <input type="number" id="customX" min="-800" max="800" value="0"> Kanmusu Y: <input type="number" id="customY" min="-500" max="500" value="0"></div>
<div>Kanmusu Zoom: +<input type="number" id="customZ" min="-50" max="50" value="0">%</div>
<div>Room Camera Y: <input type="number" id="roomY" min="-173" max="134" value="0"></div>
<div>Hexagon Opacity: <input type="number" id="hexOpa" min="0" max="1" step="0.01" value="0.33"></div>
<hr/>
<div>Background Image: <input type='file' id="bgImg" /> <button type="button" id="bgClear">Clear</button></div>
<div>Background X: <input type="number" id="bgX" min="-800" max="800" value="0"> Background Y: <input type="number" id="bgY" min="-500" max="500" value="0"></div>
<div>Background Zoom: <input type="number" id="bgZ" min="10" max="500" value="100">%</div>
<label for="bgStretch">Stretch?</label><input checked type="checkbox" id="bgStretch"/>
<div style="margin-top: 10px;">
<button type="button" id="generate">Update</button>
</div>
</div>
</div>
<span style="font-family:'Exo';visibility:hidden;">.</span><span style="font-family:'Ubuntu';visibility:hidden;">.</span>
<div id="footer"><p>© 2014-2015 TBES, all rights belong to their respective owners. Last updated: Jan 4 2015</p></div>
<div style="visibility:hidden; overflow-y: hidden; height:0;" id="icondump">
<img src="bg.jpg" id="bg"></img>
<img src="furniture/chest/000.png" id="r0"></img>
<img src="rarity/rarity1.jpg" id="r1"></img>
<img src="rarity/rarity2.jpg" id="r2"></img>
<img src="rarity/rarity3.jpg" id="r3"></img>
<img src="rarity/rarity4.jpg" id="r4"></img>
<img src="rarity/rarity5.jpg" id="r5"></img>
<img src="rarity/rarity6.jpg" id="r6"></img>
<img src="rarity/rarity7.jpg" id="r7"></img>
<img src="rarity/rarity8.jpg" id="r8"></img>
<img src="icons/fleet/fleet1.png" id="fleet1"></img>
<img src="icons/fleet/fleet2.png" id="fleet2"></img>
<img src="icons/fleet/fleet3.png" id="fleet3"></img>
<img src="icons/fleet/fleet4.png" id="fleet4"></img>
<img src="icons/fleet/fleet1a.png" id="fleet1a"></img>
<img src="icons/fleet/fleet2.png" id="fleet2a"></img>
<img src="icons/fleet/fleet3.png" id="fleet3a"></img>
<img src="icons/fleet/fleet4.png" id="fleet4a"></img>
<img src="furniture/wall/001.png" id="activeWall"></img>
<img src="furniture/floor/001.png" id="activeFloor"></img>
<img src="furniture/chest/000.png" id="activeChest"></img>
<img src="furniture/desk/000.png" id="activeDesk"></img>
<img src="furniture/object/000.png" id="activeObject"></img>
<img src="furniture/window/001.png" id="activeWindow"></img>
<img src="furniture/outside/day1.png" id="activeOutside"></img>
<img id="avatar"></img>
</div>
</body>
</html>