var fDesc=new Array();
fDesc[0] = "Instantly Search Terabytes of Text
- The dtSearch product line can instantly search terabytes of text across a desktop, network, Internet or Intranet site.
- dtSearch products also serve as tools for publishing, with instant text searching, large document collections to Web sites or portable media.
- Developers can embed dtSearch’s instant searching and file format support into their own applications.
Highlights hits in a wide range of data, using dtSearch's own file parsers and converters";
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 = '';
}
}