var fDesc=new Array(); fDesc[0] = "PowerPane for Microsoft Excel is packed with features to help you work faster with Excel, and create more professional workbooks for distribution to others in your organization.

Persistent side-panel with convenient tools to make Excel easier to work with, and help you create more professional spreadsheets.

Use PowerPane to watch the values of cells important to you no matter what worksheet you are currently in. Change the values of key cells without changing your current location.

Navigate to sheets and charts with only a single click. And search using the quick search box available at any time.
Search bar helps you search for keywords quickly in a worksheet"; 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 = ''; } }