//******************************************************************** // KJVBottomNav.js provides the navigation found at the bottom of the // KJV Bible pages. The JavaScript variables found intermixed in here // are defined in KJVTopNav.js // //******************************************************************** document.write( ' ' + ' ' + '
' + ' Return to Top' + '
' + '
' + '
' + '
' + '
' + '
' + '    Chap:' + '     Verse:' + ' ' + '
' ); var bookName = bookLookup(findBook()); try { selectDefault(document.navform.book, bookName); // document.navform.chapter.value = findChapter(); } catch(e) { }