var fDesc=new Array(); fDesc[0] = "This program is an advanced information search in the mail archives of the following popular programs: MS Mail, MS News, MS Outlook, Outlook Express, Netscape Messenger, Eudora, Forte Agent, Pegasus Mail, The Bat, Eserv, and also in all popular formats of the Fidonet information network. It develop also a special filter for filtering out identical messages transmitted by different newsgroups."; 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 = ''; } }