var fDesc=new Array(); fDesc[2] = "graphical user interface."; fDesc[3] = "documents, written for Windows platforms. This tool allows you to run real time keyword density analysis tasks upon your local copy or online pages."; fDesc[5] = "cost. We will never hassle you to purchace additional functionality and there are no adverts in the software. For more information on our solutions, select your area of speciality from our solutions list above. To add additional functionality you can purchase optional modules using a “Pay as You Go” system similar to mobile phones. Select the extras you require for an inexpensive monthly fee and receive free updates for life, so you never need to buy another software package again. If you no longer need one or all of the modules you use, turn it off and pay nothing, no contract, no time limits and just use the free version. For more information on our modules, select an item from the Pay as You Go list above."; fDesc[6] = "Optimising etc. to software tweaking eg Windows Startup modification, Scandisk disabling and LOADS MORE !"; 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 = '...'; } }