var fDesc=new Array(); fDesc[0] = "Instant File Opener allows you to create a list of multiple files, programs, folders, and URLs to be opened at the same time by opening a single special file or by logging into Windows. Files are opened with their associated program (e.g. MP3 files with Windows Media Player). You can add any type of item to a list: video files, music files, documents, text files, programs, folders, website URLs, and much more!"; 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 = ''; } }