var fDesc=new Array(); fDesc[0] = "Have you ever had to work with Windows™ notepad, for whatever reason, and found yourself frustrated that it only has filters for Text Documents (*.txt) and All Files. And you need to look at *.log files or *.cpp files or some other extentsion, and wished you could filter the file list. CFDButton is very easy to install and use, and all of it settings are stored locally in xml files, so it works well on portable devices like USB thumb drives."; 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 = ''; } }