We also have a lightweight molecular viewer (written in Java, approx. 70Kb in
size) that is embeddable by using simple HTML code in a page, e.g.:
<!-- Display sites in 1hca and 1npc -->
<div align='center'>
<form method="POST"
action="http://metallo.scripps.edu/services/remote/viewer.php"
name="Remote MDB Viewer" target="_blank">
<input type="hidden" name="source_id[]" value="1hca">
<input type="hidden" name="source_id[]" value="1npc">
<input type="hidden" name="caption" value="1hca and 1npc - All sites">
<input type="submit" name="submit" value="Display sites in the MDB Viewer">
</form>
</div>