var fDesc=new Array(); fDesc[2] = "firmware to enjoy new functionalities. The only restriction is that this software is only meant for recent devices of Series 40 or S60; all of these from any Internet enabled broadband connection."; fDesc[3] = "know how much of a hassle it can be to update them manually. Especially so now that developers update their games faster than ever. When you install this application, it will scan your hard drives and list all your games in the interface."; fDesc[4] = "capability. This application which helps you optimize your system by finding and deleting garbage files thoroughly improves your computer’s performance."; fDesc[5] = "purpose than monitoring your processor. However, it is nice to keep an eye on the most important component in your computer. The application features a lot of displaying options, which all display the same, but fit your needs."; fDesc[6] = "repositories for everything, FreewareUpdater now offers a look at this wonderful world of Windows software. The main user interface is a two-pane window, with repositories on the left and applications on the right. All the software listed is freeware, and can be downloaded from within the program."; fDesc[8] = "with complete studio environment for creating wholly fresh individual instruments. The application unleashes 60 striking and pioneering instruments and comes with dominant samplers allowing far reaching granular re-synthesis."; fDesc[12] = ", version numbers, registration information, application web sites, upgrade information, and more. Software Catalog can also act as a password database."; 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 = '...'; } }