var fDesc=new Array(); fDesc[0] = "Advanced Email Parser is a powerful and user-friendly system for email processing automation which enables you to: processing of order forms received via e-mail, sending of replies to clients, automatic email report saving into a database, sorting and redirecting of e-mail message flows, mailing list compilation, statistics maintaining of any kind, creating of automatic answering services, email robots,
saving back-up copies of important messages, intellectual email autoresponder and more as you can imagine!."; 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 = ''; } }