var fDesc=new Array(); fDesc[1] = "the most of these icons no longer match the style of the current Windows operating systems. This LITE version in not compatible with large icons (128 x 128 pixels)"; fDesc[2] = "with high quality effects in minutes. You can import any GIF, BMP, JPG, PNG, TIFF, PSD, TGA, EMF, WMF or ICO image file then edit using built-in editor. To create an animation, all you have to do is to “create a sequence of images that you want to run with some seconds of delay”."; fDesc[3] = "You can use the most common formats, such as WMVs, AVIs, MOVs, MPGs, MP3s and JPGs. Then, you will be able to mix, cut, trim and build your own video files, applying video and sound effects."; fDesc[4] = "projects. Create highly realistic background composites with drag-and-drop simplicity, even from marginal video sources; customize virtual sets with convincing effects like virtual shadows and reflections; and output in broadcast quality to a wide range of advanced file formats."; fDesc[5] = "WMVs to Flash fast and easy. Just choose your videos and pick a Player Skin and you are ready to upload your movies."; fDesc[6] = "you to convert any type of audio file into mp3, wav, ogg, wma, rma, etc. The layout is pretty simple and all the functions and options are very user friendly, unlike any other mp3 converter."; fDesc[7] = "program also includes some extras and a reloader, which you can use after visiting Windows Update. As of July 14th, 2008, the project has been discontinued, as you can read in its page."; fDesc[9] = "popular audio formats such as MP3, QDesign Music, WAV, and AIFF. It also plays back music videos produced in QuickTime and AVI. With MVP, users are able to record directly from CD to MP3 and QDesign Music formats. On-line search and download of digital music is made easy with MVP's direct interface to the Internet."; fDesc[10] = "any folder your specify. Features include: Capable of extracting graphics in the following formats: Bitmaps, Icons, Cursors, Animated Cursors, AVIs, Webpages Acceleration control allows you to adjust the search speed Includes file mask and recursive subdirectory searching Search a single file, a directory, or your entire system."; fDesc[12] = "or title your own AVIs using nice (3d)screeneffects and graphic-fonts. Show Magic includes lots of pictures, sounds, 3d-objects and effect-avis."; 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 = '...'; } }