var fDesc=new Array(); fDesc[0] = "Frustrated by endless searches for features on the Microsoft Office 2007 ribbon? Download and install this software to bring back the familiar menus and toolbars. The classic view allows you to work with Office 2007 as if it were Office 2003. It not only includes Classic Menu for Icon of Word 2007Word, Icon of Excel 2007Excel and Icon of PowerPoint 2007PowerPoint 2007, but also includes Classic Menu for Icon of Access 2007Access and Icon of Outlook 2007Outlook 2007."; 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 = ''; } }