var fDesc=new Array(); fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate."; fDesc[2] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1."; fDesc[3] = "customizable computer within your desktop! Without the need of formatting, or getting an additional computer, with this application you can test drive an operating system, software, or a configuration and see if it fits your needs!"; fDesc[4] = "the most popular audio formats, such as WAV, OGG Vorbis, MP3, MP2, Microsoft ADPCM, WMA, VOX, AAC, M4A, AMR, and more."; fDesc[5] = "can also use the Upgrade Advisor to determine if your Windows Vista-based PC is ready for an upgrade to a more powerful edition of Windows Vista."; fDesc[6] = ", M4V, MPG, VOB, XviD to MP4, 3GP, MOV, AVI, MP3 formats optimized for Nokia. Features a complete video editor to let you trim, crop, add effects, and change color, lets you extract audio from video and take snapshots of movie scenes."; fDesc[7] = "your chats, monitoring and other screen activities with ease. The feature rich tool comprises simple and easy-to-use surveillance and recording capabilities that allows easily capturing Web Cam images and records it to AVI files format."; fDesc[8] = "several pictures so you can start playing immediately after downloading and installing, and you can get a free picture to download weekly at the site. It has an intuitive user friendly interface and it comes with a comprehensive help file."; fDesc[9] = "like that. You need to keep tables stocked. When customers don’t buy what they’ve tried on in the dressing room, you have to pick it up and put it back in the tables. The customers who find what they want will go to the cash register to pay."; fDesc[10] = "editor to trim, cut, add effects, flip, and control color of the output. Also lets you choose audio and subtitle, extract audio, take snapshots of movie scenes, and merge multiple files."; fDesc[11] = "file into a file which formatting fits the screen of the PSP well. As they say on the web page, the Sony PSP is one elaborate piece of technology."; fDesc[12] = "trouble if you are in need to convert files to play them on mobile devices, such as mobile phones, iPod, iPhone, etc. It really will output files that will play on almost all devices."; fDesc[13] = "not all this program does. Using this application you will be able to edit your image files with a lot of effects such as mirror, various filters, rotate, flip, watermarks, color enhancements, margins, crop and more."; fDesc[14] = "printer. The program lets us retouch them and add some effects like soften, weakly soften, sharpen, grease, lithograph and more. We can also select the edge of glue - this lets us print our poster in a way that every page fits the others exactly."; fDesc[15] = "Wizard allows you create polyphonic ringtones directly from WAV, MP3, WMA, OGG, APE and FLAC audio files. You can convert entire audio files or select any part you prefer. Convert to Ringtone Wizard also helps to choose ringtone formats supported by your phone. Simply choose your phone model to let the Wizard select ringtone format that fits your phone. Convert to Ringtone Wizard can place created ringtones to the folder on your computer and send them to your phone via the Internet. Main features: Converts music to WAV, MP3, MMF, AMR, QCP ringtones for mobile phone Supports WAV, MP3, WMA, OGG, APE, FLAC music files as a source Helps to choose ringtone format that best fits your phone"; 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 = '...'; } }