var fDesc=new Array(); fDesc[0] = "Muse, Music All-In-One, is powerful music software to create, convert, play audio files, rip audio CD tracks and burn CD/DVDs effortlessly and quickly. It supports over 20 formats, including MP3, WMA and more, as both input and output formats. You needn't bother to buy player, converter, ripper, recorder, burner separately. Muse, Music All-In-One, the super music tool for Fans!"; 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 = ''; } }