var fDesc=new Array(); fDesc[0] = "MusicZen is a program that will allow you to organize your MP3 files by moving, naming and placing them into the directory structure of your choice based on the file tags. You can rename files as defined by the directory structure, re-arrange the directory folder structure and copy/move .mp3 files without creating the directories."; 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 = ''; } }