var fDesc=new Array(); fDesc[0] = "A free M3U File Editor and Creator. "M3U Creator" creates M3U, ASX, and other pointer files for MP3 files, Windows Media files, Real Audio files, and other streamable files which utilize the ASX standard. The program can also "Merge" files to existing files, via the "Add file" option."; 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 = ''; } }