var fDesc=new Array(); fDesc[0] = "TI StudyCards Creator software allows to create electronic flash cards called “stacks” and exchange them between your device and computer. This application is intended for teachers and students. There are many stacks on the TI web site that cover many areas, such as history, geography, science, art, English literature, economics and music, but you can make your own using this program. So, you can make cards on the subject you need on computer and then download the lists to the TI-Navigator system or your handheld device. It is allowed to create self-check (with ability to record correct and incorrect answers) and multichoice (with ability to choose an answer) flashcards and add different levels of difficulty within the stack. To create a stack you should select the device and stack type in the opened dialog box. Then a form of a new stack will appear. Fill in all the fields of that form: stack title, version, created by, name of the card. Also you can add bitmaps or screenshots to your stack. Then you can save this stack, going to File Save or send it to your device, previously connecting it by USB cable to the computer. Today TI StudyCard Creator supports the following devices: TI-73, TI-83,84 Plus Family, TI-89 Family, TI-92 Plus, Voyage 200. Note, that TI StudyCards Creator won’t run without TI Connect 1.5 or higher."; 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 = ''; } }