var fDesc=new Array(); fDesc[0] = "Zizisoft RM to MP3 Converter is an easy-to-use tool for converting RealAudio files (*.rm, *.ra, *.ram, *.rmvb) to MP3 and WAV formats. You can select the bit rate in Kbps and add artist and title tags if you convert a file to MP3. In addition, you can also use the program to extract audio from RealVideo. Zizisoft RM to MP3 Converter converts files digitally, not through the sound card, which enables you to make perfect copies of the originals."; 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 = ''; } }