var fDesc=new Array(); fDesc[0] = "SphinxConnector.NET is an all managed .NET client library to access the functions and features of the Sphinx full-text search engine from any .NET application. To allow developers to exploit the full capabilities of Sphinx, SphinxConnector.NET can access Sphinx via both the native API and SphinxQL."; 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 = ''; } }