var fDesc=new Array(); fDesc[1] = "with this program besides being convenient, save resources and is complete in all the aspects, covering every point. With its multiple ads makes it the best choice to take it into your software collection."; fDesc[2] = "format, KGB. It has an interface that works as a wizard, adds its options to the Windows Explorer, and shows the statistics after compressing / decompressing."; fDesc[3] = "OK, at best. It is still in an experimental stage, so I will be easy on them. BitTornado attempts to be a fast BitTorrent client, thus the name. Or messy, maybe?"; fDesc[4] = "USA or Canada. It has been developed by combining AutoCAD and architecture features to provide architects with the necessary library and tools for drafting, designing, drawing, creating, rendering, sharing, scheduling, dimensioning, drawing compare, etc."; fDesc[5] = "leaps and bounds. True freeware."; fDesc[6] = "benefits. We can use Monkey's Audio to compress and decompress our audio files and convert them to and from *.ape format. No matter how high or low our knowledge is, after reading the user“s guide we can proceed to select a wav file and start compressing it to ape."; fDesc[7] = "multiple options and a lot of fun. Some of the options that we can mention are: the multiple connections to chat rooms at the same time, public and private conversations and the file transfers, configurations options for the appearance of the software, add of scripts, add of multiple plug-ins, etc."; fDesc[8] = "necessary tools and library to architects, designers, builders to design, document and construct their modeling projects. It features bi-directional association, material takeoff, parametric components, design options and visualization, etc."; fDesc[9] = "featured with different modules and templates. You are able to fill your website with any content you like including pictures, files, texts and links. Publishing a site is easy and takes just few minutes."; fDesc[10] = "Apache Server. It also allows you to adjust many parameters in an easy way. It can manage many Apache Web Servers with different versions hosted in different platforms (Linux, Windows or UNIX). Apache Admin works on Windows platforms."; fDesc[11] = "can use this program to get information of their system, reports, Headlines and others. It provides benchmark data that can be use in comparisons between systems to verify the differences and advantages between systems."; fDesc[13] = "drug tests."; fDesc[14] = "to your preference, select a suitable layout and with a click you have a professional FAQ document."; fDesc[15] = "easy and quickly with FAQ-Express."; 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 = '...'; } }