var fDesc=new Array(); fDesc[0] = "Convert To MP3 is a free and powerful tool that allows you to convert any of your audio and video content to MP3 file format. The program not only converts your audio and video files, but also gives you the option to change the bitrate of the MP3 output."; 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 = ''; } }