var fDesc=new Array(); fDesc[1] = "a lot of great mathematical and conversion functions which are not easy to find all in one program.You can choose from three types of calculators: the standard, scientific and the conversion calculator."; fDesc[2] = "additional functions like support for secure connections, folder monitoring, file synchronization, among others. It allows you to resume downloads and uploads, and filter and transfer files of more then 4GB as well."; fDesc[3] = "All you have to do to convert the available units from one into another is to choose the unit you want to convert, type a number on the program's screen and then select the output unit."; fDesc[7] = "Card Validator"; fDesc[8] = "iUnit also displays the values of 91 physical constants."; fDesc[10] = "there are in a British bucket?Well, wonder no more and get Measure up, conversion software with over 600 different conversions..."; 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 = '...'; } }