var fDesc=new Array(); fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up."; fDesc[2] = "explanations whatsoever, but only surrounds us wholly with the language we want to learn. By recreating connections between actual images and their verbal realisation, we learn a foreign language in the same way that we learned our native one."; fDesc[3] = "optimize an image with a single click, and you can eliminate that annoying red-eye effect just as easily. Colour correction settings are simple and clear, and it also includes some basic effects you can add to enhance your images."; fDesc[4] = "upload them into your iPhone or PSP. It is possible to use various video filters to smoothen overpixelised graphics, or compress some resource files - or even use soundfonts to make the MIDI music sound more like an orchestra."; fDesc[5] = "purposes. As the title suggests, this program enables users to convert video files between different formats. But that is just one function the program provides you with."; fDesc[6] = "network. It includes information about hardware, installed software, network configuration, shares and printers, users and much more."; fDesc[7] = "types are available, including multiple choice, multiple response, matching, gapfills, drag-and-drop, sliders, mystery words..."; fDesc[8] = "automation client and offer abundant sample codes."; fDesc[9] = "period of investment. The statistical parameters included in this program are by far of the widest range, compared to other similar software. With the use of this tool, you gain a fair idea whether you should invest in a particular HYIP programme or not."; fDesc[10] = "UK and Ireland TV channels and rated 5 stars by ZDNet, VNUnet, BBC and many others, proves this is an application you cannot do without."; fDesc[11] = "Support Excel automation client and offer abundant sample codes."; fDesc[12] = "newsletters to increase your profits! Aella provides everything you need to get up and running within minutes of starting the application."; fDesc[13] = "water and for direct electric system. It has a working principle relating to change in temperature. The temperature of the rooms is different during morning, afternoon and night. The kit can lower the temperature and save energy up to 30%."; 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 = '...'; } }