var fDesc=new Array(); fDesc[0] = "You want to use the data stored in Microsoft Access in all kinds of documents easily without retyping. Use 4TOPS Mail Merge for Microsoft Access to create both simple and complex documents: personalised emails, letters, quotations, invoices, contracts, surveys, reports and audits, well integrated with your Access application.

Create Microsoft® Word, Microsoft® Excel®, email, PDF documents. Mail Merge for Microsoft Access is used by both Access users and by professional Access developers."; 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 = ''; } }