var fDesc=new Array(); fDesc[0] = "Zoho CRM Plug-in for Microsoft Office allows you to create mail merge templates based on the CRM data source. You can personalize your documents by creating mail merge templates for different modules and mapping unique fields. You can create mail merge templates in Microsoft Word and upload them to secure folders in Zoho CRM. You can also restrict users from accessing those folders based on your own organizational hierarchy."; 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 = ''; } }