var fDesc=new Array(); fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users."; fDesc[2] = ", 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[3] = "one of the best available. It possesses a very accurate feature for the automatic detection of devices and a wide range of configuration options. Users don’t need to be experts in order to set a whole home theater quickly."; fDesc[4] = "video files, including high-definition AVCHD. Author your videos, adding high definition disc menus and Dolby Digital 5.1 sound, edit and enhance your movies, and burn them to almost any type of disc. It also includes a suite of tools to copy, rip, and erase your discs."; fDesc[5] = "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[8] = "burn, convert, split and merge: AVI, MPEG, MPEG 1, MPEG 2, MPEG 4, VCD, DVD, SVCD, RMVB, RM, WMV and any most used video formats. Color7 Video Converter will enable you to make faster and better encoding."; fDesc[9] = "formats like mp4, 3GP, MPEG, MOV, WMV, SWF; split video to multiple files; and burn DVD movies. It can also extract audio from your video."; fDesc[11] = "“missions”. You’ll be welcomed by Mr. Bones who owns a cat in love with his neighbor’s kitty. Now, those cats want to get married but since they are cats they don’t have any money! So the game invites you to help Mr. Bones and the cute cats to collect money for the wedding."; fDesc[12] = "as a hifi rack with Winamp, watch TV/DVD or give your business presentations the extra touch - controlled with your remote control and uICE!"; fDesc[13] = "really get it all well-done. As a rule, HT players are supposed to be fairly simple, and TheaterTek DVD does that just fine. It allows you to simply insert a DVD and hit play. The quality is outstanding, and many formats are supported."; fDesc[14] = "Flash Video Software program that allows users to watch, test FLV/YouTube Videos in High Definition (HD). In this wonderful tool, users can search Millions of YouTube Videos directly from WINFLV or load any FLV video file directly from his PC."; fDesc[15] = "information from the web, stores your movie information and plays your movies using the media players you choose. With Home Theater and Multi-Media PCs becoming more popular, people are finding it convenient to backup and store their movies on hard disk. Since movie files are large and are often stored on multiple disk drives, the traditional method of using disk folders to organize movies by genre becomes impractical. With MovieManager, once a movie is copied to disk, it doesn't need to be moved or copied again. MovieManager can be used to lookup information on the Internet and locate and catalogue your movies for you. It has a powerful database to store movie information so that you can lookup movies on the internet, play your movies and organize and list them in a convenient way."; 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 = '...'; } }