var fDesc=new Array(); fDesc[0] = "Show Entire Row is a handy add-in that simplifies navigation in a wide Excel table. The plug-in lets you see the entire row of any length and edit it right on the pane. You can also quickly switch to the next or previous row.
Features:
See entire row of a wide table on the add-in pane
Edit a row right on the pane
Easily switch to the next or previous row
Select any cell and see the record with all details at a glance
Select a value on the add-in pane and navigate to the cell with it in your 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 = ''; } }