var fDesc=new Array(); fDesc[0] = "Deployed as an add-in for Microsoft Excel, ThreeDify Excel Grapher (XLGrapher) makes 3D graphing and plotting as easy as highlighting a range of cells in a worksheet. With a few mouse clicks, you can easily create a wide range of X-Y-Z scatter graphs, line graphs, 3D voxel and bar charts, Cartesian, polar and spherical plots, surfaces (TIN and gridded meshes) as well as water-tight solids. Excel Grapher is totally integrated with MS Excel and it runs completely inside the familiar Excel interface. The created 3D graphs and fitted equations are saved as part of Excel workbooks. That means there's no need to run a separate application and there are no external files or additional file formats to manage."; 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 = ''; } }