var fDesc=new Array(); fDesc[0] = "This is a Windows application which mimics paper flash cards and has been designed specifically for testing Greek and Hebrew vocabulary, but lends itself to aid memorisation of any textual data that you'd put on a flash card.

Features:

-NEW - Box Testing - where the questions move up through virtual boxes (10 of them) as you get the questions right, and you are automatically tested on the higher numbered boxes less frequently
-Easily choose which questions you'll test yourself on based on filter criteria including:
-Chapter
-The date you last tested yourself on that question
-Keywords
-How often you get questions right
-Mark questions as right or wrong
-Keep on testing yourself on questions you get wrong till you get them all right
-Keyboard shortcuts so you don't have to use the mouse
-A 'learning' mode that displays both the question and the answer at the same time
-Change the size of fonts (and font family) during the test run
-Help included - just press F1 or use the menu
-Microsoft Excel files used to store the data, to enable easy editing, analysis and creation of new data in any application that reads 'xls' files
-Many settings can be changed - read the help file for more information"; 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 = ''; } }