//edit the following lines

var ligands = new Array();
function ligandInfo(type, dentate, charge, formula, file, example, nomenc) {
  var n=ligands.length;
	ligands[n] = new Array();
	ligands[n].type=type;
	ligands[n].dentate=dentate;
	ligands[n].charge=charge;
	ligands[n].formula=formula;
	ligands[n].filename=file;
	ligands[n].example=example;
	ligands[n].name=nomenc;
}

//you should not need to edit the html files.
