var fDesc=new Array(); fDesc[0] = "Pivot Table Helper is an add-in for Microsoft Excel that makes working with pivot tables comfortable and fast. Pivot Table Helper adds its own toolbar to Excel that allows you to select pivot table areas, to set pivot field formatting, to add/remove grand totals, to clear pivot table formatting."; 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 = ''; } }