var fDesc=new Array(); fDesc[0] = "This program converts most of the audio/video types into the audio formats; wav, mp3, wma, ogg, ape, mp2 and m2a. The speed of conversion is good. It can tag the audio files and rip CDs. It can also extract sound from CUE files. Direct burning of audio into CD is possible."; 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 = ''; } }