var fDesc=new Array(); fDesc[0] = "Grapher is the only graphing program you will ever need. Create powerful stunning graphs quickly and efficiently. Ideal for scientists, engineers, and business professionals. Grapher now supports international fonts and characters. Use any language, such as Chinese, Russian, Greek, Hebrew, or Arabic. All aspects of your Grapher plot support international characters. For example, you can set your drawn text, plot labels, axes labels, graph titles, and more to any language. Customize your graph with language that your audience will understand. Quickly and easily remove overlapping labels! Grapher has long allowed you to click and drag plot labels. Now, you can click and drag axis labels, axis titles, or graph titles to new locations using the Move Labels command. Simply click on the object, select the command, and drag labels to anywhere you need. Import and export in all popular formats! New import formats include Access 2007 ACCDB file format. In addition, import your database information from tables or from queries. Line/scatter plots and bar charts can be clipped using the options on the Clipping tab. Draw line/scatter or bar charts to the clipping value or remove values outside the plot range."; 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 = ''; } }