var fDesc=new Array(); fDesc[0] = "This plug-in can help you when you need to search for files and directories on your hard drive, even in several places at the same time. This plug-in is very simple, but also very complete, because you can search files, directories, both at the same time, use file masks, dates, sizes, attributes, or all at the same time! The plug-in has many options in search; notify you when a search progresses or is canceled, when the search engine starts searching in a directory, when it finds directories or files, etc. All in a simple way, using NeoBook ™ subroutines."; 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 = ''; } }