var fDesc=new Array(); fDesc[0] = "Microsoft Office Plugin plugin allows JCMS to be integrated in Microsoft Office. This plugin provides an extension of JCMS to Microsoft Office 2002, 2003, 2007 and 2010 on Windows. You must first install and configure the plugin in JCMS, then install the Microsoft Office Add-In on you Windows."; 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 = ''; } }