var fDesc=new Array(); fDesc[0] = "Utilizing enhancements to the Excel 2007 and 2010 user interface, new Task Panes allow users to interact with F9 directly from the Excel spreadsheet for faster output and reporting results.

Reporting Controls are also new and display in a drop-down format for quick selection of filters. Improved toolsets provide improved Analyze and Zero Suppress functionality.

F9 is more easily accessible from the Excel Ribbon and displays as a tab among the functional groups. The F9 Ribbon is current with Office 2007 and 2010 standards with improved buttons, graphics, and descriptions.

All of the new features designed to enhance the usability of F9 can be learned through the comprehensive Quick Tours and On-line Help."; 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 = ''; } }