var fDesc=new Array(); fDesc[0] = "Direct Mail Manager (included with Microsoft Office 2000 Premium, Professional, and Small Business Edition for Windows®) is a tool that uses the Web to make it easier for small organizations to develop targeted and cost-effective direct mailings using Microsoft Word or Publisher.
You can import your existing address lists from Outlook® contacts, an Access database, Excel worksheet, Word document, text file, and more into Direct Mail Manager. You can even purchase a mailing list from a mailing list provider and import the addresses from within Direct Mail Manager."; 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 = ''; } }