var fDesc=new Array(); fDesc[1] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too."; fDesc[2] = "homework done more quicker and easier It can evaluate solve and graphic equations, run matrixes, find standard deviations, means or variances. I'ts a powerfull College Scientific Calculator with nice graphing capabilities"; fDesc[3] = "and Cyrillic alphabet tables, and some other things. This application is designed to help us create all types of reminders: to-do lists, anniversaries, special events, appointments, quick memos, meetings, and so on."; fDesc[4] = ", ROUND, SIN, SQRT, SQR, TRUNC, NOT, BOOL, SGN."; fDesc[5] = "conversion categories, such as Numbers, Prefixes, Data Storage, Data Transfer, Length, Angle, Area, Volume, Volume - Dry, Time, Velocity, Acceleration, Velocity - Angular, Mass, Density, Force, and much more."; fDesc[6] = "measure in 21 categories. This program designed not only for the professionals (students, teachers, scientists), but also for ordinary users."; fDesc[7] = "all in this timy program, only one unzipped file so just download to the directory you want it installed to."; fDesc[8] = "from one into another in a glimpse of an eye. All you have to do to convert the units is to select the input unit, type down a number and then select the output unit and the program will convert and display the result almost automatically."; fDesc[9] = "of, divided in the following categories: Length, Area, Temperature, Energy, Mass, Time, Speed, Power, Pressure, Volume and Density. Also, it allows the user to add and/or edit the conversion tables."; fDesc[10] = "complex calculations on your desktop. WiseCalc is far-far better than other calculators. It has more than 450 in-built unit conversions and functions to aid you in calculation."; fDesc[11] = "coupled non-linear algebraic equations. ESS can also be used to solve initial value differential equations, do linear and non-linear regression, unit conversion, unit consistency checking, optimization, and uncertainty analysis, and produce publication-quality plots."; fDesc[12] = "you can easily add into converter any units of your specification. It is supplied together with convenient ConvertData.XML text file."; fDesc[13] = "units."; fDesc[14] = "It also understands unit classes and systems."; fDesc[15] = "limited to Euro Area (Euroland) currencies with fixed change but can also convert many other world currencies and update their changes from internet. Euro Converter is a very flexible application and permit to personalize the currencies list adding other currencies. Plus many options are available to specify number rounding rules and simplify input of data. It's designed with a compact and functional interface that minimize the footprint on desktop. Available in English, Italian, French and German."; 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 = '...'; } }