var fDesc=new Array(); fDesc[0] = "Free Learn Addition on Orbital One is more than a demo and includes all the learn and test modules for the addition topic. The program does not contain the help sounds but does contain a large HTML help file with all the information you need to run the software.
There are 8 lessons covering addition Including two workout lessons and 27 tests included which ensure you understand the topic."; 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 = ''; } }