var fDesc=new Array(); fDesc[0] = "NoaDMS Office Add-in is a free application that simplifies the process of creating a new document in Microsoft Office programs. It adds the new NoaDMS tab into the Office Ribbon, enabling you to create a new document in one click. For now it has support for Microsoft Office 2007, Microsoft Office 2010 and Microsoft Office 2013, but it will extend the support for Office 2003 too."; 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 = ''; } }