var fDesc=new Array(); fDesc[0] = "The perfect solution for physics students and teachers everywhere, Physics 101 SE is software caluation solution that allows you to focus on physics and not mathematical busywork -- giving you correct answers and fast!
And when you move onto more difficult subjects in physics, such as resistor circuits, kinematic motion analysis, projectile mathematics, relativity and so on, Physics 101 SE becomes even more valuable."; 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 = ''; } }