//edit the following lines

var anth = new Array();
function anthInfo(R3, R5, R6, R7, R3a, R5a, anthname, colour, file) {
  var n=anth.length;
	anth[n] = new Array();
	anth[n].R3=R3;
	anth[n].R5=R5;
	anth[n].R6=R6;
	anth[n].R7=R7;
	anth[n].R3a=R3a;
	anth[n].R5a=R5a;
	anth[n].anthname=anthname;
	anth[n].colour=colour;
	anth[n].file=file;
}

//you should not need to edit the html files.
