var fDesc=new Array(); fDesc[1] = ", therefore Infinity Ward released patch 1.6. The patch includes 4 new and excellent multi-player maps, along with new features for filtering and several bug fixes."; fDesc[2] = "huge amount of different things you can do with this particular piece of software. Khi3 calculator includes a whole collection of auxiliary tools, classified into the following categories: Pro, Astronomy, Geometry, Analyze, Physics/Chemistry, and Others."; fDesc[3] = "Cross´ method, the loads can be single or distributed. The main utility of this program, targeted at architects and construction engineers, would be to optimize joint positions (i.e. positions with zero moment) in purlins or beams."; fDesc[4] = "aircraft flying around your area? Imagine the thrill of organizing all those airplanes down to safety while avoiding mid-air collisions and flight delays? Then the Radar Screensaver is for you!"; fDesc[5] = "lands Comet: Explodes on contact into six highly bouncy fragments Sunburn: Explodes near tank, fires laser beams that bounce off terrain Riptide: Sends out a horizontal wave of reflective missiles"; fDesc[6] = "the underwater world and will put you on the sonar operator seat. You will be able to see an amazing sonar screen complete with rotating beams and marks for depth distance and more."; fDesc[7] = "board to blow up the bars and release your furry friends. But be careful, you might be hurt by laser beams or fall into swamp!"; fDesc[10] = "to help the chicken escape a mad scientist Dr. Kajiya, while enjoying high quality animated graphics and cool music all the way."; fDesc[12] = "floating space platforms. And they need your help! Goobs is a 55 level puzzle game with great graphics, sound, and fun gameplay."; fDesc[14] = "used to analyze planar frames, continuous beams, trusses, and cantilevers. Its graphical user interface lets youdraw the ..."; fDesc[15] = "and background music, brings you a joyous mood."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }