var fDesc=new Array(); fDesc[0] = "Robot-Damaku - Program for creation of databases, extraction and processing electronic e-mail and web of addresses from the Internet and other sources of the textual information.
This program is developed on algorithm, which allows to lower of consumption of the traffic to 75 % in comparison with analogues of this direction. Robot-Damaku has an opportunity to bypass the majority of traps, dodges, false generators of addresses and other protection of the processing, aimed at prevention, web of pages."; 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 = ''; } }