var fDesc=new Array(); fDesc[1] = "functions guarantee quick and impressive results even for beginners. It has features that help in every step of the process for creating quality movies. It allows to capture sound and video from different devices."; fDesc[2] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application."; fDesc[3] = "program features a simple and intuitive user interface that allows you to customize almost everything in it and take full advantage of its options."; fDesc[6] = "create your own web library collection and then work with it when you are offline - organize, catalog and edit downloaded web sites and files."; fDesc[7] = "change brightness and contrast; center it on the page or put it in the corner, or even place multiple copies on one page."; fDesc[8] = "issue / matter, phase). It works by allowing users to allocate print jobs to accounts via popup client software."; fDesc[9] = "URL tracking, unattended Usenet autoposter. Hidden web sites content downloader with automated decoder. Private file sharing."; fDesc[11] = "\"mirrored\" website in your browser, and you can browse the site as if you were viewing it online."; 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 = '...'; } }