var fDesc=new Array(); fDesc[0] = "TuneConvert is a program that allows you to convert between popular audio and video files. You will be able to convert any audio files to MP3, M4A (AAC), WMA or WAV formats with one click. TuneConvert will automatically add ID3 tags for artist, album, title names. The batch mode and drag and drop functions will be useful for converting a huge music library."; 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 = ''; } }