var fDesc=new Array(); fDesc[0] = "Spreadsheet Presenter is an add-in for Microsoft Excel which will allow you to customise your charts and reports in Microsoft Excel as you want. You will have available many tools to improve your worksheets, making them easier to read and follow, for your presentations and reports.
Add new colours, highlights, notes, automatize formatting tasks, take images, export reports and more in Microsoft Excel. This powerful tool will make your work easier and faster, with a fresh and professional look."; 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 = ''; } }