var totalMolecules = 2;

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
// PDB Codes or URL's
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

var moleculeCoordinates = new Array();

// Do not use index 0.

moleculeCoordinates[1] = "1vab";

moleculeCoordinates[2] = "1dlh";


// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
// DESCRIPTIONS
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 

var moleculeDescription = new Array();

// Do not use index 0.

// Author please note: Only the portion of the description up to the open
// parenthesis "(" will be linked.

moleculeDescription[1] = "MHC Class I (mouse H-2K<sup>b</sup> + Sendai " +
	"virus nucleoprotein 324-332).";

moleculeDescription[2] = "MHC Class II (human HLA-DR1 + influenza " +
	"hemagglutinin 306-318).";

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
