blb/BLB/search1.html

78 lines
6.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>Blue-Letter Bible - Search</title>
<script src="./js/basepath.js" type="text/javascript"></script>
<script src="./js/nav.js" type="text/javascript"></script>
<script src="./js/MainHeader.js" type="text/javascript"></script>
<script type="text/javascript">
preloadAlphaImages();
</script>
<style>
.image {VSPACE:5; BORDER:0;}
</style>
</head>
<body>
<div class="head">Detailed Word Search Tools</div>
<div class="main-center"><div class="pad2020">
Click the desired letter below for a listing of all terms found <br>in our dictionary archives beginning with the chosen letter.
<br><img SRC="./gifs/clearpixel.gif" width="1" height="7" /><br>
<table align="center" border="0" cellpadding="0" cellspacing="0">
<tr><td>
<a href="./alpha_tables/a.html" onMouseOver="imgTurnOn('a')" onMouseOut="imgTurnOff('a')"><img class="image" SRC="./gifs/new_letters/a.gif" id="a" /></a>
<a href="./alpha_tables/b.html" onMouseOver="imgTurnOn('b')" onMouseOut="imgTurnOff('b')"><img class="image"SRC="./gifs/new_letters/b.gif" id="b" /></a>
<a href="./alpha_tables/c.html" onMouseOver="imgTurnOn('c')" onMouseOut="imgTurnOff('c')"><img class="image"SRC="./gifs/new_letters/c.gif" id="c" /></a>
<a href="./alpha_tables/d.html" onMouseOver="imgTurnOn('d')" onMouseOut="imgTurnOff('d')"><img class="image"SRC="./gifs/new_letters/d.gif" id="d" /></a>
<a href="./alpha_tables/e.html" onMouseOver="imgTurnOn('e')" onMouseOut="imgTurnOff('e')"><img class="image"SRC="./gifs/new_letters/e.gif" id="e" /></a>
<a href="./alpha_tables/f.html" onMouseOver="imgTurnOn('f')" onMouseOut="imgTurnOff('f')"><img class="image"SRC="./gifs/new_letters/f.gif" id="f" /></a>
<a href="./alpha_tables/g.html" onMouseOver="imgTurnOn('g')" onMouseOut="imgTurnOff('g')"><img class="image"SRC="./gifs/new_letters/g.gif" id="g" /></a>
<a href="./alpha_tables/h.html" onMouseOver="imgTurnOn('h')" onMouseOut="imgTurnOff('h')"><img class="image"SRC="./gifs/new_letters/h.gif" id="h" /></a>
<a href="./alpha_tables/i.html" onMouseOver="imgTurnOn('i')" onMouseOut="imgTurnOff('i')"><img class="image"SRC="./gifs/new_letters/i.gif" id="i" /></a>
<a href="./alpha_tables/j.html" onMouseOver="imgTurnOn('j')" onMouseOut="imgTurnOff('j')"><img class="image"SRC="./gifs/new_letters/j.gif" id="j" /></a>
<a href="./alpha_tables/k.html" onMouseOver="imgTurnOn('k')" onMouseOut="imgTurnOff('k')"><img class="image"SRC="./gifs/new_letters/k.gif" id="k" /></a>
<a href="./alpha_tables/l.html" onMouseOver="imgTurnOn('l')" onMouseOut="imgTurnOff('l')"><img class="image"SRC="./gifs/new_letters/l.gif" id="l" /></a>
<a href="./alpha_tables/m.html" onMouseOver="imgTurnOn('m')" onMouseOut="imgTurnOff('m')"><img class="image"SRC="./gifs/new_letters/m.gif" id="m" /></a>
</td>
</tr><tr>
<td>
<a href="./alpha_tables/n.html" onMouseOver="imgTurnOn('n')" onMouseOut="imgTurnOff('n')"><img class="image"SRC="./gifs/new_letters/n.gif" id="n" /></a>
<a href="./alpha_tables/o.html" onMouseOver="imgTurnOn('o')" onMouseOut="imgTurnOff('o')"><img class="image"SRC="./gifs/new_letters/o.gif" id="o" /></a>
<a href="./alpha_tables/p.html" onMouseOver="imgTurnOn('p')" onMouseOut="imgTurnOff('p')"><img class="image"SRC="./gifs/new_letters/p.gif" id="p" /></a>
<a href="./alpha_tables/q.html" onMouseOver="imgTurnOn('q')" onMouseOut="imgTurnOff('q')"><img class="image"SRC="./gifs/new_letters/q.gif" id="q" /></a>
<a href="./alpha_tables/r.html" onMouseOver="imgTurnOn('r')" onMouseOut="imgTurnOff('r')"><img class="image"SRC="./gifs/new_letters/r.gif" id="r" /></a>
<a href="./alpha_tables/s.html" onMouseOver="imgTurnOn('s')" onMouseOut="imgTurnOff('s')"><img class="image"SRC="./gifs/new_letters/s.gif" id="s" /></a>
<a href="./alpha_tables/t.html" onMouseOver="imgTurnOn('t')" onMouseOut="imgTurnOff('t')"><img class="image"SRC="./gifs/new_letters/t.gif" id="t" /></a>
<a href="./alpha_tables/u.html" onMouseOver="imgTurnOn('u')" onMouseOut="imgTurnOff('u')"><img class="image"SRC="./gifs/new_letters/u.gif" id="u" /></a>
<a href="./alpha_tables/v.html" onMouseOver="imgTurnOn('v')" onMouseOut="imgTurnOff('v')"><img class="image"SRC="./gifs/new_letters/v.gif" id="v" /></a>
<a href="./alpha_tables/w.html" onMouseOver="imgTurnOn('w')" onMouseOut="imgTurnOff('w')"><img class="image"SRC="./gifs/new_letters/w.gif" id="w" /></a>
<img class="image"SRC="./gifs/new_letters/x.gif" id="x" />
<a href="./alpha_tables/y.html" onMouseOver="imgTurnOn('y')" onMouseOut="imgTurnOff('y')"><img class="image"SRC="./gifs/new_letters/y.gif" id="y" /></a>
<a href="./alpha_tables/z.html" onMouseOver="imgTurnOn('z')" onMouseOut="imgTurnOff('z')"><img class="image"SRC="./gifs/new_letters/z.gif" id="z" /></a>
</td></tr>
</table>
</div></div>
<div class=subhead>How to Use the Blue Letter Bible Dictionaries</div>
<div class=main-just> <div class=pad2020>
<p>The Blue Letter Bible CD has over 10,000 entries to five <em>combined</em> Bible Dictionaries:</p>
<ul>
<li><b>Nave's Topical Bible</b></li>
<li><b>Torrey's Topical Textbook</b></li>
<li><b>Hitchcock's Bible Names Dictionary</b></li>
<li><b>Easton's Bible Dictionary</b></li>
<li><b>Thematic Subject Guide</b></li>
</ul>
<p>There are three ways to access all the Dictionary Information:</p>
<ol>
<li>View through the links provided in the alphabetical listings above. Each entry will take you to a menu listing of entries for that word/subject. Enjoy!<br><br></li>
<li>Enter a subject word in the word search field on the home page.
The search result will include both the concordance listings for that word within the Bible, as well as any dictionary entries about your subject word<br><br></li>
<li>The contents of the combined dictionaries contain over 249,000 Bible verse references. These are all cross-linked into the Blue Letter Bible for your convenience. Simply go to the Bible from the home page, and use the <A href="./help/dicti.html"><img border ="0" src="./gifs/baby_d.gif" width="12" height="12" /></a> <A href="./help/dicti.html"><b>button</b></a> next to most every verse.<br><br></li>
</ol>
<p>There are additional encyclopedia and dictionary resources located in the <a href="./study/index.html#encyclopedias">Study Tools Section</a>.</p>
</div></div>
<div class=return><a href=./s.html>Back to Search Tool Index</a></div>
<script src="./js/MainFooter.js" type="text/javascript"></script>