var fDesc=new Array(); fDesc[1] = "player, using video files or an already authored DVD, saved on your PC. Video DVD maker will allow you to import video from video files in different formats, including AVI, DIVX, XVID, MP4, MPG, WMV and ASF."; fDesc[2] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!"; fDesc[3] = "video and audio to add to your project. Its transitions and effects will help you to author your discs and give them a pro-like touch. Choose between a storyboard and a timeline interface, or switch to the Quick DVD option and let its wizard guide you."; fDesc[4] = "files. The player supports MIDI, WAV, and MP3 audio files, as well as AVI, WMV, DAT, or MPG video files, just to name a few. The audio and video quality is very high, and the size of the video screen is fully customizable."; fDesc[5] = "photo-product, open an existing Photo-product or open the last. In the next window you can find five projects and you can choose one of them, in any of it you can view your photos in different formats."; fDesc[6] = "image quality. Its interface has a very attractive design and is available in multiple languages; it allows to copy all the content a DVD or the most interesting fragments without the necessity of complicated configuration options."; fDesc[7] = "watch movies from DVD, home records, various serials on your smartphone and in excellent quality and in full screen mode at that. You will need 128 MB memory card that will be enough to store a standard movie or 100 minutes of your home video."; fDesc[8] = "most popular video and audio formats but also to media content portable devices formats (MP4, AVI, PSP, 3GP) and between each other."; fDesc[9] = "This conversion is very useful for transporting presentations in portable PC, or to make demostrations on PCs that don't have MS Office PowerPoint installed. The DVD output can run on any standard DVD player."; fDesc[10] = "the TV, you may be willing to burn that media to a DISC for office or home use or keeping record of your favorite serials. ArcSoft QuickDVD enables the user to burn recorded videos and TV shows to DVD using simple steps."; fDesc[11] = "all your CD, DVD, VCD, or SVCD burning needs. As its name implies, with the help of this free-to-use, quick and efficient tool, you are guaranteed to get perfect quality CDs, DVDs, VCDs, or SVCDs from any type of media files."; fDesc[12] = "from your local computer or the internet. Captured sounds can be saved in WAV or MP3 format, using real-time conversion (without creating temporary files). The program offers direct support for RealPlayer, Winamp, Windows Media Player ,Power DVD ,Flash, Quick time and many others. It also includes a built in WAV/MP3 player, so you can listen to your recordings immediately after you finished recording. Features include: Powerful functions Recording management Sampling settings Flexible setting Audio Conversion Record volume control"; fDesc[13] = "DVD,turn photos to DVD,burn ISO to DVD.supports most video/audio/photo files."; fDesc[14] = "effects (Add Text, Add Image, Adjust Brightness, Adjust RGB, Adjust Contrast, etc.) to the GIF file. It provides a built-in player that allows you to select the section as you view the clip. You can use this software to convert selected part or convert a single video file. It comes with fast speed and supports a lot of popular movie formats, such as AVI, MPEG1, MPEG2 (NTSC/PAL options for DVD, VCD, SVCD), WMV, ASF and Quick Time formats. The interface is very user-friendly and easy-to-use."; fDesc[15] = "user to load DVD cover art and print it to standard size specifications or user defined specifications. This is an easy and quick way for the user to printout DVD covers that will fit any size DVD keep case. It is easy to use and can handle different image sizes and resolutions; resizing them to the correct output size. With this software, the user can create DVD covers using single or multiple images which can be automatically extracted from ZIP files or loaded from standard graphic files. It includes multiple standard templates for different-sized DVD cases, such as single, double, slim, and multidisc. In addition, it allows the user to create user-defined templates for custom printing, and allows the user to adjust printer output properties. Border sizes can be selected with automatic or manual adjustment. Features: Easy to use System notifies you when free updates are available for..."; 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 = '...'; } }