var fDesc=new Array(); fDesc[0] = "With Audio CD Grabber Gold, you can record music, voice or other sound you hear such as voice from microphone, webcasts from the Internet, music played by Winamp, Windows Media Player, Quick Time, Real Player, Flash, games, etc. You can also rip audio tracks from audio CD/DVD and save them to your hard disk and extract audio stream from Internet Streaming Media and save them as WAV, MP3, WMA or OGG files."; 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 = ''; } }