var fDesc=new Array(); fDesc[0] = "Current Features
Primary features listed here, or read the version 2.2 release notes.

Displays Cayley diagrams, multiplication tables, cycle graphs, and objects with symmetry
Many common group-theoretic computations can be done visually
Compare groups and subgroups via morphisms (see illustration below)
Browsable, searchable group library
Integrated help system (which you can preview on the web)
Save and print images at any scale and quality"; 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 = ''; } }