diff --git a/jmol_inline.html b/jmol_inline.html
index 6571a0e..f9205dd 100644
--- a/jmol_inline.html
+++ b/jmol_inline.html
@@ -140,7 +140,7 @@
JSmol Demo (load inline)
- - Another set of controls (uses function "set_checkbox_state_class(state, cls)"):
+ - Second set of controls (uses function "set_checkbox_state_class(state, cls)"):
- Surface off
-
+ onclick="Jmol.script(myJmol, 'isosurface off;'); set_checkbox_state_class('off', 'surf2');" /> Surface off
- Van der Waals Surface
-
+ onclick="Jmol.script(myJmol, 'isosurface vdw;'); set_checkbox_state_class('on', 'surf2');" /> Van der Waals Surface
- Solvent Accessible Surface
-
+ onclick="Jmol.script(myJmol, 'isosurface solvent;'); set_checkbox_state_class('on', 'surf2');" /> Solvent Accessible Surface
- Translucent Surface
-
+ onclick="Jmol.script(myJmol, 'isosurface translucent 0.5;')" /> Translucent Surface
- Electrostatic Potential
-
-
+ onclick="Jmol.script(myJmol, 'isosurface map mep;')" /> Electrostatic Potential