var fDesc=new Array();
fDesc[0] = "The easiest way to add a powerful custom search engine to your website, intranet, or CD/DVD.
Zoom is both easy to use and still one of the most feature-packed solutions on the market. It offers search results sorted by relevance or date, wildcard searching, exact phrase matching*, "Google-like" context results*, highlighting, spelling suggestions, synonyms, graphical statistic reports, international language support, incremental indexing, images and thumbnails, content filtering, XML/RSS OpenSearch output, Stemming options to provide more accurate results, native ASP.NET server control, powerful Custom Meta Fields feature for database-like search criteria and more.";
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 = '';
}
}