var fDesc=new Array(); fDesc[0] = "Zetadocs Express is a document management module for Microsoft Dynamics NAV. Any file, email or attachment can be dragged and dropped onto a record in NAV where it is archived electronically, linked to the record and listed in the Documents FactBox. You can email almost any customized NAV report using SQL Server Reporting Services, archiving a copy automatically for future retrieval on-screen. Also, you can store your documents in SharePoint Server, network folders or Office 365 SharePoint Online for document archiving that matches the needs of your business."; 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 = ''; } }