var fDesc=new Array(); fDesc[0] = "SearchInform Desktop is a complete set of opportunities for the simple search of documents on your Desktop or through email messages, as well as powerful solutions for professional users who need an advanced functionality and automatic process of dealing with documents.

Search Software of SearchInform Technologies is developed on the basis of technology of document search, search of documents with similar content patented under the name of SoftInform Search Technology. This technology provides standard phrasal search, as well as a unique function of searching for documents with similar content."; 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 = ''; } }