var fDesc=new Array(); fDesc[0] = "River Past Audio Capture is an easy-to-use and fast audio recording software. Rip audio from your LP, audio cassette, and VHS video tapes. Record your own karaoke singing, or TV and radio programs. Use it as a universal audio converter by recording from the speakers. Sometimes it is the only way to transfer DRM protected WMA or iTunes audio files to WAV or MP3."; 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 = ''; } }