var fDesc=new Array(); fDesc[0] = "MBD Search Engine is designed to be a fast personal information retrieval system for e-libraries and document archives with the page-by-page database organization.
MBD Search Engine uses new searching technologies "Sources inside" and "Precise indexing" designed by the MBD Soft company. Search is performed on the level of the text pages. Therefore MBD Search Engine has unique capabilities of searching both in the student's computer and in a large archive or e-library containing hundreds or even millions of volumes"; 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 = ''; } }