var fDesc=new Array(); fDesc[1] = "pretty easy to use. It takes just a minute to make a nice drop down menu with nice graphics and cool behavior, and without write any single line of code."; fDesc[2] = "has several programs integrated; one of them is called Power Point. This application is used to make slide shows, but unfortunately not everyone has in their own computer this program. Power Point Viewer is a powerful tool that will help you to view these slide show!without having it."; fDesc[3] = "data on your Pocket PC. This incredible program creates self-extracting compressed executables, thus making backup and restore processes very easy and fast."; fDesc[4] = "is both a stand-alone application and an Outlook plug in."; fDesc[5] = "of the common tasks are 'start a program', 'open a web browser', 'copy files and folders', 'search for a file', 'archive data', 'perform routine backups'. The tasks can be scheduled to execute periodically or at specific time determined by the user."; fDesc[6] = "is a convenient program with a beautiful and intuitive interface that eases coping, transferring, searching of audio files and other things."; fDesc[7] = "PC as many times as you wish, by coping it on your hard disk. To make the converting process simpler for the novice users, it comes with default input settings. ."; fDesc[9] = "regardless of your operating system, file systems and partition scheme. In fact, the sector-by-sector method assures that your copy will be 100% identical to the original."; fDesc[10] = "techniques including audio-visual clips, mini-progress tests and personal assessments. Stress is now considered to be a part of everyday life for many people."; fDesc[11] = "files. A unique feature of this small utility is the possibility of protecting your PDF files from copying. PDF files that are protected by this program can't be copied even by any type of screen capture functions."; fDesc[12] = "completely the same as the DVD movie you bought. Copy/backup your precious DVD without any restriction. Coping DVDs has never been easier."; fDesc[13] = "multiple file in just one go. The tool is called Extra Renamer. Extra Renamer has great drag and drop facility along with coping them to a single folder in just one go. Extra Renamer can also do all this operations from your writable CD/DVD and flash drives."; 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 = '...'; } }