var fDesc=new Array(); fDesc[0] = "studyPerfect is an advanced
flashcard software
that offers you an easy to use interface allowing you to create, study, and
print flashcards
for an infinite range of subjects to meet all your memorization needs. From textual cards for
studying vocabulary, math, and history
, to graphical cards which allow you to upload images for subjects such as geography, art history, and sign language. Or you can even draw freestyle diagrams on your cards to make your flashcards fully customized! Using studyPerfect’s simple character drop down menus and shortcuts makes studying foreign languages as easy as uno, dos, tres!"; 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 = ''; } }