var fDesc=new Array(); fDesc[0] = "What if you want to create your own reports? What if you want to create custom messages to be sent to each customer in your database through email or by post?

Boachsoft Bizcom 2015 is the right software for your communication and reporting needs. Boachsoft Bizcom 2015 is the answer. This great communications software or custom reports software works with any database. Just create an ODBC connection. Create a template with fields from your database or datasource. Filter your records using a query builder and automatically generate your messages to a printer or email."; 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 = ''; } }