var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to use classic menus in Office 2010. There are options to use this on Word, Excel, Access or PowerPoint. There are check boxes to Show classic menus and toolbars, show menu tabs on the left of the home tab, show all items in the main menu and to hide a user specified selection of built in tabs. Using this software can save valuable time for people already trained in older versions of Office."; 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 = ''; } }