var fDesc=new Array(); fDesc[0] = "It's created for Searching for Mp3 files on the Internet. The program operates with 30 Mp3 Searchers simoultaneously, in addition to that it communicates with its Mp3 Database. This continuously increasing Mp3 Database is a result of our colleagues’ work: a copy of the Software is „released” to Search the Internet for a couple of hours a day, and then these checked, existing Mp3 matches are added to the Mp3 Database.
01-Mp3search operates with 30 searchers simoultaneously, in addition to that it communicates with its database. The program simultaneously searches and downloads with 32 paralel lines , so not even a second is going to be wasted."; 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 = ''; } }