var fDesc=new Array(); fDesc[0] = "Flashcard Master allows you to create beautiful flashcards. You can easily design, edit and print flashcards. In addition, Flashcard Master supports various data input methods, wikitext formatting of text, and facilites to learn/review materials. Flashcard Master goes beyond the simple Key and Value type flashcards and allows you to semantically and visually organize information. With support for a variety of common file formats, including a well-defined XML format, you can easily transfer information between Flashcard master and other programs or share with others."; 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 = ''; } }