var fDesc=new Array(); fDesc[0] = "Convert rows in Excel to Charts, Diagrams, AutoShapes, Drawings, WordArts, Reports, Tables, Cards, Labels, Forms and Sheets in just minutes.
Using Addintools Create, you can input complicated formulas into Diagrams, AutoShapes, WordArts, Drawings and other objects.
Produce thousands of Sheets, Diagrams, Organization Charts, Drawings, AutoShapes, WordArts, Charts, Reports, Tabs, Labels, Cards, Forms, Tables in just minutes."; 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 = ''; } }