var fDesc=new Array(); fDesc[0] = "Integrate the contact info you manage in QuickBooks with the lists you manage in Constant Contact.It's a simple way to build your email list by bringing together the contacts you already have. Our step-by-step tutorial will make it easy for you to grow your email lists. We'll show you how to avoid common mistakes, and how to use InfoTransfer to make your work a snap."; 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 = ''; } }