var fDesc=new Array(); fDesc[0] = "Learn Math Question Maker allows you to also make up your own tests. This program is part of the Learn Math 3D package and allows you to create more math tests using a normal 2D Windows environment for use in the 3D world of Learn Math 3D on Orbital One. It has 243 extra tests for the teacher or student to use and you can reuse the other 243 that come with the package."; 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 = ''; } }