var fDesc=new Array(); fDesc[1] = "reveal beautiful photographs. You can also download more images or add your own. You will be given puzzle pieces on a loading dock and you must click to use them into the car one at a time without leaving any gaps."; fDesc[2] = "allows you to cut and paste video and images, modify video volume, create PowerPoint like presentations on video which means that you can choose transition animations and background music for each \"slide\"."; fDesc[3] = "or ISO file in the hard drive of your computer. Choose audio track, subtitle, and preview DVD movie when copying a DVD."; fDesc[4] = "hardly compared with Pro version or ACID Music Studio, as there are restrictions in every second menu point. Besides, this program doesn’t support VST and DirectX. But in spite of these things, these restrictions will probably not disturb undemanding users."; fDesc[6] = "as analog) onto DVD or CD. The software makes real-time hardware conversion possible and so opens a whole range of possibilities since it allows users to make their own movies that can be played on Sony PSP, Apple iPod and Zen Version."; fDesc[7] = "video editing tools. This software rivals most DVD burning software in its simplicity. No experience is necessary for creating a unique professional video from scratch. The first great feature that this software offers is the capturing of video from your camcorder."; fDesc[8] = "DVD-R/RW or DVD+R/RW in a few steps. This incredible program has been designed to copy your DVD movies using your own dvd burner while keeping the same sound and video quality of the dvd backup with all the special features, menus, subtitles, and languages included."; fDesc[9] = "for big companies with small accountancy needs. We can purchase the product directly from the developer’s website. We can register and request a demo and they will send you home by post. The demo is available free of charge and will work for a 30-day period or 200 transactions."; fDesc[10] = "next level. It is packed with options features such as Alarms, Logoff, Shutdown, Automatic Executions and Atomic Time Synchronization."; fDesc[11] = "RSS feeds automatically and notify you with a pop-up notification window. The program is multilingual and supports password-protected feeds. RSS Xpress has the ability to filter the news and display the full news in a new tab."; fDesc[12] = "customizable real-time effects than any other product in its class, Avid Xpress DV combines legendary Avid ease of use with the powerful tools that continue to define the editing industry. With Windows and Macintosh versions for one low price, Avid Xpress DV is perfect for anyone who wants to explore the exciting world of digital video. Features include: Comprehensive video and audio editing toolsets 100+ customizable real-time effects One-step Auto Correct color correction Powerful audio tools Extensive import/export capabilities DVD authoring"; fDesc[13] = "easily and efficiently. Know where your money goes and stay in full control of your budget with Account Xpress."; fDesc[14] = "interrupted downloads. Even after a system crash, the program can resume a download."; 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 = '...'; } }