var fDesc=new Array(); fDesc[0] = "When Microsoft improved PowerPoint 2003 to make the 2007 version, they botched the menus. Many users, accustomed to an easy-to-use format, are forced to re-learn the fundamentals. This Sobolsoft product solves the menu problem. All the classic menus are back in place where they belong. File, Edit, View, Insert, etc. are all on the menu bar with this Add-in. PowerPoint 2007 required."; 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 = ''; } }