var fDesc=new Array(); fDesc[0] = "Using Chart Tools for Excel, you will become convinced that it has never been so easy to handle Excel charts.

With Chart Tools for Excel you will be able to:
Copy and paste format from a chart to another one
Resize and save charts
Add images
Add and move labels
Configure quickly the most common tasks in your spreadsheets
and More...
In this new version 1.2.0 of Chart Tools for Excel we have to:
Added new Apply & Save Chart Format tool

Improved Toggle Settings tool.
Chart Tools for Excel is a part of Spreadsheet Presenter; whereby, you will be able to upgrade it, paying the difference."; 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 = ''; } }