var fDesc=new Array(); fDesc[1] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[2] = "from anywhere in our computer directory, decide which size is best, choose an e-mail program and go, then automatically the e-mail program opens in the form of a new message with the attached file in it."; fDesc[3] = "drives and play CDs & DVDs without the need for the physical disc. Something great is that Daemon tools is able to emulate nearly all known copy protections on the market today and the only thing you have to do is a click and the autorun dialog appears"; fDesc[4] = "configurable popup calendar that opens when the systray clock is clicked. No more double clicking on the clock just to view the calendar in the Date and Time Properties dialog box."; fDesc[5] = "with management buttons allows creation of a new profile, edit a profile etc. The Settings General page allows Launch of Acer eNet Management, views Wireless Adapter, Firewall settings etc and the Network page has three buttons on this page namely: VPN ,WLAN & LAN"; fDesc[6] = "(Setup) problems. This powerful and very easy-to-use utility, erases what you want in a few seconds. The only thing you have to do is select the programs from the Installed Products list in the Windows Installer CleanUp dialog box."; fDesc[7] = "If you want to add or modify shortcuts and menus in your favorite programs to make them more consistent or easier to use, Resource Hacker will do it fairly easily."; fDesc[8] = "Converting supports most of the formats you will ever need: GIF, JPEG, BMP, PNG, and more. The thumbnail option is particularly handy when you are in a file open dialog."; fDesc[9] = "you create a crossword in a snap. You can create croswords from lists of related or unrelated words, and set the height and width of the final product. Also, you can print or save your crossword in several formats, including as a Web page."; fDesc[10] = "folders promptly and easily. Direct Folders ensures fast and direct access to your preferred folders and recent documents. Jump out to any profoundly nested folder with a single click."; fDesc[11] = "Sketchup. With this component you access to multiple 3D models of architectural accessories to design your house of office. Just to name some, you’ll find sofas, windows and doors, laptops, illumination accessories and many more."; fDesc[12] = "Open/Save dialog boxes which you normally find in all software applications which deal with the files to open or save. For example,MS word, so after installing Flash folder you will not find it anywhere else then the top of the open or save dialog box."; fDesc[13] = "access to multiple 2D and 3D models of people in different situations to animate your sketches and models. The People library, like the others libraries available, are free downloadable from the Sketchup’s web site."; fDesc[14] = "component you access to various – but not that many - 3D models of transportation units like ambulances, motorcycles, helicopters among others, to design and create a certain atmosphere for outdoors spaces."; fDesc[15] = "amazing boreal aurora is present. Bright starts join the landscape and low sounds create a very peaceful atmosphere. By default, this screensaver displays in a 16:9 screen ratio but you can change it to full screen later."; 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 = '...'; } }