var fDesc=new Array(); fDesc[0] = "Classic Menu for InfoPath 2010, an add-in designed for Microsoft InfoPath 2010, brings the menus and toolbars of InfoPath 2003 and 2007 to the Ribbon of InfoPath 2010, and allows you to work with Microsoft InfoPath 2010 as if it were InfoPath 2003/2007. It shows the familiar classic menus and toolbars on the ribbon in Microsoft InfoPath 2010. If you were using Microsoft InfoPath 2003 or 2007, you don't need training or tutorials after upgrading to Microsoft InfoPath 2010 with this add-in now."; 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 = ''; } }