//******************************************************************** // Control file for the 'Detailed Word Search' files located in './a/'. // // DWS.js builds the simple table used to display the form select items // based on the URL variable 'Word' and the 'WordsArray' defined in the // specific './a/' page. Those pages get called from the pages under // './alpha_tables/' by the script function detailed() defined in // './js/nav.js'. //******************************************************************** var Word; Title = new String(window.location); Title = unescape(Title); Title = Title.split("?")[1] if(Title) { Title = Title.split('#')[0]; tLength = Title.split("&").length; for(tItem=0;tItem' + ' Dictionary Search Results for ' + Word + '' + ' ' + ' ' + ' ' + ' ' + '
A search was completed through the following dictionaries. Select an item, click go, and a window will open with your selection.

' + ' ' + ' ' + ' ' + ' ' + ' ' + '
Nave\'s Topical (N)
' + ' Torrey\'s Topical (T)
' + ' Easton\'s Dictionary (E)
Hitchcock\'s Dictionary (H)
' + ' BLB Subject Guide (S)
' + '
' + '
' + '
' + '
' + ' ' + ' ' );