var fDesc=new Array(); fDesc[0] = "MP3 Workshop is a program that enables you to convert and manage your MP3 files. You can convert MP3 to WAV and WAVE, cut MP3 segments, combine multi MP3 files into one or play, convert and rip music CDs. The program also comes with an ID3 tag editor and a built in player."; 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 = ''; } }