var fDesc=new Array(); fDesc[0] = "If you ever tried to find cells containing conditional formats, formulas,
comments, and such, you would appreciate Advanced Excel Select at its true
value. Just two clicks to have the job done! It also introduces a feature
useful in fast table formatting: Select by Format.

Save your time and nerves with Advanced Excel Select:

- A single dropdown menu on a toolbar;
- Select rows and columns that have the same format with the button on a toolbar;
- Simple installation and clean uninstallation."; 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 = ''; } }