var fDesc=new Array(); fDesc[0] = "The software brings back your familiar menus and toolbars of Office 2003 to ribbon of Microsoft Office 2010. It makes Office 2010 look like 2003, and allows you to work with Microsoft Office 2010 as if it were Office 2003, XP and 2000. The software is Only Free for Personal Non-Commercial (Home Computers) Use. If you are using Microsoft Office Home and Student 2010, or using other suites of Microsoft Office 2010 in your home computers, the software is suit for you. Full features and functions, no fee, no limitation!
You must install the other suites of Classic Menu for Office 2010 for commercial use. You can easily deploy the suites to all computers in your enterprise or organization."; 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 = ''; } }