var fDesc=new Array(); fDesc[1] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[2] = "Tomcat is very helpful for a developer and it is compliant with almost all the security standard features required for the system administrators. It has very valuable features such as SSL support, authentication schemes, Apache integration among others."; fDesc[3] = "installations with uninstall control and feedback, access to registry keys, INI files, etc."; fDesc[4] = "several IT and networks specialists by more than 5 years. I remember that back in the day, this application was the only application of its kind. What this application does is let you manage your workstations from a single application."; fDesc[5] = "easily deploy client agent service to remote machines. It provides you with a wide range of features like support for multiple monitor environments, shared sessions, interactive smart card login, remote smart card authentication and many more."; fDesc[6] = "media, such as floppy disks, flash drives or CDs. The split pieces can be joined without the need for any programs on another computer, as the program creates a small loader that can rejoin the pieces and perform functions such as checking the pieces for modification and corruption."; fDesc[7] = "easily! Features a WYSIWYG design editor, an advanced binary patching engine, support for automatic updates, one-click deployment to the Internet."; fDesc[8] = "agent-free and zero deployment environments."; fDesc[10] = "packages. Digital signatures can be added to your package. The program is also capable of building zip, 7-zip, self-extracting and cabinet archives."; fDesc[11] = "tasks without any programming. The program comes in multiple version including Standard, Premier, Enterprise and Server, which offer different functionalities to different type of businesses."; fDesc[12] = "mouse. Staying on top of patches and software licenses are vital to keeping your site safe, legal and in compliance"; fDesc[14] = "remove software from PCs - enterprise wide. Already the winner of 9 industry awards, PictureTaker just keeps getting better!The Picture..."; 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 = '...'; } }