var fDesc=new Array(); fDesc[0] = "Creative Physics® 5.0 is a 3D Interactive Learning program for Windows based on the core principles of Classical Physics. Creative Physics is designed for Grades 6-18 and integrates each of the four STEM components into the learning process. Creative Physics has an intuitive, user-friendly design, with a powerful interface."; 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 = ''; } }