var fDesc=new Array(); fDesc[1] = "who require a program that gives them unlimited design options with professional tools they can use to create 2D technical, artistic, and mechanical drawings with which they can create 3D models."; fDesc[2] = "modern tactical game viewed from an overhead camera. The game features a role-playing futuristic story scenario where the USA has suffered nuclear destruction and has disintegrated to six nation states that have descended in to war."; fDesc[3] = "money, problem solving and more."; fDesc[4] = "viscosity. Work with feet and inches. Formatting and clipboard features. Excludes archaic units."; fDesc[5] = "Entry and Manipulation easier for Delphi Developers and their end-users. Includes full source."; fDesc[6] = "edit and typeset this kind of text with ease. Scientific WorkPlace is basically a word processor that integrates mathematical input and computations. Scientific WorkPlace uses LaTeX."; fDesc[7] = "division or fractions for an exercise."; fDesc[9] = "which are commonly used in the Imperial measurement system. Plus, the radius of circumferences can be calculated and much simpler operations can be done, such as additions, subtractions, divisions, etc. It also converts cm to inches and vice-versa."; fDesc[20] = "Roman Numerals, Number Systems, and now World Currency. Definitions and Reference Tables are included. Educational."; 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 = '...'; } }