var fDesc=new Array(); fDesc[0] = "Rich Audio Converter is a program that allows you to extract and convert audio sequence from video files. It supports most common output formats for the extracted audio. The program has various built-in codecs that can handle any media format and convert into any audio format. It enables you to save the output as an MP3, WAV, FLAC or AC3 format."; 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 = ''; } }