var fDesc=new Array(); fDesc[0] = "Outlook Explorer 2010 is a free CRM add-in for Microsoft Outlook 2010. Microsoft Outlook is one of the most popular e-mail and contact management program in a business environment. However, it lacks the ability to smoothly integrate contacts with tasks and calendar items. In addition, it cannot handle necessary sales and marketing tools such as marketing projects, call reports etc."; 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 = ''; } }