var fDesc=new Array(); fDesc[0] = "TeamDirection Outlook Basecamp Integration can import all your Basecamp Todo Items into Microsoft Outlook. Or all your Todos and Milestones. Or everyones Todo Items. Or everyones Todo Items and Milestones. And do this across all your Basecamp projects. In other words, you have lots of options and can quickly use Outlook's rich viewing and sorting features to quickly organize, prioritize and even customize your tasks"; 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 = ''; } }