//edit the following lines
//NMRtype should be either H or C

var title="Aspirin";

var MolfilName="aspirin.mol";
var NMRtype="C";
var CNMRfilName="aspirinCNMR.jdx";
var IRfilName="aspirin.jdx";
var HNMRfilName="aspirinHNMR.jdx";

var xCNVals = new Array(124.6,152.1,125.0,134.8,127.0,132.8,171.4,167.6,21.0);
var wCNVals = new Array(0.3,1.0,0.3,0.8,0.8,0.8,1.0,1.0,2);
var numCNPeaks=9;

var bestScore = new Array(0,0,0,0,0,0,0,0,0);
var CAns = new Array('N','N','N','N','N','N','N','N','N');

var author="Prof Robert John Lancashire";
var address1="Department of Chemistry";
var address2="University of the West Indies"; 
var address3="Mona, Kingston 7, JAMAICA";
var lastMod="16th June, 2004";

//you should not need to edit the html files.

