var fDesc=new Array(); fDesc[0] = "ChartQuick is an Add-in for Windows Microsoft Excel 2007 that greatly speeds up the charting process, no matter how unique your data is. This powerful tool lets you quickly and easily select data from Excel, create a PowerPoint chart or table based on that data, then add labels and fine-tune options by “remote control” without ever leaving Excel. You’re still in control of selecting which data gets turned into what type of chart, but without the drudgery.
Puts controls in one place so you don’t need to search for them on PowerPoint menus. Has a simple, user-friendly "wizard" interface"; 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 = ''; } }