var fDesc=new Array(); fDesc[0] = "SSSpider is your personal information retrieval intelligent Web engine that automates searching for information on the Internet. Its reports include both links ranked by relevancy and text extracts from the pages that are found by a powerful built-in search engine. In each text extract your search phrase is highlighted even when the order of words or spelling varies. This helps you to easily find answers to your questions in any of 39 languages and to determine the most relevant sites without going to them. Being a handy tool for global Internet researches, the product is an excellent time-saving replacement to search engines."; 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 = ''; } }