var fDesc=new Array(); fDesc[1] = "want to install any application from Google Pack and guides you to the whole installation process. With this program you can also monitor the status of your installation, run the software that has been installed on your computer and uninstall the programs."; fDesc[2] = "allows the user to customize the LightScribe settings and even keep track of the system’s information. The user can double click on the LightScribe icon placed in the system tray on the right lower corner of the Windows desktop screen."; fDesc[3] = "program that you install on your computer. This incredible program shows you which are the AVS programs that you have installed on your computer, which are registered or not, and also alerts you if there's any promotion or discount available"; fDesc[4] = "discount coupons and deals on the Internet across various categories and products, it also has a handy feature to display alerts about end of items on your Ebay watchlist"; fDesc[5] = "for free.You can use the FLV Player standalone, without the support of flash authoring tools."; fDesc[6] = "Using MP Navigator you can send image for printing, attach to e-mail or save it in PDF format. MP Navigator is easy and handy. It is aimed for ordinary users and allows scanning photos and documents quickly and easy."; fDesc[7] = "easily. Office Visio is a powerful program to create professional-looking and very handy diagrams that enable you to communicate information to a broad audience at a glance."; fDesc[8] = "experience with several tools and gadgets. In the tab Foxit messages you will find the latest information about Foxit announcements and upgrades. It includes its own search box powered by Google.com that enables you to surf the net easier and faster."; fDesc[9] = "organize your information. When you use the program for the first time, it automatically finds all supported applications such as Microsoft Office or e-mail programs, so you can drag and drop any document to the application's associated button in PaperPort."; fDesc[10] = "really friendly interface that will guide all users, step by step, on how to extract audio, or sound or background from any video file in a fast way."; fDesc[11] = "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[12] = "accidentally deleted from hard disks and memory cards. This incredible application can recover files damaged by virus attacks, power failures and software faults or files from deleted and formatted partitions"; fDesc[13] = "structure? Install Handy Folders and get instant access to whatever you need. Here you can get to a location through different, yet equally short ways."; fDesc[14] = "others, you should keep yourself prepared for the these. In such cases a simple backup solution will not serve your purpose. You need a handy and reliable tool like “Handy Backup” to serve you with automated, incremental and mirror backup facilities."; fDesc[15] = "alike the Windows Add/Remove program, but it works faster. This free to use tool with simple yet powerful features will run on Windows 95/98/98SE/Me/2000/NT/ XP/2003/ and Vista."; 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 = '...'; } }