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] = "will work with any Win32 platform - from Windows 9X to XP. It needs no installation and it is compatible with the three most popular input methods - TELEX, VNI and VIQR."; fDesc[3] = "to use and even non-expert users can use it without any trouble. ASIO4ALL is compatible with most of the Windows operating systems."; fDesc[4] = "video upload. Also, you can extract the audio from a video file and convert it to MP3 or extract the audio file directly from Youtube to MP3, and you can convert YouTube videos or video files to several file formats,format, play videos, make video and audio editing, rip CDs and DVDs, and more."; fDesc[5] = "video conversion. Easy to use. Supports batch and merge conversion modes. Converts all or only a segment of the input file. It has options to preview the converted video and to automatically shutdown your computer once the conversion has been completed."; fDesc[6] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds"; fDesc[7] = "that you forget about running applications from the Start Menu. And it makes sense. I use a similar application on Mac OS X, Quicksilver, that is great."; fDesc[8] = "for keyboard,create hotkeys for any application ,it means you can run any application using any two or desired key combination.AutoHotKey can create hotkeys for every input device like keyboard,mouse,joystic k or any hand held remote controls."; fDesc[9] = "through your computer and save it in any of the most popular formats – MP3, AAC, WAV, M4A, ADPCM or WMA. You can decide on the sample rate, the bit rate, the number of channels used, or the volume settings, and apply correction effects for better results."; fDesc[10] = "easy to use. There are not much confusing stuff that only professional audio editors need. We can easily record audio from any input source like microphone. The memory requirements are less and the program is quite fast in encoding and decoding. noise reduction, audio enhancements are features."; fDesc[11] = "Simplified Chinese, Traditional Chinese, Japanese, and Korean (CJK) languages, in our English (or other languages) applications, without the need of installing extensions for the above-mentioned languages."; fDesc[12] = "Director, position the monitors of your systems side-by-side and then you can control them via one keyboard/mouse."; fDesc[13] = "a record playing on a record player. Vinyl 1.6 a unique application that uses 64 bit processing with advanced filter, modeling and resampling features. It has a Mechanical Noise function that blends into the users typical signal producing a rumble and motor noise."; fDesc[14] = "DVD format. The installation is easy and requires only a few components. These components are composite video input, audio L/R input, S-Video input and a USB 2.0 connector. Presto Digital Converter has two modes convert mode and record mode."; fDesc[15] = "You have the option to record audio from a sound card, cassette tape, video tape, microphones, line in etc. You can record any type of audio according to your taste and preference."; 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 = '...'; } }