var fDesc=new Array(); fDesc[1] = "on your favorite media player. In addition it includes Media Player Classic. The program also installs player plug-in for Internet Explorer, Firefox, Netscape and Opera."; fDesc[2] = "installations with uninstall control and feedback, access to registry keys, INI files, etc."; fDesc[3] = "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."; fDesc[4] = "application recreates the installation specifics and the relevant configuration changes or settings and preferences. The user can install a program on any PC and then create a software image of the same to clone it on multiple systems easily."; fDesc[5] = "also prevent users from accessing any programs or windows that you choose. Ideal for parents, employers, or teachers."; fDesc[6] = "repositories for everything, FreewareUpdater now offers a look at this wonderful world of Windows software. The main user interface is a two-pane window, with repositories on the left and applications on the right. All the software listed is freeware, and can be downloaded from within the program."; fDesc[7] = "wide range of casino games, with many different slot machines, dozens of table and card games, lots of video pokers, and progressive jackpot games."; fDesc[8] = ", video compressor, and audio compressor on your system."; fDesc[9] = "Features include: launching files; installing software; splash screen; powerful wizards and more."; fDesc[10] = "shortcuts on desktop for the folders during installation. Create Folders and subfolders and have them at hand whenever you want. Forget about having to go step by step through long and weary set up programs. AWinstal makes your life easier and faster."; fDesc[11] = "software system for guesthouses, small hotels, hostels, and bed and breakfasts."; fDesc[12] = "skins, themes, and backgrounds to make the most out of your online poker game. The next time you play poker, it will be a totally new experience."; fDesc[13] = "the creation of LaTeX documents."; fDesc[14] = "the number of years, months, days, hours, minutes, and seconds from the event or to the event. Countdown! refreshes each second so you can get a great look at elapsed time."; fDesc[15] = "build the .msi files. The target audience for this application is Software Developers."; 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 = '...'; } }