-shelx implementation of symmetry completed and tested with all
/shelx/*.res data files.
see http://www.stolaf.edu/people/hansonr/jmol/xtalx
nice implementation at that web site of new options
jmolSaveOrientation() and jmolRestoreOrientation(),
both in Jmol-new.js. Very simple!
jmolScriptWait() is excellent! The combination of jmolScriptWait
and the prototypical script command "getProperty" is quite
something.
var result = jmolScriptWait("getProperty modelinfo")
modelInfo = _jmolEvalJSON(result,"modelinfo")
delivers the entire modelInfo structure to JavaScript.