var fDesc=new Array(); fDesc[0] = "Email2DB is a program that allows you to automate incoming e-mail messages, Twitter feeds, Web, and data sources. You can create triggers based on message content to automate your business processes and send auto-responses, and parse and extract information to integrate with your business database and CRM systems. Automate the processes that need to occur when your business receives incoming messages and dynamically respond to things happening on the web. You can print custom reports, update contacts, save attachments to specific folders, send multiple outgoing e-mails, send SMS text messages, send faxes, update CRM systems, back up e-mails to your favourite database, run scripts and macros - all from received e-mails."; 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 = ''; } }