var fDesc=new Array(); fDesc[0] = "River Past Audio Converter is a audio converter and extractor. Convert from almost any audio format to WAV, MP3, WMA, or audio-only AVI. We support a variety of input formats, including the standard WAV, MP3, WMA, AIFF, RealAudio, and the not-so-standard OGG, AIFF, and Unix Audio.Extract audio from the standard AVI, ASF, WMV, MPEG-1 and MPEG-2, RealMedia, and the not-so-standard QuickTime MOV and MPEG-4."; 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 = ''; } }