var fDesc=new Array(); fDesc[0] = "Recognize that molecule shape is due to repulsions between atoms. Recognize that bonds are not fixed in place, but can rotate around in response to repulsions. Predict how varying initial conditions affect a projectile path(various objects, angles, initial speed, mass, diameter, initial height, with and without air resistance).
Use reasoning to explain the predictions. Explain common projectile motion terms in their own words. (launch angle, initial speed, initial height, range, final height, time).Describe why using the simulation is a good method for studying projectiles."; 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 = ''; } }