var fDesc=new Array(); fDesc[0] = "The WebViewer plug-in enables Windows users whether or not they have SigmaPlot to explore the data used to create the graph.

Using the WebViewer plug-in with your Web browser window you can:

- View the data used to create the graph
- Print a graph in a web document at full resolution
- Zoom in and out of a graph
- Grab and pan a zoomed view
- View a graph in its own window"; 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 = ''; } }