var fDesc=new Array(); fDesc[0] = "Total Access Emailer is the most popular Microsoft Access email program. The email addresses in your Microsoft Access databases are a valuable asset. Whether it's a list of customers, employees, friends, prospects, or other contacts, email offers an efficient way to communicate with them. Imagine the power of your emails by merging that with all your other information for each person."; 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 = ''; } }