var fDesc=new Array(); fDesc[0] = "Bible Explorer Limited Edition 4.1 is a tool that helps to find the exact paragraphs, illustrations, and Biblical language notes.

The software has a mouse over magic feature. Whenever the user moves the cursor over the scripture reference, the entire verse or passage will pop up for the user to see. The windows can be combined into tabbed groups on the fly to better managing the desktop. The user could flip between them easily, keeping them synchronized by Bible verse. The program uses a web—browser approach which makes it easy to operate. It also shows all books in the library that refer to the verse that has been selected. The user could also "tear off" lists of cross references into another window to freeze them as they move onto other verses. Currently there are nearly 550 Bibles and reference works totally over 1300 volumes in print. It includes 12 different colors with an option to add or erase highlighting any time. The application has better language tools with clear, printable Greek and Hebrew fonts.

The tool acts as a great resource for the user. It helps them to make an exact and accurate search through various libraries of books."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }