var fDesc=new Array(); fDesc[1] = "from your DV camcorder or from a VHS tape (if you have the right connectors); or simply capture video from a webcam, or anything that is connected to your computer. AVS Video Recorder quickly detects which connection is showing video and it auto-selects it."; fDesc[2] = "one picture you are looking for. Use the picture of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures."; fDesc[3] = "integrated DVD authoring, surround sound, audio processing, and 1000’s of other powerful real time effects. Avid Liquid provides the necessary tools which allow the user to create high quality productions"; fDesc[4] = "realism. You can have precise control over the entire creative process can achieve visual results of great precision that are difficult to obtain without software so advanced as this."; fDesc[5] = "designed and so is the program. When you first launch the application, you will see the program's main window where you will be able to start recording automatically by simply clicking on the record button."; fDesc[6] = "MP3 audio formats. The user interface is similar to the Windows traditional sound recorder. You can use a microphone or any audio input to record a sound."; fDesc[7] = "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."; fDesc[8] = "enhance the audio quality of your tape or LP records with ease. If you are not an audio engineer, then you will not miss anything from other products like SoundForge."; fDesc[9] = "camcorder, encode, and save it as a video file in any of these formats: DV AVI (type 1 and 2), AVI, and ASF (WMF). Best of all, it is possible select a tape capture mode (from the beginning, selected position, whole tape, an interval)."; fDesc[10] = "actually a comprehensive set of plug-ins that is capable of restoring your digital recordings from other sources, such as tapes. The program has five plug-ins and these enable the user to improve the quality of the recordings."; fDesc[11] = ", re-calculate, cut/paste, save/restore. Select font, button size, show/hide keypad. Numeric bases: bin, oct, hex."; fDesc[13] = ", step backward, and step forward. Support hot plug. View the video in full screen. Record to AVI or DV."; fDesc[14] = "including English/Metric Conversions as well as 7 Memory and 8 Financial functions. When the program opens, it displays the Standard Calculator mode window. Changing between modes is made easy by clicking the Next or Previous mode arrows."; fDesc[15] = "automatically recalculates when you edit it. Ziff Davis named Judy's TenKey the Desktop Accessory of the Year!"; 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 = '...'; } }