var fDesc=new Array(); fDesc[0] = "Classic Menu for Office 2010 restores the classic and familiar interface of Office 2003 to Microsoft Office 2010.
The classic user interface also includes all the new features and commands of Office 2010.
Supports all languages that of Microsoft Office 2010: English, French, German, Italian, Spanish, Portuguese, Japanese, Arabic, Korean, Chinese, and more.
You don’t lose time in re-training yourself or adapting to the new Office 2010 interface. Classic Menu for Office 2010 saves not just time but also training costs.
Easy to deploy on all client computers in your company. Includes easy-to-manage menus and toolbars that can be hidden when not needed."; 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 = ''; } }