var fDesc=new Array(); fDesc[0] = "NeatMP3 is a music organizer with support for a variety of song files including mp3, mp4, flac, aif, asf, and wv. It can also be used to manage/edit metadata/tag of files in a batch. You can easily search for songs with a specific file extension and add the to the list of audio files."; 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 = ''; } }