var fDesc=new Array(); fDesc[0] = "AutoFormat for PivotTables is an add-in for Microsoft Excel that enhances Microsoft Excel's built-in feature of PivotTable formatting. The add-in enables you to create, store and apply your own custom formats for PivotTables in Microsoft Excel. You can save a new PivotTable format and use it as a format template for your other Microsoft Excel PivotTables."; 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 = ''; } }