var fDesc=new Array(); fDesc[0] = "With just a few clicks, convert your analog music into digital formats including MP3s and audio CDs. Convert all of your music, including cassettes, LPs and 8-track tapes, into MP3s, WAV files, audio CDs and MP3 CDs, and listen to them on your portable music players. Here are Audio Recorder 2.0 features. 1.Simple Solution - Works with most audio playback devices including cassettes, LPs and 8-track players. Use your existing Audio capture card/device to convert cassette tapes and LP records into MP3 or audio CDs. 2.Improve audio quality - Reduce unwanted noise or statics. Control audio volume with the built-in normalizer. Increase low volume with the digital amplifier. 3.Organize your music - Automatically separates multiple tracks. Add ID3 tag for artist, song and album titles."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }