var fDesc=new Array(); fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player."; fDesc[2] = "impression and seems to be well-thought, especially in terms of design. I would recommend this application to users, searching for a simple and easy-to use DVD movie player."; fDesc[3] = "dealing with poor computer capabilities or running around looking for a proper setting and codec. BS.Player is used by more than 70 millions of users throughout the world, available in 90 languages. This player surpass the sum of all downloads of competitive video/DVD players."; fDesc[4] = "Share your movies all over, on iPods, YouTube, or the new HD home theater systems, with full support for discs as AVCHD, Blu-ray and HD DVD."; fDesc[5] = "it, then AVS Video Editor is one of the best options you could choose. This easy to use and powerful video editing tool will let you to import your home videos, sounds, images, create movies, apply many transitions and video effects, and even save your projects as professional DVD videos."; fDesc[6] = "virtual CD/DVD which can be used to mount the Image of any disk. So, for the games that require you to put the CD into drive, this program is very useful. Copying Protected or Copy Righted CDs are illegal. But if you own the CD and want to make a backup copy of it, no problem."; fDesc[7] = "for home DVD Players and perform other burning tasks. With this incredible program you can burn DVD-Video files available on HDD directly on a DVD disc and watch a movie in a home DVD Player."; fDesc[8] = ", by choosing the files to save, by burning images to disc or creating bootable CDs or DVDs. You will be able also to create audio CDs with audio tracks, or any kind of disc with MP3 or WMA files."; fDesc[9] = "simple interface. According to popular software magazines, it is one of the best players for tired eyes or dark environments due to the image control it integrates."; fDesc[10] = "Although my analysis of the applications I review can't really be thorough, I spend some time with each and every one of them. This application seems to work perfectly for the tasks I tested. It really allows you to do almost anything."; fDesc[11] = "Web. Photo DVD Maker has been designed to be easy to use by anyone. Create dynamic slideshows in three steps: Add photos, design movie menu, and burn discs. All tasks can be done in an intuitive way."; fDesc[12] = "is fully compatible with Windows Vista operating system."; fDesc[13] = "format that can be burnt to DVD and played in most DVD players. What this program does is something I had been looking for for a long time."; fDesc[14] = "our own customized DVD. This program is very easy to manage even for those users with just basic Windows skills. The wizards will guide us along the DVD creation process in five easy to follow steps. First, we need to name our project, and select the output format (NTSC or PAL)."; fDesc[15] = "For starters, DVD Copy Express will take care of any protection your DVD movie might have, making it ideal for backing up your movie collection."; 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 = '...'; } }