	function QRQ1() {
		var correct = "PsyExp_schema = (EventNumber:integer, time:float, SubjectID:integer)";
		var correctA = "0";
		var correctB = "2";
		var correctC = "0";
		
		if (document.QRQ1form.radio1[correctA].checked == true) {
			var partA = "Part A: You are correct!";
		} else {
			var partA = "Part A: You are incorrect<br>Correct Answer = " + document.QRQ1form.radio1[correctA].value;
		}
		
		if (document.QRQ1form.radio2[correctB].checked == true) {
			var partB = "Part B: You are correct!";
		} else {
			var partB = "Part B: You are incorrect<br>Correct Answer = " + document.QRQ1form.radio1[correctB].value;
		}

		if (document.QRQ1form.radio3[correctC].checked == true) {
			var partC = "Part C: You are correct!";
		} else {
			var partC = "Part C: You are incorrect<br>Correct Answer = " + document.QRQ1form.radio1[correctC].value;
		}
		
		AnswerWindow = window.open('','AnswerWindow','toolbar=no,location=no,width=450,height=275');
		var answer= "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=3>" + partA + "<br><br>" + partB + "<br><br>" + partC + "<br><br>The entire correct answer is: <br>" + correct + "</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script></body></html>";
		AnswerWindow.document.write(answer);
	}

	function QRQ2() {
		var guess = prompt("Please enter your answer");
		var correct = "PsyEventCode_schema = (code:integer, event:string)";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=725,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=725,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + " </font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			WrongWindow.document.write(sorry);				
		}
	}
	
	function QRQ3() {
		var correct = "2";
		var correctans = document.QRQ35form.radio1[correct].value;

		if (document.QRQ35form.radio1[correct].checked == true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=300,height=150');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! " + correctans + " is the correct answer.</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=300,height=150');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correctans + "</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			WrongWindow.document.write(sorry);				
		}
	}
	
	function QRQ4() {
		if ((document.QRQ35form.check1[0].checked == true) && (document.QRQ35form.check1[1].checked == false)) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=300,height=150');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! \"code\" is the primary key of PsyEventCode_schema = (code:integer, event:string).</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=300,height=150');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - \"code\" is the primary key of PsyEventCode_schema = (code:integer, event:string).</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			WrongWindow.document.write(sorry);				
		}
	}

	function QRQ5() {
		if ((document.QRQ35form.check2[0].checked == true) && (document.QRQ35form.check2[3].checked == true) && (document.QRQ35form.check2[4].checked == true) && (document.QRQ35form.check2[6].checked == true)) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=200,height=75');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct!</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();\ndocument.form.button.select();</script></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=300,height=220');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answers are:<br><br> " + document.QRQ35form.check2[0].value + "<br>" + document.QRQ35form.check2[3].value + "<br>" + document.QRQ35form.check2[4].value + "<br>and<br>" + document.QRQ35form.check2[6].value + "</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			WrongWindow.document.write(sorry);				
		}
	}

	function QRQ6() {
		var correct = "0";
		var correctans = document.QRQ6form.check1[correct].value;

		if (document.QRQ6form.check1[correct].checked == true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=300,height=150');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! " + correctans + " is the correct answer.</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=300,height=150');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correctans + "</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			WrongWindow.document.write(sorry);				
		}
	}
	
	function QRQ7() {
		var guessA = prompt("Please enter your answer for A");
		var guessB = prompt("Please enter your answer for B");
		var guessC = prompt("Please enter your answer for C");
		var correctA = ">";
		var correctB = "AND";
		var correctC = "<";
		
		if (guessA == correctA) {
			var partA = "Part A: You are correct!";
		} else {
			var partA = "Part A: You are incorrect<br>Your answer = " + guessA + "<br>Correct Answer = " + correctA;
		}
		
		if (guessB == correctB) {
			var partB = "Part B: You are correct!";
		} else {
			var partB = "Part B: You are incorrect<br>Your answer = " + guessB + "<br>Correct Answer = " + correctB;
		}

		if (guessC == correctC) {
			var partC = "Part C: You are correct!";
		} else {
			var partC = "Part C: You are incorrect<br>Your answer = " + guessC + "<br>Correct Answer = " + correctC;
		}
		
		AnswerWindow = window.open('','AnswerWindow','toolbar=no,location=no,width=425,height=350');
		var answer= "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=3>" + partA + "<br><br>" + partB + "<br><br>" + partC + "<br><br>The entire correct answer is: <br> <font face=\"Symbol\">s</font><sub><i>MolecularWeight</i> > 229 AND </i>MolecularWeight</i> < 239</sub>(<i>ChemKnowns</i>).</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script></body></html>";
		AnswerWindow.document.write(answer);
	}
	
	function QRQ8() {
		RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=425,height=100');
		var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4><font face=\"Symbol\">p</font><sub><i>ExpNumber, SoluteMass, SolventMass</i></sub>(<i>ChemSolvents</i>)</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
		RightWindow.document.write(congrats);
	}

	function QRQ9() {
		RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=525,height=275');
		var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=3>We use the function notation to first obtain the relation with experiment numbers and masses and call this relation <i>ExpMasses</i>. Then we select with <font face=\"Symbol\">p</font> those tuples that have experiment numbers in the desired range from <i>ExpMasses</i>.<br><br><center><i>ExpMasses</i> <-- <font face=\"Symbol\">p</font><sub><i>ExpNumber, SoluteMass, SolventMass</i></sub>(<i>ChemSolvents</i>)<br><font face=\"Symbol\">s</font><sub><i>ExpNumber < 10</i></sub>(<i>ExpMasses</i>)</center><br>&nbsp;&nbsp;&nbsp;&nbsp;Alternatively, we can use composition of functions, as follows:<br><br><center><font face=\"Symbol\">s</font><sub><i>ExpNumber < 10</i></sub>(<font face=\"Symbol\">p</font><sub><i>ExpNumber, SoluteMass, SolventMass</i></sub>(<i>ChemSolvents</i>))</center></font>\n<br><br>\n<form name=\"form\"><center><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></center></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
		RightWindow.document.write(congrats);
	}

	function QRQ10() {
		RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=525,height=250');
		var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=3><br><center><i>TableA</i> <-- <font face=\"Symbol\">p</font><sub><i>KnownCompound, FreezingPoint</i></sub>(<i>ChemKnowns</i>)<br><i>TableB,</i> <-- <font face=\"Symbol\">p</font><sub><i>SolventName, FP</i></sub>(<i>ChemExperiments</i>)</center><br>&nbsp;&nbsp;&nbsp;&nbsp;Although <i>TableA</i> and <i>TableB</i> are union compatible, we should not take their union because the freezing points have different meanings. The relation <i>ChemKnowns</i> stores the known freezing point of a compound, while <i>ChemExperiments</i> stores the experimentally obtained freezing point of a solution containing the solvent and an unknown solute.</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
		RightWindow.document.write(congrats);
	}
	
	function QRQ11a() {
		var guess = prompt("Please enter your answer");
		var correct = "3";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=350,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + " </font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			WrongWindow.document.write(sorry);				
		}
	}

	function QRQ11b() {
		var guess = prompt("Please enter your answer");
		var correct = "15";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=350,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + " </font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			WrongWindow.document.write(sorry);				
		}
	}

	function QRQ11c() {
		var guess = prompt("Please enter your answer");
		var correct = "25";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=150');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer, though there may be less than 25 in actuality due to the elimination of duplicates.</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=350,height=150');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + ", though there may be less than 25 in actuality due to the elimination of duplicates. </font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			WrongWindow.document.write(sorry);				
		}
	}

	function QRQ12() {
		var guessA = prompt("What is the least number of tuples?");
		var guessB = prompt("What is the most number of tuples?");
		var correctA = "0";
		var correctB = "10";
		
		if (guessA == correctA) {
			var partA = "Part A: You are correct!";
		} else {
			var partA = "Part A: You are incorrect<br>Your answer = " + guessA + "<br>Correct Answer = " + correctA;
		}
		
		if (guessB == correctB) {
			var partB = "Part B: You are correct!";
		} else {
			var partB = "Part B: You are incorrect<br>Your answer = " + guessB + "<br>Correct Answer = " + correctB;
		}
		
		AnswerWindow = window.open('','AnswerWindow','toolbar=no,location=no,width=425,height=300');
		var answer= "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=3>" + partA + "<br><br>" + partB + "<br><br>There may be no tuples in common resulting in an empty intersection. At the other extreme, all the tuples of <i>study8</i> might be tuples in <i>study5</i> so that the intersection equals <i>study8</i>. Otherwise, some of the tuples of <i>study8</i> might be tuples in <i>study5</i>.</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script></body></html>";
		AnswerWindow.document.write(answer);
	}

	function QRQ13() {
		var guessA = prompt("What is the least number of tuples?");
		var guessB = prompt("What is the most number of tuples?");
		var correctA = "5";
		var correctB = "15";
		
		if (guessA == correctA) {
			var partA = "Part A: You are correct!";
		} else {
			var partA = "Part A: You are incorrect<br>Your answer = " + guessA + "<br>Correct Answer = " + correctA;
		}
		
		if (guessB == correctB) {
			var partB = "Part B: You are correct!";
		} else {
			var partB = "Part B: You are incorrect<br>Your answer = " + guessB + "<br>Correct Answer = " + correctB;
		}
		
		AnswerWindow = window.open('','AnswerWindow','toolbar=no,location=no,width=425,height=275');
		var answer= "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=3>" + partA + "<br><br>" + partB + "<br><br>All, some, or none of the tuples of <i>study8</i> might be tuples in <i>study5</i>.</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script></body></html>";
		AnswerWindow.document.write(answer);
	}

	function QRQ14a() {
		var guess = prompt("Please enter your answer");
		var correct = "8";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=75');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer.</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=350,height=75');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + "</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			WrongWindow.document.write(sorry);				
		}
	}

	function QRQ14b() {
		var guess = prompt("Please enter your answer");
		var correct = "180";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=75');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer.</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=350,height=75');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + "</font>\n<br><br>\n<form name=\"form\"><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
			WrongWindow.document.write(sorry);				
		}
	}

	function QRQ15a() {
		RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=525,height=350');
		var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=3><br><table border=1 align=center width=350><tr><td colspan=5><center><b><i>session</i>|X|<sub><i>EventNumber=code</sub>EventCode</i></b></center></td></tr><tr><td align=center><b><i>EventNumber</i></b></td><td align=center><b><i>time</i></b></td><td align=center><b><i>SubjectID</i></b></td><td align=center><b><i>code</i></b></td><td align=center><b><i>event</i></b></td></tr><tr><td align=center>2</td><td align=center>1.22</td><td align=center>3</td><td align=center>2</td><td align=center>Right press</td></tr><tr><td align=center>5</td><td align=center>2.71</td><td align=center>3</td><td align=center>5</td><td align=center>Pellet delivery</td></tr><tr><td align=center>1</td><td align=center>3.02</td><td align=center>3</td><td align=center>1</td><td align=center>Left press</td></tr><tr><td align=center>2</td><td align=center>5.66</td><td align=center>3</td><td align=center>2</td><td align=center>Right press</td></tr><tr><td align=center>5</td><td align=center>5.91</td><td align=center>3</td><td align=center>5</td><td align=center>Pellet delivery</td></tr><tr><td align=center>2</td><td align=center>7.55</td><td align=center>3</td><td align=center>2</td><td align=center>Right press</td></tr><tr><td align=center>10</td><td align=center>8.00</td><td align=center>3</td><td align=center>10</td><td align=center>End of session</td></tr></table></font>\n<br><br>\n<form name=\"form\"><center><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></center></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
		RightWindow.document.write(congrats);
	}

	function QRQ15b() {
		RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=525,height=350');
		var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=3><br><table border=1 align=center width=350><tr><td colspan=4><center><b><i>session</i> *<sub><i>EventNumber=code</sub>EventCode</i></b></center></td></tr><tr><td align=center><b><i>EventNumber</i></b></td><td align=center><b><i>time</i></b></td><td align=center><b><i>SubjectID</i></b></td><td align=center><b><i>Event</i></b></td></tr><tr><td align=center>2</td><td align=center>1.22</td><td align=center>3</td><td align=center>Right press</td></tr><tr><td align=center>5</td><td align=center>2.71</td><td align=center>3</td><td align=center>Pellet delivery</td></tr><tr><td align=center>1</td><td align=center>3.02</td><td align=center>3</td><td align=center>Left press</td></tr><tr><td align=center>2</td><td align=center>5.66</td><td align=center>3</td><td align=center>Right press</td></tr><tr><td align=center>5</td><td align=center>5.91</td><td align=center>3</td><td align=center>Pellet delivery</td></tr><tr><td align=center>2</td><td align=center>7.55</td><td align=center>3</td><td align=center>Right press</td></tr><tr><td align=center>10</td><td align=center>8.00</td><td align=center>3</td><td align=center>End of session</td></tr></table></font>\n<br><br>\n<form name=\"form\"><center><input type=\"button\" name=\"button\" value=\"Close this window\" onClick=\"window.close();\"></center></form><script language=\"JavaScript\">document.form.button.focus();document.form.button.select();</script>";
		RightWindow.document.write(congrats);
	}