var fDesc=new Array(); fDesc[1] = ", smooth playback of your standard and High-Def video and audio. Whether you're a movie buff, frequent flyer, or just like to watch video clips, WinDVD 8 gives you the best digital entertainment experience."; fDesc[2] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free."; fDesc[3] = "Dell Video Chat, clothed in black, has a beautiful and comfortable interface, very intuitive and not that different from other commonly used software of this kind."; fDesc[4] = "applications and lots more, without even knowing bare basics of programming. It comes with many impressive features facilitating the user to create small size stand alone apps, such as games, installation programs and similar things without spending lot of time."; fDesc[5] = "predefined fields, which means you can use this program as a database for just about anything. Options include searching, printing, merging, networking, encrypting, web browsing, phone dialing and more. Modern replacement to Microsoft Cardfile.exe, for all 32-bit Windows. Simple, powerful and inexpensive. Free unlimited trial."; fDesc[6] = "users to IBM mainframe, AS/400, and UNIX systems via TCP/IP. TN3270 Plus delivers 3270, 5250, VT100, VT220 and ANSI terminal emulation."; fDesc[7] = "enhance it with specialized filters, such as Denoise, Deinterlace, Brightness, Contrast, Deblocking, Sharpen and more."; fDesc[8] = "videos, folder structures and almost everything that is present on your disk drives. While creating backups you can name each backup differently and a file explorer helps you to locate files easily. You can also include folders and subfolders in backup."; fDesc[9] = "tasks, no matter which application you are using for word processing purposes. One especially interesting feature of the Assistant is its Smart Diary. This tool saves typed text to a safe location for future reference."; fDesc[10] = ", video/audio logging and broadcasting. Used together with free RemoteView, you can do real time remote surveillance."; fDesc[12] = "Builder. Just put it on a form and you've got all the functionality you need to access an RS232 port."; fDesc[13] = "Teaches)series of training from individual software, a developer that targets education and business training solutions."; fDesc[14] = "- setup once and they always appear, Connected reminders - span multiple days on a single line. Other features: Fonts"; fDesc[15] = "iSeries (AS/400) and UNIX systems on your Windows local or network printers. Handles TCP/IP network printing for LAN, WAN or the Internet."; 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 = '...'; } }