var fDesc=new Array(); fDesc[0] = "Junior Simulation Insight software cuts across traditional subject boundaries, helping illuminate the connections between Science, Mathematics, Geography and other subject areas. Kids are able to capture, measure and investigate the behavior of any model using graphing and charting options, as well as, varying the inputs of the simulations by applying a selection of on-screen switches, buttons, sliders, dials and charts."; 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 = ''; } }