var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to use PowerPoint 2007 or 2010 with the classic interface. When Microsoft improved PowerPoint 2003 to make the 2007/2010 versions, they radically changed the menus. Many users, accustomed to an easy-to-use format, are forced to re-learn the fundamentals. This easy to install software solves this problem. Users can work with PowerPoint 2007/2010 without going through yet another learning curve. All the classic menus are back where they were in earlier versions. MS PowerPoint 2007/2010 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 = ''; } }