var fDesc=new Array(); fDesc[0] = "Wolfram Notebook Indexer is a part of an ongoing effort in search and conversion tools for Mathematica notebooks. Wolfram Notebook Indexer is a collection of plug-ins that supports text searches of all Wolfram notebooks (.nb) on the local hard drive, including those that are part of Mathematica's online help system. Wolfram Notebook Indexer does not use or need Mathematica; it instead leverages the open, structured syntax of notebook files to convert them to text."; 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 = ''; } }