var fDesc=new Array(); fDesc[0] = "WinWulff is a program for plotting stereographic projections of (hkl) and [uvw] vectors onto a Wulff-net. It is the successor to JWulff and the JWulff module in JCrystal.

-Multi-document interface
-Interactive graphics (mouse-dragable plots)
-Plot (hkl) and/or [uvw]
-Plot zone traces
-Export of HKL, JPG, BMP and PDF files
-Import of HKL files
-Angle table calculator

-Overlay multiple plots
-Import background image
-Import alpha/beta angle files
-European comma issue addressed
-List and export 2-Theta values"; 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 = ''; } }