var fDesc=new Array(); fDesc[0] = "Did you become used to the classic look and view of Microsoft® Office 2003? Do you dislike the new ribbon interface of Office 2010, 2013, 2016 and 2019? The Classic Menu software for Office Enterprise brings back the classic menu and toolbars of Office 2003 to the ribbon of Office 2010, 2013, 2016 and 2019 (includes Office 365)."; 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 = ''; } }