var fDesc=new Array(); fDesc[0] = "RecallPlus is software designed specifically for students who want to learn faster and improve their marks. RecallPlus goes beyond simple note-taking and organizing - it actually tests students on their notes so they can learn the information. RecallPlus is the only true study software because it is the only software that combines concept mapping of notes with testing."; 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 = ''; } }