var fDesc=new Array(); fDesc[0] = "Tables Master is a stand-alone educational program to teach mathematical tables. I originally wrote it to teach my own children. I simply didn't have time and the patience to sit with them trying to go through all the tables.

With the aid of the program they learned tables quickly without the screaming and shouting. I hope you will have the same results. Tables Master has a good help file and lots and lots of settings, which can be password protected."; 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 = ''; } }