~ubuntu-branches/debian/squeeze/sword/squeeze

« back to all changes in this revision

Viewing changes to utilities/diatheke/cgi/index-private.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Marsden, Jonathan Marsden, Dmitrijs Ledkovs, Closed Bugs
  • Date: 2009-05-30 11:55:55 UTC
  • mfrom: (1.3.1 upstream) (6.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090530115555-r427zsn3amivdpfu
Tags: 1.6.0+dfsg-1
[ Jonathan Marsden ]
* New upstream release. (Closes: #507960) (LP: #320558)
* debian/patches/02_libver.diff:
  - Bump SONAME to 8 -- SWORD 1.6 is not backward compatible with 1.5.11.
* debian/patches/series:
  - Remove 10_diatheke.diff -- included in upstream source.
* debian/patches/:
  - Remove several old unused .diff files.
  - Add 11_regex_only_when_needed.diff to conditionally include regex lib.
  - Add 12_fix_compiler_warnings.diff to remove all compiler warnings.
  - Add 13_fix_osis2mod_compression_default.diff from upstream svn.
  - Add 14_closing_section_not_chapter.diff from upstream svn.
* debian/libsword7.*: 
  - Rename to libsword8.*
  - Change libsword7 to libsword8 within files.
* debian/rules: 
  - SONAME bump to 8.
  - Set library version check to >= 1.6
* debian/control:
  - Change libsword7 to libsword8.
  - Add libsword7 to Conflicts.
  - Fix case of sword to SWORD in package descriptions.
  - Bump Standards-Version to 3.8.1 (no changes needed).
  - Fix section for libsword-dbg to avoid lintian warning.
* debian/rules:
  - Add DFSG get-orig-source target.
* debian/copyright:
  - Fix various mistakes in initial attempt to document copyrights.

[ Dmitrijs Ledkovs ]
* debian/rules: Added utils.mk to use missing-files target and call it on
  each build.
* debian/libsword-dev.install: Added libsword.la, previously missing.
* debian/libsword7.install: Added missing libicu translit files.
* debian/control:
  - Updated all uses of SWORD version to 1.6
  - Added libsword-dbg package
* debian/watch: Fixed a small mistake which was resulting in extra "."
  in final version name.
* debian/rules: simplified manpage processing.
* debian/libsword8.lintian-overrides: added override for module
  installation directory.
* debian/copyright: Updated with information about everyfile.
  Closes: #513448 LP: #322638
* debian/diatheke.examples: moved examples here from the diatheke.install
* debian/rules:
  - enabled shell script based testsuite
  - added commented out cppunit testsuite
* debian/patches/40_missing_includes.diff: 
  - added several missing stdio.h includes to prevent FTBFS of testsuite.

[ Closed Bugs ]
* FTBFS on intrepid (LP: #305172)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
4
<title>Diatheke Online Bible</title>
 
5
</head>
 
6
 
 
7
<body>
 
8
 
 
9
<form method="get" action="cgi-bin/diatheke.pl">
 
10
  <p /> <font face="Arial, Helvetica, sans-serif">Verse or Search key:</font> 
 
11
    <input type="text" name="verse" size="20">
 
12
    <input type="submit" name="Submit" value="Submit">
 
13
    <input type="reset" name="Reset" value="Reset">
 
14
    <br />
 
15
    <br />
 
16
    <input type="radio" name="search" checked value="" />
 
17
    <font face="Arial, Helvetica, sans-serif">Verse/Commentary Lookup</font> <br />
 
18
    <input type="radio" name="search" value="phrase" />
 
19
    <font face="Arial, Helvetica, sans-serif">Phrase Search</font><br />
 
20
    <input type="radio" name="search" value="multiword" />
 
21
    <font face="Arial, Helvetica, sans-serif">Multiple Word Search</font><br />
 
22
    <input type="radio" name="search" value="regex" />
 
23
    <font face="Arial, Helvetica, sans-serif">Regular Expression Search<br>
 
24
    <br>
 
25
    </font>
 
26
  <table width="100%" border="0">
 
27
    <tr> 
 
28
      <td width="50%"> 
 
29
        <input type="checkbox" name="strongs" value="on" checked>
 
30
        <font size="-1" face="Arial, Helvetica, sans-serif">Show Strong's Numbers</font></td>
 
31
      <td width="50%"> 
 
32
        <input type="checkbox" name="headings" value="on" checked>
 
33
        <font size="-1" face="Arial, Helvetica, sans-serif">Show Section Headings</font></td>
 
34
    </tr>
 
35
    <tr> 
 
36
      <td width="50%"> 
 
37
        <input type="checkbox" name="footnotes" value="on" checked>
 
38
        <font size="-1" face="Arial, Helvetica, sans-serif">Show Footnotes</font></td>
 
39
      <td width="50%"> 
 
40
        <input type="checkbox" name="scriprefs" value="on" checked>
 
41
        <font size="-1" face="Arial, Helvetica, sans-serif">Show Scripture Cross-References</font></td>
 
42
    </tr>
 
43
    <tr> 
 
44
      <td width="50%"> 
 
45
        <input type="checkbox" name="morph" value="on" checked>
 
46
        <font size="-1" face="Arial, Helvetica, sans-serif">Show Morphology</font></td>
 
47
      <td width="50%"> 
 
48
        <input type="checkbox" name="hebvowels" value="on" checked>
 
49
        <font size="-1" face="Arial, Helvetica, sans-serif">Show Hebrew Vowels</font></td>
 
50
    </tr>
 
51
    <tr> 
 
52
      <td width="50%">
 
53
        <input type="checkbox" name="lemmas" value="on" checked>
 
54
        <font size="-1" face="Arial, Helvetica, sans-serif">Show Lemmas</font></td>
 
55
      <td width="50%">
 
56
        <input type="checkbox" name="hebcant" value="on">
 
57
        <font size="-1" face="Arial, Helvetica, sans-serif">Show Hebrew Cantillation 
 
58
        Marks </font></td>
 
59
    </tr>
 
60
    <tr> 
 
61
      <td width="50%">
 
62
        <input type="checkbox" name="latinxlit" value="on">
 
63
        <font face="Arial, Helvetica, sans-serif" size="-1">Latin Transliterate</font> 
 
64
      </td>
 
65
      <td width="50%">
 
66
        <input type="checkbox" name="grkacc" value="on" checked>
 
67
        <font size="-1" face="Arial, Helvetica, sans-serif">Show Greek Accents</font> 
 
68
      </td>
 
69
    </tr>
 
70
  </table>
 
71
  <br>
 
72
  <table BORDER="0" WIDTH="100%">
 
73
    <tr> 
 
74
      <td width="50%"><font face=Times New Roman, Times, serif><b>English Biblical 
 
75
        Texts:</b></font><br />
 
76
      </td>
 
77
      <td width="50%"><font face=Times New Roman, Times, serif><b>Non-English 
 
78
        Biblical Texts:</b></font></td>
 
79
    </tr>
 
80
    <tr> 
 
81
      <td width="48%"> 
 
82
        <input type="checkbox" name="AKJV" value="on">
 
83
        <font size="-1" face=Times New Roman, Times, serif>American King James 
 
84
        Version (AKJV)</font></td>
 
85
      <td width="50%"> 
 
86
        <input type="checkbox" name="ALB" value="on">
 
87
        <font size="-1" face=Times New Roman, Times, serif>Albanian Bible (ALB)</font> 
 
88
      </td>
 
89
    </tr>
 
90
    <tr> 
 
91
      <td width="48%"> 
 
92
        <input type="checkbox" name="ALT" value="on">
 
93
        <font size="-1" face=Times New Roman, Times, serif>Analytical-Literal 
 
94
        Translation (ALT)</font> </td>
 
95
      <td width="50%"> 
 
96
        <input type="checkbox" name="Afr1953" value="on">
 
97
        <font size="-1" face=Times New Roman, Times, serif>1953 Afrikaans Bybel 
 
98
        (Afr1953)</font></td>
 
99
    </tr>
 
100
    <tr> 
 
101
      <td width="48%"> 
 
102
        <input type="checkbox" name="ASV" value="on">
 
103
        <font size="-1" face=Times New Roman, Times, serif>1901 American Standard 
 
104
        Version (ASV)</font> </td>
 
105
      <td width="50%"> 
 
106
        <input type="checkbox" name="Afr1983" value="on">
 
107
        <font size="-1" face=Times New Roman, Times, serif>1983 Afrikaans Bybel 
 
108
        (Afr1983)</font></td>
 
109
    </tr>
 
110
    <tr> 
 
111
      <td width="48%"> 
 
112
        <input type="checkbox" name="BBE" value="on">
 
113
        <font size="-1" face=Times New Roman, Times, serif>1965 Bible in Basic 
 
114
        English (BBE)</font> </td>
 
115
      <td width="50%"> 
 
116
        <input type="checkbox" name="AraSVD" value="on">
 
117
        <font size="-1" face=Times New Roman, Times, serif>Smith & Van Dyke Arabic 
 
118
        Bible (AraSVD)</font></td>
 
119
    </tr>
 
120
    <tr> 
 
121
      <td width="48%"> 
 
122
        <input type="checkbox" name="BWE" value="on">
 
123
        <font size="-1" face=Times New Roman, Times, serif>Bible in Worldwide 
 
124
        English (BWE)</font> </td>
 
125
      <td width="50%"> 
 
126
        <input type="checkbox" name="ChiGU" value="on">
 
127
        <font size="-1" face=Times New Roman, Times, serif>Chinese Glory Union 
 
128
        Bible (ChiGU)</font></td>
 
129
    </tr>
 
130
    <tr> 
 
131
      <td width="48%"> 
 
132
        <input type="checkbox" name="Brenton" value="on">
 
133
        <font size="-1" face=Times New Roman, Times, serif>Brenton's English Translation 
 
134
        of the Septuagint (Brenton)</font> </td>
 
135
      <td width="50%"> 
 
136
        <input type="checkbox" name="CzeBKR" value="on">
 
137
        <font size="-1" face=Times New Roman, Times, serif>Czech Bible Kralicka 
 
138
        (CzeBKR)</font></td>
 
139
    </tr>
 
140
    <tr> 
 
141
      <td width="48%"> 
 
142
        <input type="checkbox" name="Common" value="on">
 
143
        <font size="-1" face=Times New Roman, Times, serif>The Common Edition: 
 
144
        New Testament (Common)</font> </td>
 
145
      <td width="50%"> 
 
146
        <input type="checkbox" name="CzeCEP" value="on">
 
147
        <font size="-1" face=Times New Roman, Times, serif>Czech Ekumenicky Cesky 
 
148
        preklad (CzeCEP)</font></td>
 
149
    </tr>
 
150
    <tr> 
 
151
      <td width="48%"> 
 
152
        <input type="checkbox" name="DR" value="on">
 
153
        <font size="-1" face=Times New Roman, Times, serif>Douay-Rheims Bible 
 
154
        (DR)</font> </td>
 
155
      <td width="50%"> 
 
156
        <input type="checkbox" name="CzeKMS" value="on">
 
157
        <font size="-1" face=Times New Roman, Times, serif>Czech Preklad KMS Nova 
 
158
        smlouva (CzeKMS)</font></td>
 
159
    </tr>
 
160
    <tr> 
 
161
      <td width="48%"> 
 
162
        <input type="checkbox" name="DRA" value="on">
 
163
        <font size="-1" face=Times New Roman, Times, serif>Douay-Rheims 1899 American 
 
164
        Edition (DRA)</font> </td>
 
165
      <td width="50%"> 
 
166
        <input type="checkbox" name="CzeNKB" value="on">
 
167
        <font size="-1" face=Times New Roman, Times, serif>Czech Nova kralicka 
 
168
        Bible (CzeNKB)</font></td>
 
169
    </tr>
 
170
    <tr> 
 
171
      <td width="48%"> 
 
172
        <input type="checkbox" name="Darby" value="on">
 
173
        <font size="-1" face=Times New Roman, Times, serif>1889 Darby Bible (Darby)</font> 
 
174
      </td>
 
175
      <td width="50%"> 
 
176
        <input type="checkbox" name="Dan" value="on">
 
177
        <font size="-1" face=Times New Roman, Times, serif>Danske Bibel (Dan)</font> 
 
178
      </td>
 
179
    </tr>
 
180
    <tr> 
 
181
      <td width="48%"> 
 
182
        <input type="checkbox" name="GodsWord" value="on">
 
183
        <font size="-1" face=Times New Roman, Times, serif>GOD'S WORD Translation 
 
184
        (GodsWord)</font> </td>
 
185
      <td width="50%"> 
 
186
        <input type="checkbox" name="DutLEI" value="on">
 
187
        <font size="-1" face=Times New Roman, Times, serif>Dutch Leidse Vertaling 
 
188
        (DutLEI)</font></td>
 
189
    </tr>
 
190
    <tr> 
 
191
      <td width="48%"> 
 
192
        <input type="checkbox" name="HNV" value="on">
 
193
        <font size="-1" face=Times New Roman, Times, serif>Hebrew Names Version 
 
194
        of the World English Bible (HNV)</font> </td>
 
195
      <td width="50%"> 
 
196
        <input type="checkbox" name="DutLU" value="on">
 
197
        <font size="-1" face=Times New Roman, Times, serif>Dutch Lutherse Vertaling 
 
198
        (DutLU)</font></td>
 
199
    </tr>
 
200
    <tr> 
 
201
      <td width="48%"> 
 
202
        <input type="checkbox" name="IGNT" value="on">
 
203
        <font size="-1" face=Times New Roman, Times, serif>Interlinear Greek New 
 
204
        Testament (IGNT)</font> </td>
 
205
      <td width="50%"> 
 
206
        <input type="checkbox" name="DutNBG" value="on">
 
207
        <font size="-1" face=Times New Roman, Times, serif>Dutch Netherlands Bijbelgenootschap 
 
208
        Vertaling 1951 (DutNBG)</font></td>
 
209
    </tr>
 
210
    <tr> 
 
211
      <td width="48%"> 
 
212
        <input type="checkbox" name="ISV" value="on">
 
213
        <font size="-1" face=Times New Roman, Times, serif>International Standard 
 
214
        Version (ISV)</font> </td>
 
215
      <td width="50%"> 
 
216
        <input type="checkbox" name="DutPALM" value="on">
 
217
        <font size="-1" face=Times New Roman, Times, serif>Dutch PALM-editie NT 
 
218
        (DutPALM)</font></td>
 
219
    </tr>
 
220
    <tr> 
 
221
      <td width="48%"> 
 
222
        <input type="checkbox" name="JPS" value="on">
 
223
        <font size="-1" face=Times New Roman, Times, serif>Jewish Publication 
 
224
        Society Old Testament (JPS)</font> </td>
 
225
      <td width="50%"> 
 
226
        <input type="checkbox" name="DutSVV" value="on">
 
227
        <font size="-1" face=Times New Roman, Times, serif>Dutch Statenvertaling 
 
228
        (DutSVV)</font></td>
 
229
    </tr>
 
230
    <tr> 
 
231
      <td width="48%"> 
 
232
        <input type="checkbox" name="KJ21" value="on">
 
233
        <font size="-1" face=Times New Roman, Times, serif>21st Century King James 
 
234
        Version (KJ21)</font></td>
 
235
      <td width="50%"> 
 
236
        <input type="checkbox" name="EquShr" value="on">
 
237
        <font size="-1" face=Times New Roman, Times, serif>Equadorian Shuar NT 
 
238
        (EquShr)</font></td>
 
239
    </tr>
 
240
    <tr> 
 
241
      <td width="48%"> 
 
242
        <input type="checkbox" name="KJV" value="on">
 
243
        <font size="-1" face=Times New Roman, Times, serif>King James Version 
 
244
        of 1611 w/ Strongs Numbers (KJV)</font></td>
 
245
      <td width="50%"> 
 
246
        <input type="checkbox" name="Esperanto" value="on">
 
247
        <font size="-1" face=Times New Roman, Times, serif>Esperanto Bible (Esperanto)</font></td>
 
248
    </tr>
 
249
    <tr> 
 
250
      <td width="48%"> 
 
251
        <input type="checkbox" name="LITV" value="on">
 
252
        <font size="-1" face=Times New Roman, Times, serif>Green's Literal Translation 
 
253
        (LITV)</font></td>
 
254
      <td width="50%"> 
 
255
        <input type="checkbox" name="FinPR" value="on">
 
256
        <font size="-1" face=Times New Roman, Times, serif>Finnish 1938 PhyZ Raamattu 
 
257
        (FinPR)</font></td>
 
258
    </tr>
 
259
    <tr> 
 
260
      <td width="48%"> 
 
261
        <input type="checkbox" name="LO" value="on">
 
262
        <font size="-1" face=Times New Roman, Times, serif>The Living Oracles 
 
263
        NT (LO)</font></td>
 
264
      <td width="50%"> 
 
265
        <input type="checkbox" name="FreBFC" value="on">
 
266
        <font size="-1" face=Times New Roman, Times, serif>French Bible en francais 
 
267
        courant, edition revisee (FreBFC)</font></td>
 
268
    </tr>
 
269
    <tr> 
 
270
      <td width="48%"> 
 
271
        <input type="checkbox" name="MKJV" value="on">
 
272
        <font size="-1" face=Times New Roman, Times, serif>Green's Modern King 
 
273
        James Version (MKJV)</font></td>
 
274
      <td width="50%"> 
 
275
        <input type="checkbox" name="FreBJ" value="on">
 
276
        <font size="-1" face=Times New Roman, Times, serif>French Bible de Jerusalem 
 
277
        (FreBJ)</font></td>
 
278
    </tr>
 
279
    <tr> 
 
280
      <td width="48%"> 
 
281
        <input type="checkbox" name="Montgomery" value="on">
 
282
        <font size="-1" face=Times New Roman, Times, serif>Montgomery New Testament 
 
283
        (Montgomery)</font></td>
 
284
      <td width="50%"> 
 
285
        <input type="checkbox" name="FreCrl" value="on">
 
286
        <font size="-1" face=Times New Roman, Times, serif>French Haitian Creole 
 
287
        Version (FreCrl)</font></td>
 
288
    </tr>
 
289
    <tr> 
 
290
      <td width="48%"> 
 
291
        <input type="checkbox" name="Murdock" value="on">
 
292
        <font size="-1" face=Times New Roman, Times, serif>James Murdock's Translation 
 
293
        of the Syriac Peshitta (Murdock)</font></td>
 
294
      <td width="50%"> 
 
295
        <input type="checkbox" name="FreDrb" value="on">
 
296
        <font size="-1" face=Times New Roman, Times, serif>French Darby Version 
 
297
        (FreDrb)</font></td>
 
298
    </tr>
 
299
    <tr> 
 
300
      <td width="48%"> 
 
301
        <input type="checkbox" name="NAB" value="on">
 
302
        <font size="-1" face=Times New Roman, Times, serif>New American Bible 
 
303
        (NAB)</font></td>
 
304
      <td width="50%"> 
 
305
        <input type="checkbox" name="FreLSG" value="on">
 
306
        <font size="-1" face=Times New Roman, Times, serif>French 1910 Louis Segond 
 
307
        (FreLSG)</font></td>
 
308
    </tr>
 
309
    <tr> 
 
310
      <td width="48%"> 
 
311
        <input type="checkbox" name="NASB" value="on">
 
312
        <font size="-1" face=Times New Roman, Times, serif>New American Standard 
 
313
        Bible (NASB)</font></td>
 
314
      <td width="50%"> 
 
315
        <input type="checkbox" name="FreNEG" value="on">
 
316
        <font size="-1" face=Times New Roman, Times, serif>French Nouvelle Edition 
 
317
        de Geneve 1979 (FreNEG)</font></td>
 
318
    </tr>
 
319
    <tr> 
 
320
      <td width="48%"> 
 
321
        <input type="checkbox" name="NASB95" value="on">
 
322
        <font size="-1" face=Times New Roman, Times, serif> New American Standard 
 
323
        Bible 1995 Update (NASB95)</font></td>
 
324
      <td width="50%"> 
 
325
        <input type="checkbox" name="FreTOB" value="on">
 
326
        <font size="-1" face=Times New Roman, Times, serif>French Traduction oecumenique 
 
327
        de la Bible (FreTOB)</font></td>
 
328
    </tr>
 
329
    <tr> 
 
330
      <td width="48%"> 
 
331
        <input type="checkbox" name="NCV" value="on">
 
332
        <font size="-1" face=Times New Roman, Times, serif>New Century Version 
 
333
        (NCV)</font></td>
 
334
      <td width="50%"> 
 
335
        <input type="checkbox" name="GerBen" value="on">
 
336
        <font size="-1" face=Times New Roman, Times, serif>German Bengel NT (GerBen)</font></td>
 
337
    </tr>
 
338
    <tr> 
 
339
      <td width="48%"> 
 
340
        <input type="checkbox" name="NIV" value="on">
 
341
        <font size="-1" face=Times New Roman, Times, serif>New International Version 
 
342
        (NIV)</font></td>
 
343
      <td width="50%"> 
 
344
        <input type="checkbox" name="GerEin" value="on">
 
345
        <font size="-1" face=Times New Roman, Times, serif>German Einheitsuebersetzung 
 
346
        der Heilegen Schrift (GerEin)</font></td>
 
347
    </tr>
 
348
    <tr> 
 
349
      <td width="48%"> 
 
350
        <input type="checkbox" name="NIVBr" value="on">
 
351
        <font size="-1" face=Times New Roman, Times, serif>New International Version, 
 
352
        British Edition (NIVBr)</font></td>
 
353
      <td width="50%"> 
 
354
        <input type="checkbox" name="GerElb" value="on">
 
355
        <font size="-1" face=Times New Roman, Times, serif>German Darby Unrevidierte 
 
356
        Elberfelder 1905 (GerElb)</font></td>
 
357
    </tr>
 
358
    <tr> 
 
359
      <td width="48%"> 
 
360
        <input type="checkbox" name="NJB" value="on">
 
361
        <font size="-1" face=Times New Roman, Times, serif>New Jerusalem Bible 
 
362
        (NJB)</font></td>
 
363
      <td width="50%"> 
 
364
        <input type="checkbox" name="GerLut" value="on">
 
365
        <font size="-1" face=Times New Roman, Times, serif>German 1912 Luther 
 
366
        (GerLut)</font></td>
 
367
    </tr>
 
368
    <tr> 
 
369
      <td width="48%"> 
 
370
        <input type="checkbox" name="NKJV" value="on">
 
371
        <font size="-1" face=Times New Roman, Times, serif>New King James Version 
 
372
        (NKJV)</font></td>
 
373
      <td width="50%"> 
 
374
        <input type="checkbox" name="GerLut1545" value="on">
 
375
        <font size="-1" face=Times New Roman, Times, serif>German 1545 Luther 
 
376
        (GerLut1545)</font></td>
 
377
    </tr>
 
378
    <tr> 
 
379
      <td width="48%"> 
 
380
        <input type="checkbox" name="NLT" value="on">
 
381
        <font size="-1" face=Times New Roman, Times, serif>New Living Translation 
 
382
        (NLT)</font></td>
 
383
      <td width="50%"> 
 
384
        <input type="checkbox" name="GerRElb" value="on">
 
385
        <font size="-1" face=Times New Roman, Times, serif>German Elberfelder 
 
386
        Bibel revidierte Fassung 1993 (GerRElb)</font></td>
 
387
    </tr>
 
388
    <tr> 
 
389
      <td width="48%"> 
 
390
        <input type="checkbox" name="NRSV" value="on">
 
391
        <font size="-1" face=Times New Roman, Times, serif>New Revised Standard 
 
392
        Version (NRSV)</font></td>
 
393
      <td width="50%"> 
 
394
        <input type="checkbox" name="GerRLut" value="on">
 
395
        <font size="-1" face=Times New Roman, Times, serif>German Revised Lutherbibel 
 
396
        1984 (GerRLut)</font></td>
 
397
    </tr>
 
398
    <tr> 
 
399
      <td width="48%"> 
 
400
        <input type="checkbox" name="ORTHJBC" value="on">
 
401
        <font size="-1" face=Times New Roman, Times, serif>The Orthodox Jewish 
 
402
        Brit Chadasha (ORTHJBC)</font> </td>
 
403
      <td width="50%"> 
 
404
        <input type="checkbox" name="GerSch" value="on">
 
405
        <font size="-1" face=Times New Roman, Times, serif>German 1951 Schlachter 
 
406
        Bibel (GerSch)</font></td>
 
407
    </tr>
 
408
    <tr> 
 
409
      <td width="48%"> 
 
410
        <input type="checkbox" name="Phillips" value="on">
 
411
        <font size="-1" face=Times New Roman, Times, serif>J B Phillips New Testament 
 
412
        (Phillips)</font> </td>
 
413
      <td width="50%"> 
 
414
        <input type="checkbox" name="GothicA" value="on">
 
415
        <font size="-1" face=Times New Roman, Times, serif>Gothic Codex Ambr. 
 
416
        A & Mss. (GothicA)</font></td>
 
417
    </tr>
 
418
    <tr> 
 
419
      <td width="48%"> 
 
420
        <input type="checkbox" name="RNKJV" value="on">
 
421
        <font size="-1" face=Times New Roman, Times, serif>Restored Name King 
 
422
        James Version (RNKJV)</font> </td>
 
423
      <td width="50%"> 
 
424
        <input type="checkbox" name="GothicB" value="on">
 
425
        <font size="-1" face=Times New Roman, Times, serif>Gothic Codex Ambr. 
 
426
        B & Car. (GothicB)</font></td>
 
427
    </tr>
 
428
    <tr> 
 
429
      <td width="48%"> 
 
430
        <input type="checkbox" name="RSV" value="on">
 
431
        <font size="-1" face=Times New Roman, Times, serif>Revised Standard Version 
 
432
        (RSV)</font> </td>
 
433
      <td width="50%"> 
 
434
        <input type="checkbox" name="HunKar" value="on">
 
435
        <font size="-1" face=Times New Roman, Times, serif>Hungarian Karoli (HunKar)</font></td>
 
436
    </tr>
 
437
    <tr> 
 
438
      <td width="48%"> 
 
439
        <input type="checkbox" name="RWebster" value="on">
 
440
        <font size="-1" face=Times New Roman, Times, serif>Revised 1833 Webster 
 
441
        Version (RWebster)</font></td>
 
442
      <td width="50%"> 
 
443
        <input type="checkbox" name="Icelandic" value="on">
 
444
        <font size="-1" face=Times New Roman, Times, serif>Icelandic Bible (Icelandic)</font></td>
 
445
    </tr>
 
446
    <tr> 
 
447
      <td width="48%"> 
 
448
        <input type="checkbox" name="Rotherham" value="on">
 
449
        <font size="-1" face=Times New Roman, Times, serif>The Emphasized Bible 
 
450
        by J. B. Rotherham (Rotherham)</font> </td>
 
451
      <td width="50%"> 
 
452
        <input type="checkbox" name="IndBIS" value="on">
 
453
        <font size="-1" face=Times New Roman, Times, serif>Indonesian Bahasa Indonesia 
 
454
        Sehari-hari (IndBIS)</font></td>
 
455
    </tr>
 
456
    <tr> 
 
457
      <td width="48%"> 
 
458
        <input type="checkbox" name="TEV" value="on">
 
459
        <font size="-1" face=Times New Roman, Times, serif>Todays English Version 
 
460
        (Good News Bible) 1966 and 1976 (TEV)</font></td>
 
461
      <td width="50%"> 
 
462
        <input type="checkbox" name="IndTB" value="on">
 
463
        <font size="-1" face=Times New Roman, Times, serif>Indonesian Terjemahan 
 
464
        Baru (IndTB)</font></td>
 
465
    </tr>
 
466
    <tr> 
 
467
      <td width="48%"> 
 
468
        <input type="checkbox" name="TMB" value="on">
 
469
        <font size="-1" face=Times New Roman, Times, serif>Third Millenium Bible 
 
470
        (TMB)</font></td>
 
471
      <td width="50%"> 
 
472
        <input type="checkbox" name="IndTL" value="on">
 
473
        <font size="-1" face=Times New Roman, Times, serif>Indonesian Terjemahan 
 
474
        Baru (IndTL)</font></td>
 
475
    </tr>
 
476
    <tr> 
 
477
      <td width="48%"> 
 
478
        <input type="checkbox" name="Twenty" value="on">
 
479
        <font size="-1" face=Times New Roman, Times, serif>Twentieth Century New 
 
480
        Testament (Twenty)</font> </td>
 
481
      <td width="50%"> 
 
482
        <input type="checkbox" name="ItaIEP" value="on">
 
483
        <font size="-1" face=Times New Roman, Times, serif>Italian NVB Nuovissima 
 
484
        Versione della Bibbbia San Paolo Edizione (ItaIEP)</font></td>
 
485
    </tr>
 
486
    <tr> 
 
487
      <td width="48%"> 
 
488
        <input type="checkbox" name="WEB" value="on">
 
489
        <font size="-1" face=Times New Roman, Times, serif>World English Bible 
 
490
        (WEB)</font></td>
 
491
      <td width="50%"> 
 
492
        <input type="checkbox" name="ItaLND" value="on">
 
493
        <font size="-1" face=Times New Roman, Times, serif>Italian 1991 La Nuova 
 
494
        Diodati (ItaLND)</font></td>
 
495
    </tr>
 
496
    <tr> 
 
497
      <td width="48%"> 
 
498
        <input type="checkbox" name="Websters" value="on">
 
499
        <font size="-1" face=Times New Roman, Times, serif>Webster Bible (Websters)</font> 
 
500
      </td>
 
501
      <td width="50%"> 
 
502
        <input type="checkbox" name="ItaNRV" value="on">
 
503
        <font size="-1" face=Times New Roman, Times, serif>Italian 1994 La Sacra 
 
504
        Bibbia Nuova Riveduta (ItaNRV)</font></td>
 
505
    </tr>
 
506
    <tr> 
 
507
      <td width="48%"> 
 
508
        <input type="checkbox" name="Weymouth" value="on">
 
509
        <font size="-1" face=Times New Roman, Times, serif>1912 Weymouth NT (Weymouth)</font> 
 
510
      </td>
 
511
      <td width="50%"> 
 
512
        <input type="checkbox" name="JapKUG" value="on">
 
513
        <font size="-1" face=Times New Roman, Times, serif>Japanese JKUG Translation 
 
514
        (JapKUG)</font> </td>
 
515
    </tr>
 
516
    <tr> 
 
517
      <td width="48%"> 
 
518
        <input type="checkbox" name="YLT" value="on">
 
519
        <font size="-1" face=Times New Roman, Times, serif>1898 Young's Literal 
 
520
        Translation (YLT)</font> </td>
 
521
      <td width="50%"> 
 
522
        <input type="checkbox" name="JapSNKI" value="on">
 
523
        <font size="-1" face=Times New Roman, Times, serif>Japanese JSNKI Translation 
 
524
        (JapSNKI)</font></td>
 
525
    </tr>
 
526
    <tr> 
 
527
      <td width="48%">&nbsp; </td>
 
528
      <td width="50%"> 
 
529
        <input type="checkbox" name="Ketchi" value="on">
 
530
        <font size="-1" face=Times New Roman, Times, serif>Ketchi Bible (Ketchi)</font></td>
 
531
    </tr>
 
532
    <tr> 
 
533
      <td width="48%"><font face=Times New Roman, Times, serif><b>Unorthodox or 
 
534
        Heretical Biblical Texts:</b></font> </td>
 
535
      <td width="50%"> 
 
536
        <input type="checkbox" name="Korean" value="on">
 
537
        <font size="-1" face=Times New Roman, Times, serif>Korean Bible (Korean)</font></td>
 
538
    </tr>
 
539
    <tr> 
 
540
      <td width="48%"> 
 
541
        <input type="checkbox" name="CLNT" value="on">
 
542
        <font size="-1" face=Times New Roman, Times, serif>Concordant Literal 
 
543
        New Testament (CLNT)</font> </td>
 
544
      <td width="50%"> 
 
545
        <input type="checkbox" name="Latvian" value="on">
 
546
        <font size="-1" face=Times New Roman, Times, serif>Latvian New Testament 
 
547
        (Latvian)</font> </td>
 
548
    </tr>
 
549
    <tr> 
 
550
      <td width="48%"> 
 
551
        <input type="checkbox" name="Diaglott" value="on">
 
552
        <font size="-1" face=Times New Roman, Times, serif>The Emphatic Diaglott 
 
553
        (Diaglott)</font> </td>
 
554
      <td width="50%"> 
 
555
        <input type="checkbox" name="ManxGaelic" value="on">
 
556
        <font size="-1" face=Times New Roman, Times, serif>Manx Gaelic Scripture 
 
557
        Portions (ManxGaelic)</font></td>
 
558
    </tr>
 
559
    <tr> 
 
560
      <td width="48%"> 
 
561
        <input type="checkbox" name="JST" value="on">
 
562
        <font size="-1" face=Times New Roman, Times, serif>Joseph Smith Translation 
 
563
        (JST)</font></td>
 
564
      <td width="50%"> 
 
565
        <input type="checkbox" name="Maori" value="on">
 
566
        <font size="-1" face=Times New Roman, Times, serif>Maori Bible (Maori)</font></td>
 
567
    </tr>
 
568
    <tr> 
 
569
      <td width="48%"> 
 
570
        <input type="checkbox" name="RVIC" value="on">
 
571
        <font size="-1" face=Times New Roman, Times, serif>Revised Version, Improved 
 
572
        and Corrected (RVIC)</font></td>
 
573
      <td width="50%"> 
 
574
        <input type="checkbox" name="Mel" value="on">
 
575
        <font size="-1" face=Times New Roman, Times, serif>Melanesian Pidgin Bible 
 
576
        (Mel)</font></td>
 
577
    </tr>
 
578
    <tr> 
 
579
      <td width="48%">&nbsp; </td>
 
580
      <td width="50%"> 
 
581
        <input type="checkbox" name="NorBok" value="on">
 
582
        <font size="-1" face=Times New Roman, Times, serif>Norwegian 1930 Bokmal 
 
583
        (NorBok)</font></td>
 
584
    </tr>
 
585
    <tr> 
 
586
      <td width="48%"><font face=Times New Roman, Times, serif><b>Original Language 
 
587
        Biblical Texts:</b></font> </td>
 
588
      <td width="50%"> 
 
589
        <input type="checkbox" name="NorN38" value="on">
 
590
        <font size="-1" face=Times New Roman, Times, serif>Norwegian 1938 Nynorsk 
 
591
        (NorN38)</font></td>
 
592
    </tr>
 
593
    <tr> 
 
594
      <td width="51%"> 
 
595
        <input type="checkbox" name="LXX" value="on">
 
596
        <font size="-1" face=Times New Roman, Times, serif>Septuagint (LXX)</font></td>
 
597
      <td width="50%"> 
 
598
        <input type="checkbox" name="NorNBK" value="on">
 
599
        <font size="-1" face=Times New Roman, Times, serif>Norwegian Bibel Konkordant 
 
600
        (NorNBK)</font></td>
 
601
    </tr>
 
602
    <tr> 
 
603
      <td width="51%"> 
 
604
        <input type="checkbox" name="LXXM" value="on">
 
605
        <font size="-1" face=Times New Roman, Times, serif>Septuagint, Morphologically 
 
606
        Tagged Rahlfs' (LXXM)</font></td>
 
607
      <td width="50%"> 
 
608
        <input type="checkbox" name="NorNyn" value="on">
 
609
        <font size="-1" face=Times New Roman, Times, serif>Norwegian 1994 Nynorsk 
 
610
        (NorNyn)</font></td>
 
611
    </tr>
 
612
    <tr> 
 
613
      <td width="48%"> 
 
614
        <input type="checkbox" name="N27U4" value="on">
 
615
        <font size="-1" face=Times New Roman, Times, serif>Nestle Aland 27th Ed./ 
 
616
        UBS 4th Ed. Greek Text (N27U4)</font> </td>
 
617
      <td width="50%"> 
 
618
        <input type="checkbox" name="Norsk" value="on">
 
619
        <font size="-1" face=Times New Roman, Times, serif>Norsk Bibelen (Norsk)</font></td>
 
620
    </tr>
 
621
    <tr> 
 
622
      <td width="51%"> 
 
623
        <input type="checkbox" name="BHS" value="on">
 
624
        <font size="-1" face=Times New Roman, Times, serif>Biblia Hebraica Stuttgartensia 
 
625
        (BHS)</font> </td>
 
626
      <td width="50%"> 
 
627
        <input type="checkbox" name="PhiCEB" value="on">
 
628
        <font size="-1" face=Times New Roman, Times, serif>Philippine Nga Cebuano 
 
629
        (PhiCEB)</font> </td>
 
630
    </tr>
 
631
    <tr> 
 
632
      <td width="51%"> 
 
633
        <input type="checkbox" name="Byz" value="on">
 
634
        <font size="-1" face=Times New Roman, Times, serif>1991 Byzantine/Majority 
 
635
        Text (Byz)</font></td>
 
636
      <td width="50%"> 
 
637
        <input type="checkbox" name="PolBTP" value="on">
 
638
        <font size="-1" face=Times New Roman, Times, serif>Polish Millenium Bible 
 
639
        1984, 4th Ed. (PolBTP)</font></td>
 
640
    </tr>
 
641
    <tr> 
 
642
      <td width="48%"> 
 
643
        <input type="checkbox" name="Scrivner" value="on">
 
644
        <font size="-1" face=Times New Roman, Times, serif>1894 Scrivener Textus 
 
645
        Receptus (Scrivner)</font></td>
 
646
      <td width="50%"> 
 
647
        <input type="checkbox" name="PorAA" value="on">
 
648
        <font size="-1" face=Times New Roman, Times, serif>Portuguese Joao Ferreira 
 
649
        de Almeida Atualizada (PorAA)</font></td>
 
650
    </tr>
 
651
    <tr> 
 
652
      <td width="48%"> 
 
653
        <input type="checkbox" name="Stephanus" value="on">
 
654
        <font size="-1" face=Times New Roman, Times, serif>1550 Stephanus Textus 
 
655
        Receptus (Stephanus)</font></td>
 
656
      <td width="50%"> 
 
657
        <input type="checkbox" name="PorACF" value="on">
 
658
        <font size="-1" face=Times New Roman, Times, serif>Brazillian Portuguese 
 
659
        Joao Ferreira de Almeida, Corrigada Fiel 1995 (PorACF)</font></td>
 
660
    </tr>
 
661
    <tr> 
 
662
      <td width="48%"> 
 
663
        <input type="checkbox" name="Tisch" value="on">
 
664
        <font size="-1" face=Times New Roman, Times, serif>Tischendorf's Eighth 
 
665
        Edition GNT (Tisch)</font> </td>
 
666
      <td width="50%"> 
 
667
        <input type="checkbox" name="PorBRP" value="on">
 
668
        <font size="-1" face=Times New Roman, Times, serif>Portuguese 1994 Almeida 
 
669
        Biblia (PorBRP)</font></td>
 
670
    </tr>
 
671
    <tr> 
 
672
      <td width="51%"> 
 
673
        <input type="checkbox" name="Vulgate" value="on">
 
674
        <font size="-1" face=Times New Roman, Times, serif>Latin Vulgate (Vulgate)</font></td>
 
675
      <td width="50%"> 
 
676
        <input type="checkbox" name="PorRA" value="on">
 
677
        <font size="-1" face=Times New Roman, Times, serif>Portuguese Almeida 
 
678
        Revista e Atualizada (PorRA)</font></td>
 
679
    </tr>
 
680
    <tr> 
 
681
      <td width="51%"> 
 
682
        <input type="checkbox" name="Vulgate_HebPs" value="on">
 
683
        <font size="-1" face=Times New Roman, Times, serif>Latin Vulgate Psalms 
 
684
        from Hebrew (Vulgate_HebPs)</font></td>
 
685
      <td width="50%"> 
 
686
        <input type="checkbox" name="PorRC" value="on">
 
687
        <font size="-1" face=Times New Roman, Times, serif>Portuguese Almeida 
 
688
        Revista e Corrigida (PorRC)</font></td>
 
689
    </tr>
 
690
    <tr> 
 
691
      <td width="51%"> 
 
692
        <input type="checkbox" name="WH" value="on">
 
693
        <font size="-1" face=Times New Roman, Times, serif>1881 Westcott-Hort 
 
694
        Greek Text (WH)</font></td>
 
695
      <td width="50%"> 
 
696
        <input type="checkbox" name="RST" value="on">
 
697
        <font size="-1" face=Times New Roman, Times, serif>Russian Synodal Translation 
 
698
        (RST)</font></td>
 
699
    </tr>
 
700
    <tr> 
 
701
      <td width="48%"> 
 
702
        <input type="checkbox" name="WHNU" value="on">
 
703
        <font size="-1" face=Times New Roman, Times, serif>Westcott-Hort with 
 
704
        NA27U4 variants (WHNU)</font> </td>
 
705
      <td width="50%"> 
 
706
        <input type="checkbox" name="RomCor" value="on">
 
707
        <font size="-1" face=Times New Roman, Times, serif>Romanian Cornilescu 
 
708
        Version (RomCor)</font></td>
 
709
    </tr>
 
710
    <tr> 
 
711
      <td width="48%">&nbsp;</td>
 
712
      <td width="50%"> 
 
713
        <input type="checkbox" name="Romani" value="on">
 
714
        <font size="-1" face=Times New Roman, Times, serif>Romani (Gypsy) New 
 
715
        Testament (Romani)</font></td>
 
716
    </tr>
 
717
    <tr> 
 
718
      <td width="48%"><font face=Times New Roman, Times, serif><b>Commentaries:</b></font></td>
 
719
      <td width="50%"> 
 
720
        <input type="checkbox" name="Sango" value="on">
 
721
        <font size="-1" face=Times New Roman, Times, serif>Le Sainte Bible en 
 
722
        sango, 1996 (Sango)</font></td>
 
723
    </tr>
 
724
    <tr> 
 
725
      <td width="48%"> 
 
726
        <input type="checkbox" name="AudioKJV" value="on">
 
727
        <font size="-1" face=Times New Roman, Times, serif>KJV Audio Bible read 
 
728
        by James Scourby (AudioKJV)</font></td>
 
729
      <td width="50%"> 
 
730
        <input type="checkbox" name="ScotsGaelic" value="on">
 
731
        <font size="-1" face=Times New Roman, Times, serif>Scots Gaelic Gospel 
 
732
        of Mark (ScotsGaelic)</font></td>
 
733
    </tr>
 
734
    <tr> 
 
735
      <td width="48%"> 
 
736
        <input type="checkbox" name="Barnes" value="on">
 
737
        <font size="-1" face=Times New Roman, Times, serif>Barnes' New Testament 
 
738
        Notes (Barnes)</font></td>
 
739
      <td width="50%"> 
 
740
        <input type="checkbox" name="SpaLBA" value="on">
 
741
        <font size="-1" face=Times New Roman, Times, serif>Spanish La Biblia de 
 
742
        Las Americas (SpaLBA)</font></td>
 
743
    </tr>
 
744
    <tr> 
 
745
      <td width="48%"> 
 
746
        <input type="checkbox" name="Clarke" value="on">
 
747
        <font size="-1" face=Times New Roman, Times, serif>Adam Clarke's Commentary 
 
748
        on the Bible (Clarke)</font></td>
 
749
      <td width="50%"> 
 
750
        <input type="checkbox" name="SpaRV" value="on">
 
751
        <font size="-1" face=Times New Roman, Times, serif>Spanish Reina-Valera 
 
752
        (SpaRV)</font></td>
 
753
    </tr>
 
754
    <tr> 
 
755
      <td width="48%"> 
 
756
        <input type="checkbox" name="DTN" value="on">
 
757
        <font size="-1" face=Times New Roman, Times, serif>Darby Translation Notes 
 
758
        (DTN)</font></td>
 
759
      <td width="50%"> 
 
760
        <input type="checkbox" name="SpaRV60" value="on">
 
761
        <font size="-1" face=Times New Roman, Times, serif>Spanish Reina-Valera 
 
762
        Revised 1960 (SpaRV60)</font></td>
 
763
    </tr>
 
764
    <tr> 
 
765
      <td width="48%"> 
 
766
        <input type="checkbox" name="Family" value="on">
 
767
        <font size="-1" face=Times New Roman, Times, serif>Family Bible Notes 
 
768
        (Family)</font></td>
 
769
      <td width="50%"> 
 
770
        <input type="checkbox" name="SpaRV95" value="on">
 
771
        <font size="-1" face=Times New Roman, Times, serif>Spanish Reina-Valera 
 
772
        Update 1995 (SpaRV95)</font></td>
 
773
    </tr>
 
774
    <tr> 
 
775
      <td width="48%"> 
 
776
        <input type="checkbox" name="Geneva" value="on">
 
777
        <font size="-1" face=Times New Roman, Times, serif>Geneva Bible Translation 
 
778
        Notes (Geneva)</font></td>
 
779
      <td width="50%"> 
 
780
        <input type="checkbox" name="SpaRVA" value="on">
 
781
        <font size="-1" face=Times New Roman, Times, serif>Spanish Version Reina-Valera 
 
782
        Actualizada (SpaRVA)</font></td>
 
783
    </tr>
 
784
    <tr> 
 
785
      <td width="48%"> 
 
786
        <input type="checkbox" name="Gill" value="on">
 
787
        <font size="-1" face=Times New Roman, Times, serif>John Gill's Expositor 
 
788
        (Gill)</font></td>
 
789
      <td width="50%"> 
 
790
        <input type="checkbox" name="SpaSEV" value="on">
 
791
        <font size="-1" face=Times New Roman, Times, serif>Spanish 1569 Sagradas 
 
792
        Escrituras Version Antigua (SpaSEV)</font></td>
 
793
    </tr>
 
794
    <tr> 
 
795
      <td width="48%"> 
 
796
        <input type="checkbox" name="JFB" value="on">
 
797
        <font size="-1" face=Times New Roman, Times, serif>Jamieson Fausset Brown 
 
798
        Bible Commentary (JFB)</font></td>
 
799
      <td width="50%"> 
 
800
        <input type="checkbox" name="SpaVNT" value="on">
 
801
        <font size="-1" face=Times New Roman, Times, serif>Spanish 1858 Valera 
 
802
        New Testament (SpaVNT)</font></td>
 
803
    </tr>
 
804
    <tr> 
 
805
      <td width="48%"> 
 
806
        <input type="checkbox" name="MAK" value="on">
 
807
        <font size="-1" face=Times New Roman, Times, serif>Matthias Ansorgs Kommentar 
 
808
        (MAK)</font></td>
 
809
      <td width="50%"> 
 
810
        <input type="checkbox" name="Swahili" value="on">
 
811
        <font size="-1" face=Times New Roman, Times, serif>Swahili New Testament 
 
812
        (Swahili)</font></td>
 
813
    </tr>
 
814
    <tr> 
 
815
      <td width="48%"> 
 
816
        <input type="checkbox" name="MHC" value="on">
 
817
        <font size="-1" face=Times New Roman, Times, serif>Matthew Henry's Complete 
 
818
        Commentary on the Whole Bible (MHC)</font></td>
 
819
      <td width="50%"> 
 
820
        <input type="checkbox" name="SweSVE" value="on">
 
821
        <font size="-1" face=Times New Roman, Times, serif>Swedish Bible 1917 
 
822
        New Testament (SweSVE)</font></td>
 
823
    </tr>
 
824
    <tr> 
 
825
      <td width="48%"> 
 
826
        <input type="checkbox" name="MHCC" value="on">
 
827
        <font size="-1" face=Times New Roman, Times, serif>Matthew Henry's Concise 
 
828
        Commentary on the Whole Bible (MHCC)</font></td>
 
829
      <td width="50%"> 
 
830
        <input type="checkbox" name="Tagalog" value="on">
 
831
        <font size="-1" face=Times New Roman, Times, serif>Tagalog (John & James) 
 
832
        (Tagalog)</font> </td>
 
833
    </tr>
 
834
    <tr> 
 
835
      <td width="48%"> 
 
836
        <input type="checkbox" name="PNT" value="on">
 
837
        <font size="-1" face=Times New Roman, Times, serif>The People's New Testament 
 
838
        (PNT)</font></td>
 
839
      <td width="50%"> 
 
840
        <input type="checkbox" name="Tamil" value="on">
 
841
        <font size="-1" face=Times New Roman, Times, serif>Tamil Bible (Tamil)</font> 
 
842
      </td>
 
843
    </tr>
 
844
    <tr> 
 
845
      <td width="48%"> 
 
846
        <input type="checkbox" name="Personal" value="on">
 
847
        <font size="-1" face=Times New Roman, Times, serif>Personal Commentary 
 
848
        (Personal)</font></td>
 
849
      <td width="50%"> 
 
850
        <input type="checkbox" name="ThaiKJV" value="on">
 
851
        <font size="-1" face=Times New Roman, Times, serif>Thai KJV (ThaiKJV)</font> 
 
852
      </td>
 
853
    </tr>
 
854
    <tr> 
 
855
      <td width="48%"> 
 
856
        <input type="checkbox" name="RWP" value="on">
 
857
        <font size="-1" face=Times New Roman, Times, serif>Robertson's Word Pictures 
 
858
        (RWP)</font></td>
 
859
      <td width="50%"> 
 
860
        <input type="checkbox" name="Turkish" value="on">
 
861
        <font size="-1" face=Times New Roman, Times, serif>Turkish NT (Turkish)</font> 
 
862
      </td>
 
863
    </tr>
 
864
    <tr> 
 
865
      <td width="48%"> 
 
866
        <input type="checkbox" name="Rieger" value="on">
 
867
        <font size="-1" face=Times New Roman, Times, serif>Carl Heinrich Riegers 
 
868
        Kommentar (Rieger)</font></td>
 
869
      <td width="50%"> 
 
870
        <input type="checkbox" name="UMGreek" value="on">
 
871
        <font size="-1" face=Times New Roman, Times, serif>Unaccented Modern Greek 
 
872
        Text (UMGreek)</font></td>
 
873
    </tr>
 
874
    <tr> 
 
875
      <td width="48%"> 
 
876
        <input type="checkbox" name="TDavid" value="on">
 
877
        <font size="-1" face=Times New Roman, Times, serif>C. H. Spurgeon's Treasury 
 
878
        of David (TDavid)</font></td>
 
879
      <td width="50%"> 
 
880
        <input type="checkbox" name="Ukrainian" value="on">
 
881
        <font size="-1" face=Times New Roman, Times, serif>Ukrainian Bible (Ukrainian)</font></td>
 
882
    </tr>
 
883
    <tr> 
 
884
      <td width="48%"> 
 
885
        <input type="checkbox" name="TFG" value="on">
 
886
        <font size="-1" face=Times New Roman, Times, serif>The Fourfold Gospel 
 
887
        and Commentary on Acts of Apostles (TFG)</font></td>
 
888
      <td width="50%"> 
 
889
        <input type="checkbox" name="Uma" value="on">
 
890
        <font size="-1" face=Times New Roman, Times, serif>Uma New Testament (Uma)</font></td>
 
891
    </tr>
 
892
    <tr> 
 
893
      <td width="48%"> 
 
894
        <input type="checkbox" name="TSK" value="on">
 
895
        <font size="-1" face=Times New Roman, Times, serif>Treasury of Scriptural 
 
896
        Knowledge (TSK)</font></td>
 
897
      <td width="50%"> 
 
898
        <input type="checkbox" name="Viet" value="on">
 
899
        <font size="-1" face=Times New Roman, Times, serif>1934 Vietnamese Bible 
 
900
        (Viet)</font></td>
 
901
    </tr>
 
902
    <tr> 
 
903
      <td width="48%"> 
 
904
        <input type="checkbox" name="Wesley" value="on">
 
905
        <font size="-1" face=Times New Roman, Times, serif>John Wesley's Notes 
 
906
        on the Bible (Wesley)</font></td>
 
907
      <td width="50%"> 
 
908
        <input type="checkbox" name="Xhosa" value="on">
 
909
        <font size="-1" face=Times New Roman, Times, serif>Xhosa Bible (Xhosa)</font></td>
 
910
    </tr>
 
911
    <tr> 
 
912
      <td width="48%">&nbsp;</td>
 
913
      <td width="50%">&nbsp; </td>
 
914
    </tr>
 
915
    <tr> 
 
916
      <td width="48%"><font face=Times New Roman, Times, serif><b>Dictionaries 
 
917
        & Lexica:</b></font></td>
 
918
      <td width="50%"><font face=Times New Roman, Times, serif><b>Daily Devotionals:</b></font> 
 
919
      </td>
 
920
    </tr>
 
921
    <tr> 
 
922
      <td width="48%"> 
 
923
        <input type="checkbox" name="AmTract" value="on">
 
924
        <font size="-1" face=Times New Roman, Times, serif>American Tract Society 
 
925
        Bible Dictionary (AmTract)</font></td>
 
926
      <td width="50%"> 
 
927
        <input type="checkbox" name="Daily" value="on">
 
928
        <font size="-1" face=Times New Roman, Times, serif>Jonathan Bagster's 
 
929
        Daily Light on the Daily Path (Daily)</font> </td>
 
930
    </tr>
 
931
    <tr> 
 
932
      <td width="48%"> 
 
933
        <input type="checkbox" name="BDB" value="on">
 
934
        <font size="-1" face=Times New Roman, Times, serif>Brown-Driver-Briggs 
 
935
        Hebrew Lexicon (BDB)</font></td>
 
936
      <td width="50%"> 
 
937
        <input type="checkbox" name="SME" value="on">
 
938
        <font size="-1" face=Times New Roman, Times, serif>C. H. Spurgeon's Morning 
 
939
        and Evening: Daily Readins (SME)</font> </td>
 
940
    </tr>
 
941
    <tr> 
 
942
      <td width="48%"> 
 
943
        <input type="checkbox" name="Eastons" value="on">
 
944
        <font size="-1" face=Times New Roman, Times, serif>Easton's Bible Dictionary 
 
945
        (Eastons)</font></td>
 
946
      <td width="50%"> 
 
947
        <input type="checkbox" name="losung_de_89" value="on">
 
948
        <font size="-1" face=Times New Roman, Times, serif>1989 Losung auf deutsch 
 
949
        (losung_de_89)</font></td>
 
950
    </tr>
 
951
    <tr> 
 
952
      <td width="48%"> 
 
953
        <input type="checkbox" name="Hitchcocks" value="on">
 
954
        <font size="-1" face=Times New Roman, Times, serif>Hitchcock's Bible Names 
 
955
        (Hitchcocks)</font></td>
 
956
      <td width="50%"> 
 
957
        <input type="checkbox" name="losung_de_90" value="on">
 
958
        <font size="-1" face=Times New Roman, Times, serif>1990 Losung auf deutsch 
 
959
        (losung_de_90)</font></td>
 
960
    </tr>
 
961
    <tr> 
 
962
      <td width="48%"> 
 
963
        <input type="checkbox" name="ISBE" value="on">
 
964
        <font size="-1" face=Times New Roman, Times, serif>International Standard 
 
965
        Bible Encyclopedia (ISBE)</font></td>
 
966
      <td width="50%"> 
 
967
        <input type="checkbox" name="losung_de_91" value="on">
 
968
        <font size="-1" face=Times New Roman, Times, serif>1991 Losung auf deutsch 
 
969
        (losung_de_91)</font></td>
 
970
    </tr>
 
971
    <tr> 
 
972
      <td width="48%"> 
 
973
        <input type="checkbox" name="Naves" value="on">
 
974
        <font size="-1" face=Times New Roman, Times, serif>Nave's Topical Bible 
 
975
        (Naves)</font></td>
 
976
      <td width="50%"> 
 
977
        <input type="checkbox" name="losung_de_92" value="on">
 
978
        <font size="-1" face=Times New Roman, Times, serif>1992 Losung auf deutsch 
 
979
        (losung_de_92)</font></td>
 
980
    </tr>
 
981
    <tr> 
 
982
      <td width="48%"> 
 
983
        <input type="checkbox" name="Packard" value="on">
 
984
        <font size="-1" face=Times New Roman, Times, serif>Packard's Morphological 
 
985
        Analysis Codes (Packard)</font></td>
 
986
      <td width="50%"> 
 
987
        <input type="checkbox" name="losung_de_93" value="on">
 
988
        <font size="-1" face=Times New Roman, Times, serif>1993 Losung auf deutsch 
 
989
        (losung_de_93)</font></td>
 
990
    </tr>
 
991
    <tr> 
 
992
      <td width="48%"> 
 
993
        <input type="checkbox" name="Smiths" value="on">
 
994
        <font size="-1" face=Times New Roman, Times, serif>Smith's Bible Dictionary 
 
995
        (Smiths)</font></td>
 
996
      <td width="50%"> 
 
997
        <input type="checkbox" name="losung_de_94" value="on">
 
998
        <font size="-1" face=Times New Roman, Times, serif>1994 Losung auf deutsch 
 
999
        (losung_de_94)</font></td>
 
1000
    </tr>
 
1001
    <tr> 
 
1002
      <td width="48%"> 
 
1003
        <input type="checkbox" name="StrongsGreek" value="on">
 
1004
        <font size="-1" face=Times New Roman, Times, serif>Strong's Greek Bible 
 
1005
        Dictionary (StrongsGreek)</font></td>
 
1006
      <td width="50%"> 
 
1007
        <input type="checkbox" name="losung_de_95" value="on">
 
1008
        <font size="-1" face=Times New Roman, Times, serif>1995 Losung auf deutsch 
 
1009
        (losung_de_95)</font></td>
 
1010
    </tr>
 
1011
    <tr> 
 
1012
      <td width="48%"> 
 
1013
        <input type="checkbox" name="StrongsHebrew" value="on">
 
1014
        <font size="-1" face=Times New Roman, Times, serif>Strong's Hebrew Bible 
 
1015
        Dictionary (StrongsHebrew)</font></td>
 
1016
      <td width="50%"> 
 
1017
        <input type="checkbox" name="losung_de_96" value="on">
 
1018
        <font size="-1" face=Times New Roman, Times, serif>1996 Losung auf deutsch 
 
1019
        (losung_de_96)</font></td>
 
1020
    </tr>
 
1021
    <tr> 
 
1022
      <td width="48%"> 
 
1023
        <input type="checkbox" name="Thayer" value="on">
 
1024
        <font size="-1" face=Times New Roman, Times, serif>Thayer's Greek Lexicon 
 
1025
        (Thayer)</font></td>
 
1026
      <td width="50%"> 
 
1027
        <input type="checkbox" name="losung_de_97" value="on">
 
1028
        <font size="-1" face=Times New Roman, Times, serif>1997 Losung auf deutsch 
 
1029
        (losung_de_97)</font></td>
 
1030
    </tr>
 
1031
    <tr> 
 
1032
      <td width="48%"> 
 
1033
        <input type="checkbox" name="Torrey" value="on">
 
1034
        <font size="-1" face=Times New Roman, Times, serif>R. A. Torrey's New 
 
1035
        Topical Textbook (Torrey)</font></td>
 
1036
      <td width="50%"> 
 
1037
        <input type="checkbox" name="losung_de_98" value="on">
 
1038
        <font size="-1" face=Times New Roman, Times, serif>1998 Losung auf deutsch 
 
1039
        (losung_de_98)</font></td>
 
1040
    </tr>
 
1041
    <tr> 
 
1042
      <td width="48%" height="23"> 
 
1043
        <input type="checkbox" name="Vines" value="on">
 
1044
        <font size="-1" face=Times New Roman, Times, serif>Vines Bible Dictionary 
 
1045
        (Vines)</font></td>
 
1046
      <td width="50%"> 
 
1047
        <input type="checkbox" name="losung_de_99" value="on">
 
1048
        <font size="-1" face=Times New Roman, Times, serif>1999 Losung auf deutsch 
 
1049
        (losung_de_99)</font></td>
 
1050
    </tr>
 
1051
    <tr> 
 
1052
      <td width="48%"> 
 
1053
        <input type="checkbox" name="WebstersDict" value="on">
 
1054
        <font size="-1" face=Times New Roman, Times, serif>Webster's Revised Unabridged 
 
1055
        Dictionary 1913 (WebstersDict)</font></td>
 
1056
      <td width="50%"> 
 
1057
        <input type="checkbox" name="losung_en_96" value="on">
 
1058
        <font size="-1" face=Times New Roman, Times, serif>1996 Watchwords (Losung) 
 
1059
        in English (losung_en_96)</font></td>
 
1060
    </tr>
 
1061
    <tr> 
 
1062
      <td width="48%" height="23">&nbsp;</td>
 
1063
      <td width="50%" height="23"> 
 
1064
        <input type="checkbox" name="losung_en_97" value="on">
 
1065
        <font size="-1" face=Times New Roman, Times, serif>1997 Watchwords (Losung) 
 
1066
        in English (losung_en_97)</font></td>
 
1067
    </tr>
 
1068
    <tr> 
 
1069
      <td width="48%">&nbsp;</td>
 
1070
      <td width="50%"> 
 
1071
        <input type="checkbox" name="losung_en_98" value="on">
 
1072
        <font size="-1" face=Times New Roman, Times, serif>1998 Watchwords (Losung) 
 
1073
        in English (losung_en_98)</font></td>
 
1074
    </tr>
 
1075
    <tr> 
 
1076
      <td width="48%">&nbsp; </td>
 
1077
      <td width="50%"> 
 
1078
        <input type="checkbox" name="losung_en_99" value="on">
 
1079
        <font size="-1" face=Times New Roman, Times, serif>1999 Watchwords (Losung) 
 
1080
        in English (losung_en_99)</font></td>
 
1081
    </tr>
 
1082
    <tr> 
 
1083
      <td width="48%">&nbsp; </td>
 
1084
      <td width="50%"> 
 
1085
        <input type="checkbox" name="losung_es_99" value="on">
 
1086
        <font size="-1" face=Times New Roman, Times, serif>1999 Watchwords (Losung) 
 
1087
        en Castellano (losung_es_99)</font></td>
 
1088
    </tr>
 
1089
    <tr> 
 
1090
      <td width="48%">&nbsp;</td>
 
1091
      <td width="50%"> 
 
1092
        <input type="checkbox" name="losung_nl_99" value="on">
 
1093
        <font size="-1" face=Times New Roman, Times, serif>1999 Watchwords (Losung) 
 
1094
        in Dutch (losung_nl_99)</font></td>
 
1095
    </tr>
 
1096
  </table>
 
1097
</form>
 
1098
 
 
1099
<form method="get" action="cgi-bin/dia-def.pl">
 
1100
  Select default Bible version for cross-references:&nbsp;<select name="defversion" size="1">
 
1101
  
 
1102
<option value="AKJV">American King James Version (AKJV)</option>
 
1103
<option value="ALB">Albanian Bible (ALB)</option>
 
1104
<option value="ALT">Analytical-Literal Translation (ALT)</option>
 
1105
<option value="ASV">1901 American Standard Version (ASV)</option>
 
1106
<option value="Afr1953">1953 Afrikaans Bybel (Afr1953)</option>
 
1107
<option value="Afr1983">1983 Afrikaans Bybel (Afr1983)</option>
 
1108
<option value="AraSVD">Smith & Van Dyke Arabic Bible (AraSVD)</option>
 
1109
<option value="BBE">1965 Bible in Basic English (BBE)</option>
 
1110
<option value="BHS">Biblia Hebraica Stuttgartensia (BHS)</option>
 
1111
<option value="BWE">Bible in Worldwide English (BWE)</option>
 
1112
<option value="Brenton">Brenton's English Translation of the Septuagint (Brenton)</option>
 
1113
<option value="Byz">1991 Byzantine/Majority Text (Byz)</option>
 
1114
<option value="CLNT">Concordant Literal New Testament (CLNT)</option>
 
1115
<option value="ChiGU">Chinese Glory Union Bible (ChiGU)</option>
 
1116
<option value="Common">The Common Edition: New Testament (Common)</option>
 
1117
<option value="CzeBKR">Czech Bible Kralicka (CzeBKR)</option>
 
1118
<option value="CzeCEP">Czech Ekumenicky Cesky preklad (CzeCEP)</option>
 
1119
<option value="CzeKMS">Czech Preklad KMS Nova smlouva (CzeKMS)</option>
 
1120
<option value="CzeNKB">Czech Nova kralicka Bible (CzeNKB)</option>
 
1121
<option value="DR">Douay-Rheims Bible (DR)</option>
 
1122
<option value="DRA">Douay-Rheims 1899 American Edition (DRA)</option>
 
1123
<option value="Dan">Danske Bibel (Dan)</option>
 
1124
<option value="Darby">1889 Darby Bible (Darby)</option>
 
1125
<option value="Diaglott">The Emphatic Diaglott (Diaglott)</option>
 
1126
<option value="DutLEI">Dutch Leidse Vertaling (DutLEI)</option>
 
1127
<option value="DutLU">Dutch Lutherse Vertaling (DutLU)</option>
 
1128
<option value="DutNBG">Dutch Netherlands Bijbelgenootschap Vertaling 1951 (DutNBG)</option>
 
1129
<option value="DutPALM">Dutch PALM-editie NT (DutPALM)</option>
 
1130
<option value="DutSVV">Dutch Statenvertaling (DutSVV)</option>
 
1131
<option value="EquShr">Equadorian Shuar NT (EquShr)</option>
 
1132
<option value="Esperanto">Esperanto Bible (Esperanto)</option>
 
1133
<option value="FinPR">Finnish 1938 PhyZ Raamattu (FinPR)</option>
 
1134
<option value="FreBFC">French Bible en francais courant, edition revisee (FreBFC)</option>
 
1135
<option value="FreBJ">French Bible de Jerusalem (FreBJ)</option>
 
1136
<option value="FreCrl">French Haitian Creole Version (FreCrl)</option>
 
1137
<option value="FreDrb">French Darby Version (FreDrb)</option>
 
1138
<option value="FreLSG">1910 Louis Segond (FreLSG)</option>
 
1139
<option value="FreNEG">French Nouvelle Edition de Geneve 1979 (FreNEG)</option>
 
1140
<option value="FreTOB">French Traduction oecumenique de la Bible (FreTOB)</option>
 
1141
<option value="GerBen">German Bengel NT (GerBen)</option>
 
1142
<option value="GerEin">German Einheitsuebersetzung der Heilegen Schrift (GerEin)</option>
 
1143
<option value="GerElb">German Darby Unrevidierte Elberfelder 1905 (GerElb)</option>
 
1144
<option value="GerLut">German 1912 Luther (GerLut)</option>
 
1145
<option value="GerLut1545">German 1545 Luther (GerLut1545)</option>
 
1146
<option value="GerRElb">German Elberfelder Bibel revidierte Fassung 1993 (GerRElb)</option>
 
1147
<option value="GerRLut">German Revised Lutherbibel 1984 (GerRLut)</option>
 
1148
<option value="GerSch">German 1951 Schlachter Bibel (GerSch)</option>
 
1149
<option value="GodsWord">GOD'S WORD Translation (GodsWord)</option>
 
1150
<option value="GothicA">Gothic Codex Ambr. A & Mss. (GothicA)</option>
 
1151
<option value="GothicB">Gothic Codex Ambr. B & Car. (GothicB)</option>
 
1152
<option value="HNV">Hebrew Names Version of the World English Bible (HNV)</option>
 
1153
<option value="HunKar">Hungarian Karoli (HunKar)</option>
 
1154
<option value="IGNT">Interlinear Greek New Testament (IGNT)</option>
 
1155
<option value="ISV">International Standard Version (ISV)</option>
 
1156
<option value="Icelandic">Icelandic Bible (Icelandic)</option>
 
1157
<option value="IndBIS">Indonesian Bahasa Indonesia Sehari-hari (IndBIS)</option>
 
1158
<option value="IndTB">Indonesian Terjemahan Baru (IndTB)</option>
 
1159
<option value="IndTL">Indonesian Terjemahan Baru (IndTL)</option>
 
1160
<option value="ItaIEP">Italian NVB Nuovissima Versione della Bibbbia San Paolo Edizione (ItaIEP)</option>
 
1161
<option value="ItaLND">Italian 1991 La Nuova Diodati (ItaLND)</option>
 
1162
<option value="ItaNRV">Italian 1994 La Sacra Bibbia Nuova Riveduta (ItaNRV)</option>
 
1163
<option value="JPS">Jewish Publication Society Old Testament (JPS)</option>
 
1164
<option value="JST">Joseph Smith Translation (JST)</option>
 
1165
<option value="JapKUG">Japanese JKUG Translation (JapKUG)</option>
 
1166
<option value="JapSNKI">Japanese JSNKI Translation (JapSNKI)</option>
 
1167
<option value="KJ21">21st Century King James Version (KJ21)</option>
 
1168
<option value="KJV">King James Version of 1611 w/ Strongs Numbers (KJV)</option>
 
1169
<option value="Ketchi">Ketchi Bible (Ketchi)</option>
 
1170
<option value="Korean">Korean Bible (Korean)</option>
 
1171
<option value="LITV">Green's Literal Translation (LITV)</option>
 
1172
<option value="LO">The Living Oracles NT (LO)</option>
 
1173
<option value="LXX">Septuagint (LXX)</option>
 
1174
<option value="LXXM">Septuagint, Morphologically Tagged Rahlfs' (LXXM)</option>
 
1175
<option value="Latvian">Latvian New Testament (Latvian)</option>
 
1176
<option value="MKJV">Green's Modern King James Version (MKJV) (MKJV)</option>
 
1177
<option value="ManxGaelic">Manx Gaelic Scripture Portions (ManxGaelic)</option>
 
1178
<option value="Maori">Maori Bible (Maori)</option>
 
1179
<option value="Mel">Melanesian Pidgin Bible (Mel)</option>
 
1180
<option value="Montgomery">Montgomery New Testament (Montgomery)</option>
 
1181
<option value="Murdock">James Murdock's Translation of the Syriac Peshitta (Murdock)</option>
 
1182
<option value="N27U4">Nestle Aland 27th Ed./ UBS 4th Ed. Greek Text (N27U4)</option>
 
1183
<option value="NAB">New American Bible (NAB)</option>
 
1184
<option value="NASB">The New American Standard Bible (NASB)</option>
 
1185
<option value="NASB95">The New American Standard Bible 1995 Update (NASB95)</option>
 
1186
<option value="NCV">New Century Version (NCV)</option>
 
1187
<option value="NIV">New International Version (NIV)</option>
 
1188
<option value="NIVBr">New International Version, British Edition (NIVBr)</option>
 
1189
<option value="NJB">New Jerusalem Bible (NJB)</option>
 
1190
<option value="NKJV">New King James Version (NKJV)</option>
 
1191
<option value="NLT">New Living Translation (NLT)</option>
 
1192
<option value="NRSV">New Revised Standard Version (NRSV)</option>
 
1193
<option value="NorBok">Norwegian 1930 Bokmal (NorBok)</option>
 
1194
<option value="NorN38">Norwegian 1938 Nynorsk (NorN38)</option>
 
1195
<option value="NorNBK">Norwegian Bibel Konkordant (NorNBK)</option>
 
1196
<option value="NorNyn">Norwegian 1994 Nynorsk (NorNyn)</option>
 
1197
<option value="Norsk">Norsk Bibelen (Norsk)</option>
 
1198
<option value="ORTHJBC">The Orthodox Jewish Brit Chadasha (ORTHJBC)</option>
 
1199
<option value="PhiCEB">Philippine Nga Cebuano (PhiCEB)</option>
 
1200
<option value="Phillips">J B Phillips New Testament (Phillips)</option>
 
1201
<option value="PolBTP">Polish Millenium Bible 1984, 4th Ed. (PolBTP)</option>
 
1202
<option value="PorAA">Portuguese Joao Ferreira de Almeida Atualizada (PorAA)</option>
 
1203
<option value="PorACF">Brazillian Portuguese Joao Ferreira de Almeida, Corrigada Fiel 1995 (PorACF)</option>
 
1204
<option value="PorBRP">Portuguese 1994 Almeida Biblia (PorBRP)</option>
 
1205
<option value="PorRA">Portuguese Almeida Revista e Atualizada (PorRA)</option>
 
1206
<option value="PorRC">Portuguese Almeida Revista e Corrigida (PorRC)</option>
 
1207
<option value="RNKJV">Restored Name King James Version (RNKJV)</option>
 
1208
<option value="RST">Russian Synodal Translation (RST)</option>
 
1209
<option value="RSV">Revised Standard Version (RSV)</option>
 
1210
<option value="RVIC">Revised Version, Improved and Corrected (RVIC)</option>
 
1211
<option value="RWebster">Revised 1833 Webster Version (RWebster)</option>
 
1212
<option value="RomCor">Romanian Cornilescu Version (RomCor)</option>
 
1213
<option value="Romani">Romani (Gypsy) New Testament (Romani)</option>
 
1214
<option value="Rotherham">The Emphasized Bible by J. B. Rotherham (Rotherham)</option>
 
1215
<option value="Sango">Le Sainte Bible en sango, 1996 (Sango)</option>
 
1216
<option value="ScotsGaelic">Scots Gaelic Gospel of Mark (ScotsGaelic)</option>
 
1217
<option value="Scrivner">1894 Scrivener Textus Receptus (Scrivner)</option>
 
1218
<option value="SpaLBA">Spanish La Biblia de Las Americas (SpaLBA)</option>
 
1219
<option value="SpaRV">Spanish Reina-Valera (SpaRV)</option>
 
1220
<option value="SpaRV60">Spanish Reina-Valera Revised 1960 (SpaRV60)</option>
 
1221
<option value="SpaRV95">Spanish Reina-Valera Update 1995 (SpaRV95)</option>
 
1222
<option value="SpaRVA">Spanish Version Reina-Valera Actualizada (SpaRVA)</option>
 
1223
<option value="SpaSEV">Spanish 1569 Sagradas Escrituras Version Antigua (SpaSEV)</option>
 
1224
<option value="SpaVNT">Spanish 1858 Valera New Testament (SpaVNT)</option>
 
1225
<option value="Stephanus">1550 Stephanus Textus Receptus (Stephanus)</option>
 
1226
<option value="Swahili">Swahili New Testament (Swahili)</option>
 
1227
<option value="SweSVE">Swedish Bible 1917 New Testament (SweSVE)</option>
 
1228
<option value="TEV">Todays English Version (Good News Bible) 1966 and 1976 (TEV)</option>
 
1229
<option value="TMB">Third Millenium Bible (TMB)</option>
 
1230
<option value="Tagalog">Tagalog (John & James) (Tagalog)</option>
 
1231
<option value="Tamil">Tamil Bible (Tamil)</option>
 
1232
<option value="ThaiKJV">Thai KJV (ThaiKJV)</option>
 
1233
<option value="Tisch">Tischendorf's Eighth Edition GNT (Tisch)</option>
 
1234
<option value="Turkish">Turkish NT (Turkish)</option>
 
1235
<option value="Twenty">Twentieth Century New Testament (Twenty)</option>
 
1236
<option value="UMGreek">Unaccented Modern Greek Text (UMGreek)</option>
 
1237
<option value="Ukrainian">Ukrainian Bible (Ukrainian)</option>
 
1238
<option value="Uma">Uma New Testament (Uma)</option>
 
1239
<option value="Viet">1934 Vietnamese Bible (Viet)</option>
 
1240
<option value="Vulgate">Latin Vulgate (Vulgate)</option>
 
1241
<option value="Vulgate_HebPs">Latin Vulgate Psalms from Hebrew (Vulgate_HebPs)</option>
 
1242
<option value="WEB">World English Bible (WEB)</option>
 
1243
<option value="WH">1881 Westcott-Hort Greek Text (WH)</option>
 
1244
<option value="WHNU">Westcott-Hort with NA27U4 variants (WHNU)</option>
 
1245
<option value="Websters">Webster Bible (Websters)</option>
 
1246
<option value="Weymouth">1912 Weymouth NT (Weymouth)</option>
 
1247
<option value="Xhosa">Xhosa Bible (Xhosa)</option>
 
1248
<option value="YLT">1898 Young's Literal Translation (YLT)</option>
 
1249
</select><input type="submit" name="Submit" value="Submit"></form><br/><form method="get" action="cgi-bin/dia-def.pl">Select locale:&nbsp;
 
1250
<select name="locale" size="1"><option value="">browser default</option>
 
1251
<option value="en">en</option>
 
1252
<option value="de">de</option>
 
1253
<option value="pt">pt</option>
 
1254
<option value="sk">sk</option>
 
1255
<option value="cs">cs</option>
 
1256
<option value="da">da</option>
 
1257
<option value="no">no</option>
 
1258
</select>
 
1259
<input type="submit" name="Submit" value="Submit">
 
1260
</form>
 
1261
Many of these modules require a browser with good Unicode support such as Internet 
 
1262
Explorer 5.0+ and a good Unicode font such as Code 2000 (available at <a href="http://home.att.net/~jameskass/">http://home.att.net/~jameskass/</a>). 
 
1263
</body>
 
1264
</html>