var fDesc=new Array(); fDesc[0] = "X-Organizer MP3 Music Organizer is a powerful mp3 music organizer, that will sort, organize and rename all your music files fast and easy even if it is packed in ZIP and RAR archives. Supports a variety of music formats: MP3, ID3v1, ID3v2, ID3v3, OGG, WMA, AC3, WAV and hundreds of other media formats."; 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 = ''; } }