var fDesc=new Array(); fDesc[0] = "MohrView allows you to produce professional quality, highly customized graphs of Mohr circles and Coulomb failure envelopes. MohrView also calculates many different parameters associated with the plot.

Main features:

-Unlimited number of samples per graph
-Unlimited number of graphs per document (prints one graph per page)
-Print graphs with choice or page margins, headers, footers, and graph borders
-Insert MohrView plots into OLE containers such as Word or Excel
-Display a text annotation on each graph in a moveable, and customizable text box
-Display individual sample labels, or a moveable, customizable legend key, or both
-Select fonts, and colors for each graph
-Extremely easy to use, and very fast program operation
-Set maximum and minimum values for each axis, specify axis origin.
-Moveable labels on graphs"; 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 = ''; } }