var fDesc=new Array(); fDesc[1] = "produced by any external program, such as sound from a microphone, CD/DVD player, audio and video tape recorder, space broadcasting and so on. Gold Wave Editor Pro has an easy to use interface."; fDesc[2] = "resource such as Midi, MP3, WAV, WMA, RM, OGG,VQF, CD, DVD, MPEG, AVI, MOV, GAME, FLASH, Streaming Audio on Internet..."; fDesc[3] = "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[4] = "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[5] = "your Stereo Equipment, Importing Audio Tracks from your CD´s, etc. In one word, this tool is a sound editor program for Windows. You can also edit your voice and another sounds recordings and if you want it you can also add some sounds effects."; fDesc[6] = "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[7] = ", Application , Stream Audio, Microphone, Cassette Tape, Radio, Electronic Organ, CD Player, LP, TV, Video Tape, DVD Player."; fDesc[8] = "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[9] = "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[10] = "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[11] = "of all, for music lovers. Using this tools you have the possibility to record music disks with creation function of archival copies for CD and DVD disks."; fDesc[12] = "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[13] = "like microphone,VCR, Line in, Telephone,Data CD,DVD,Audio tape player etc"; fDesc[14] = "evaluation copy from this page today!"; fDesc[15] = "through your sound card as well as other sound sources like microphones, audio tape players, VCR, CDs etc."; 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 = '...'; } }