var fDesc=new Array(); fDesc[1] = "solution for administrators and power users for maintaining the Windows registry."; fDesc[2] = "powerful and focused on the specific functions you need to edit your registry. Due to the built-in backup system, you can now rest assured that new hardware and software installation will remain intact in the event of a system failure."; fDesc[3] = "their desktops as well as on remote computers on their network. Apart from common features, like those offered by th..."; fDesc[5] = "domain names raises up to 80 million, meaning that it is not easy to find available and good names for your websites. Just think of the time you will be spending looking for synonyms, or possible variations to registered domains, and without any result."; fDesc[7] = "Domain name on the Internet. It is capable of reporting as many as 21 of the most popular domain extensions available on the Internet. The program has a very intuitive and user-friendly interface."; fDesc[9] = "(ranging from 1 to 30 seconds)."; fDesc[14] = "you to provide feedback."; fDesc[15] = "effectively to serve all complex of devices and to analyze its condition."; 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 = '...'; } }