var fDesc=new Array(); fDesc[1] = "resource such as Midi, MP3, WAV, WMA, RM, OGG,VQF, CD, DVD, MPEG, AVI, MOV, GAME, FLASH, Streaming Audio on Internet..."; fDesc[2] = "selected MP3 bitrate. Record streaming audio, CDs, LPs, mic, DVD."; fDesc[4] = "any sounds from your sound card and save the recording directly into MP3, WMA or WAV files."; fDesc[5] = "program is really easy to install and use, and in a few seconds all the sounds played on or through the PC will be recorded as wav or mp3 files with no loss of quality."; fDesc[6] = "digitize recordings of music cassette tapes, streaming Internet audio, vinyl LPs, videos, and meetings directly to your computer?s hard disk."; fDesc[7] = ", Application , Stream Audio, Microphone, Cassette Tape, Radio, Electronic Organ, CD Player, LP, TV, Video Tape, DVD Player."; fDesc[8] = "etc. from your local computer or the internet. Captured sounds can be saved in WAV or MP3 format, using real-time conversion (without creating temporary files). The program offers direct support for RealPlayer, Winamp, Windows Media Player ,Power DVD ,Flash, Quick time and many others. It also includes a built in WAV/MP3 player, so you can listen to your recordings immediately after you finished recording."; fDesc[9] = "captured can be encoded to MP3 on the fly, and no temporary file needed. It also provides ID3 tag editor and audio editor to edit recorded files."; fDesc[10] = ", WMA, RM, OGG,VQF, CD, DVD, MPEG, AVI, MOV, GAME, FLASH, Streaming Audio on Internet..."; fDesc[11] = ", video game or programs like Windows Media Player, Real Player, Quick Time, Winamp and many others."; fDesc[12] = "kinds of sound devices, eg, Microphone, Line In, System sound. Besides, it can highly maintain the original scene sound by calculation."; fDesc[13] = "own voice by microphone and the audio from your computer."; fDesc[14] = "software, you will be able to extract any part of an audio file and then mix it with other music files. The application allows you to set the start-time and the end-time of each audio file you are working with."; fDesc[15] = "this program you will be able to record your own voice, instruments or conversations by simply using a microphone. The program has a user-friendly interface that will cause no problem at all."; 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 = '...'; } }