var fDesc=new Array(); fDesc[1] = "one of the best available. It possesses a very accurate feature for the automatic detection of devices and a wide range of configuration options. Users don’t need to be experts in order to set a whole home theater quickly."; fDesc[2] = "with different types of text formats. Apart from being easy to use and intuitive, it supports a wide variety of popular file extensions."; fDesc[3] = "features of a simple text editor as well as many more useful features which are helpful to web developers, web designers and Programmers as well."; fDesc[4] = ", photo browser and Photo Story utility. The Digital Image provides a great functionality for organizing, viewing and storing photo archives. You can control your photos through a combination of digital-imaging tools with helpful wizards and professional-quality photo projects."; fDesc[5] = "see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. TightVNC is: * free, GPL-licensed; * useful in remote administration, education, and for many other purposes; * available for Windows and Unix"; fDesc[6] = "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[7] = "possible to; visit helpful website that let you know more about your Windows Mobile, gathering free ringtones, downloads, help files or any other benefits, and also link that teaches you how to set-up all types of emails on your device."; fDesc[8] = "expansion pack--or a supplement--to the previous game. It features a tense and exciting stealth action gameplay, a very good sense of style and some interesting, open-ended missions. The new missions are certainly diverse and are quite interesting."; fDesc[9] = "MSConfig Cleanup helps you remove the residue! MSConfig Cleanup lets you remove the residue!"; fDesc[10] = "popular browsers like Internet Explorer, Firefox, Opera, Safari, and Chrome. With this utility you can also backup your bookmark collection."; fDesc[11] = "The software features a very intuitive, user-friendly Interface which can be used by users of all categories and expertise to protect their files and folders."; fDesc[12] = "and other tracks from your computer safely and completely. This program is basically helpful in saving your time and improving your security and privacy. It helps Windows to run fast, and also makes hard disk space free, for more efficient work."; fDesc[13] = "cursed! Now it's up to you to solve brain-bending puzzles on your quest to reach the Temple of Time and lift the curse. Use your matching skills, unlock the talismans and make your way to the mysterious temple. Azkend Deluxe: a magical adventure of puzzling fun."; fDesc[14] = "defects from image files. The program has a variety of integrated tools such as the selection tool, and the manual dust and scratch marking tool which are very helpful in cleaning and enhancing the images."; fDesc[15] = "both technical users (like IT managers, LAN administrators, web developers) and non-technical ones (like company managers, safe-concerned parents)."; 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 = '...'; } }