var fDesc=new Array(); fDesc[0] = "OB Classic menu is a COM add-in that displays the classic menus and toolbars in Microsoft® Excel® ,Microsoft® Word and Microsoft® PowerPoint® (Office 2007 and 2010).

Main Features:

- Built by the fastest available technology and will not slow down the speed of the Office system.
- Choose the placement between the first and the last tab."; 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 = ''; } }