var fDesc=new Array(); fDesc[1] = "previewing, and adding comments. Create thumbnails and generate fully customisable HTML index pages ready to be uploaded to your website. Also it supports a wide variety of meta data standads and some movie formats."; fDesc[2] = "GoldWave, a very advanced program that will help you perform from simple to complex audio projects. With this application you will be able to play, edit, mix, restore and apply many audio effects to your files that will let you get professional results."; fDesc[3] = "is the platform that uses Microsoft's digital media, I mean the system is used by Microsoft for the realization of digital media: video, audio, etc, using our exclusive formats from Microsoft, and usually ASF and WMV."; fDesc[4] = "It is especially useful when you have problems playing a video in your computer, like for instance, no audio, or errors concerning codecs."; fDesc[5] = "whiteboard real-time application sharing, text chat, audio, and Webcam, file transfer, multiple presentation modes, password protection, audio session recording, and pending Softphone."; fDesc[6] = "into another. Using this software, you will not lose any of your audio files' quality during the process. The program allows you to convert a lot of files with different formats, even entire folders, into a specific format."; fDesc[7] = "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[8] = "perform different actions with your DVDs. When downloading or buying this software, you will get access to four different programs: Aimersoft Video Converter, Aimersoft Audio Converter, Aimersoft DVD ripper and Aimersoft DVD creator."; fDesc[9] = "and add more VST audio and instrument effects to their Cakewalk studio software or any Direct X compatible application."; fDesc[10] = "you to extract music from your audio CDs or tapes and save them in MP3 format. This program allows you to split and combine mp3 files and edit them (by increasing or decreasint the volume, add fade in or fade out or change the play speed, or applying digital effects)."; fDesc[11] = "configure the basic settings, choose a file or group of files, right click on them and choose the destination format. It also rips audio CDs."; fDesc[12] = "balance and changing the tempo rate of an audio file. Karaoke Sound Tool supports MP3, WAV and BIN file formats. Time line enable the user to modify particular or desired part of the audio file."; fDesc[13] = "utility is a handy tool to transform files from MP4 devices into common audio video formats to be uploaded or processed for further use. Conversion process is simple with button click and mouse click inputs."; fDesc[14] = "that best picture and sound are delivered with complete DVD navigation with smarter DVD playback and full operating controls. It supports almost all popular video n audio formats which include IFO, DAT, AVI, VOB, WAV, MPEG, WMA etc."; fDesc[15] = "multiple functions and options, it came with 4 stereo tracks, 16 Midi tracks, plug-ins for the effects, video sync, aux buses and others. This tool provides the facility to create music files to share them with anybody."; 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 = '...'; } }