var fDesc=new Array(); fDesc[0] = "CF Project Cleaner is an application that checks for unused file in your CF project. It will scan your CF project directory and all files inside it for dependency. Currently the program is in Beta state, and it's planned for free release, as a big contribution to the Cold Fusion community."; 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 = ''; } }