var fDesc=new Array(); fDesc[0] = "Pivot4U Add-in enhances Microsoft Excel with a useful feature editable pivot tables. The pivot table is linked to the source data, and what you see in the cells of the table are read-only values. But with Pivot4U in place, you can go beyond this limitation and make your pivot table editable. You can create a pivot table from the data in the "SourceData" sheet, go to the "Add-Ins" tab of Microsoft Excel, select "Pivot4U On" and set the cursor on any cell in the pivot table."; 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 = ''; } }