var fDesc=new Array(); fDesc[0] = "RipToo Audio Converter is a great audio converting solution which can convert popular normal audio files such as M4A, WMA, WAV, FLAC, OGG, APE, MP2, VQF, AAC, etc. into MP3 and enables to extract audio from normal videos like converting MP4 to MP3 with fast speed and excellent quality."; 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 = ''; } }