var fDesc=new Array(); fDesc[0] = "WinFlash Basic offers powerful multimedia support while retaining its ability to quickly and easily turn out study decks for last-minute use. Master the program using the accompanying step-by-step tutorial.
WinFlash's learning algorithms help you thoroughly master the study material. The program tracks your progress and focuses attention on those questions causing difficulty while continuing to reinforce areas of strength. Build your enthusiasm with speed challenges and reverse-order passes.
Support your basic content with audio files, graphics and video clips. Choose from standard, fill-in or multiple choice question formats."; 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 = ''; } }