function QRQ1a() {
		var guess = prompt("Please enter your answer");
		var correct = "bioinformatics";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=300,height=200');
			var congrats = "<body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer</font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=300,height=200');
			var sorry = "<body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + " </font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ1b() {
		var guess = prompt("Please enter your answer");
		var correct = "20";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=300,height=200');
			var congrats = "<body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer</font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=300,height=200');
			var sorry = "<body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + " </font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ1c()
{
	var correct="proteins";
		if (document.QRQ1.r1c[11].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ1d()
{
	var correct="enzymes";
		if (document.QRQ1.r1d[5].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ1e()
{
	var correct="amino acids";
		if (document.QRQ1.r1e[1].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ1f()
{
	var correct="peptide bonds";
		if (document.QRQ1.r1f[8].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ1g()
{
	var correct="peptide bonds";
		if (document.QRQ1.r1g[8].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ1h()
{
	var correct="residue";
		if (document.QRQ1.r1h[13].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ1i()
{
	var correct="N-terminal";
		if (document.QRQ1.r1i[7].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ1j()
{
	var correct="C-terminal";
		if (document.QRQ1.r1j[3].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ1k()
{
	var correct="primary structure";
		if (document.QRQ1.r1k[10].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ1l()
{
	var correct="polypeptide";
		if (document.QRQ1.r1l[9].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ1m()
{
	var correct="higher-order structures";
		if (document.QRQ1.r1m[6].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ2() {
		var guess = prompt("Please enter your answer");
		var correct = "AGGTAC";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<body bgcolor=\"#E1E5BE\"><font size=4>You are correct! The reverse complement of GTACCT is AGGTAC, as the table after this question shows.</font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The reverse complement of GTACCT is AGGTAC, as the table after this question shows.</font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ3a() {
		var correct ="DNA";
	
	var total = 0;

	if (document.QRQ3.c3a[0].checked==false)
		total++;
	if (document.QRQ3.c3a[1].checked==false)
		total++;
	if (document.QRQ3.c3a[2].checked==true)
		total++;
	if (document.QRQ3.c3a[3].checked==false)
		total++;
	if (document.QRQ3.c3a[4].checked==false)
		total++;
	if (document.QRQ3.c3a[5].checked==false)
		total++;
	if (document.QRQ3.c3a[6].checked==false)
		total++;
	if (document.QRQ3.c3a[7].checked==false)
		total++;
	if (document.QRQ3.c3a[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ3b() {
		var correct ="RNA";
	
	var total = 0;

	if (document.QRQ3.c3b[0].checked==false)
		total++;
	if (document.QRQ3.c3b[1].checked==false)
		total++;
	if (document.QRQ3.c3b[2].checked==false)
		total++;
	if (document.QRQ3.c3b[3].checked==false)
		total++;
	if (document.QRQ3.c3b[4].checked==false)
		total++;
	if (document.QRQ3.c3b[5].checked==false)
		total++;
	if (document.QRQ3.c3b[6].checked==true)
		total++;
	if (document.QRQ3.c3b[7].checked==false)
		total++;
	if (document.QRQ3.c3b[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ3c() {
		var correct ="nucleotide";
	
	var total = 0;

	if (document.QRQ3.c3c[0].checked==false)
		total++;
	if (document.QRQ3.c3c[1].checked==false)
		total++;
	if (document.QRQ3.c3c[2].checked==false)
		total++;
	if (document.QRQ3.c3c[3].checked==false)
		total++;
	if (document.QRQ3.c3c[4].checked==true)
		total++;
	if (document.QRQ3.c3c[5].checked==false)
		total++;
	if (document.QRQ3.c3c[6].checked==false)
		total++;
	if (document.QRQ3.c3c[7].checked==false)
		total++;
	if (document.QRQ3.c3c[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ3d() {
		var correct ="nucleotide";
	
	var total = 0;

	if (document.QRQ3.c3d[0].checked==false)
		total++;
	if (document.QRQ3.c3d[1].checked==false)
		total++;
	if (document.QRQ3.c3d[2].checked==false)
		total++;
	if (document.QRQ3.c3d[3].checked==false)
		total++;
	if (document.QRQ3.c3d[4].checked==true)
		total++;
	if (document.QRQ3.c3d[5].checked==false)
		total++;
	if (document.QRQ3.c3d[6].checked==false)
		total++;
	if (document.QRQ3.c3d[7].checked==false)
		total++;
	if (document.QRQ3.c3d[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ3e() {
		var correct ="A, G, C, and T";
	
	var total = 0;

	if (document.QRQ3.c3e[0].checked==true)
		total++;
	if (document.QRQ3.c3e[1].checked==true)
		total++;
	if (document.QRQ3.c3e[2].checked==false)
		total++;
	if (document.QRQ3.c3e[3].checked==true)
		total++;
	if (document.QRQ3.c3e[4].checked==false)
		total++;
	if (document.QRQ3.c3e[5].checked==false)
		total++;
	if (document.QRQ3.c3e[6].checked==false)
		total++;
	if (document.QRQ3.c3e[7].checked==true)
		total++;
	if (document.QRQ3.c3e[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ3f() {
		var correct ="A, G, C, and U";
	
	var total = 0;

	if (document.QRQ3.c3f[0].checked==true)
		total++;
	if (document.QRQ3.c3f[1].checked==true)
		total++;
	if (document.QRQ3.c3f[2].checked==false)
		total++;
	if (document.QRQ3.c3f[3].checked==true)
		total++;
	if (document.QRQ3.c3f[4].checked==false)
		total++;
	if (document.QRQ3.c3f[5].checked==false)
		total++;
	if (document.QRQ3.c3f[6].checked==false)
		total++;
	if (document.QRQ3.c3f[7].checked==false)
		total++;
	if (document.QRQ3.c3f[8].checked==true)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ3g() {
		var correct ="T";
	
	var total = 0;

	if (document.QRQ3.c3g[0].checked==false)
		total++;
	if (document.QRQ3.c3g[1].checked==false)
		total++;
	if (document.QRQ3.c3g[2].checked==false)
		total++;
	if (document.QRQ3.c3g[3].checked==false)
		total++;
	if (document.QRQ3.c3g[4].checked==false)
		total++;
	if (document.QRQ3.c3g[5].checked==false)
		total++;
	if (document.QRQ3.c3g[6].checked==false)
		total++;
	if (document.QRQ3.c3g[7].checked==true)
		total++;
	if (document.QRQ3.c3g[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ3h() {
		var correct ="U";
	
	var total = 0;

	if (document.QRQ3.c3h[0].checked==false)
		total++;
	if (document.QRQ3.c3h[1].checked==false)
		total++;
	if (document.QRQ3.c3h[2].checked==false)
		total++;
	if (document.QRQ3.c3h[3].checked==false)
		total++;
	if (document.QRQ3.c3h[4].checked==false)
		total++;
	if (document.QRQ3.c3h[5].checked==false)
		total++;
	if (document.QRQ3.c3h[6].checked==false)
		total++;
	if (document.QRQ3.c3h[7].checked==false)
		total++;
	if (document.QRQ3.c3h[8].checked==true)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ3i() {
		var correct ="G";
	
	var total = 0;

	if (document.QRQ3.c3i[0].checked==false)
		total++;
	if (document.QRQ3.c3i[1].checked==false)
		total++;
	if (document.QRQ3.c3i[2].checked==false)
		total++;
	if (document.QRQ3.c3i[3].checked==true)
		total++;
	if (document.QRQ3.c3i[4].checked==false)
		total++;
	if (document.QRQ3.c3i[5].checked==false)
		total++;
	if (document.QRQ3.c3i[6].checked==false)
		total++;
	if (document.QRQ3.c3i[7].checked==false)
		total++;
	if (document.QRQ3.c3i[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ3j() {
		var correct ="A";
	
	var total = 0;

	if (document.QRQ3.c3j[0].checked==true)
		total++;
	if (document.QRQ3.c3j[1].checked==false)
		total++;
	if (document.QRQ3.c3j[2].checked==false)
		total++;
	if (document.QRQ3.c3j[3].checked==false)
		total++;
	if (document.QRQ3.c3j[4].checked==false)
		total++;
	if (document.QRQ3.c3j[5].checked==false)
		total++;
	if (document.QRQ3.c3j[6].checked==false)
		total++;
	if (document.QRQ3.c3j[7].checked==false)
		total++;
	if (document.QRQ3.c3j[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ3k() {
		var correct ="A";
	
	var total = 0;

	if (document.QRQ3.c3k[0].checked==true)
		total++;
	if (document.QRQ3.c3k[1].checked==false)
		total++;
	if (document.QRQ3.c3k[2].checked==false)
		total++;
	if (document.QRQ3.c3k[3].checked==false)
		total++;
	if (document.QRQ3.c3k[4].checked==false)
		total++;
	if (document.QRQ3.c3k[5].checked==false)
		total++;
	if (document.QRQ3.c3k[6].checked==false)
		total++;
	if (document.QRQ3.c3k[7].checked==false)
		total++;
	if (document.QRQ3.c3k[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ3l() {
		var correct ="C";
	
	var total = 0;

	if (document.QRQ3.c3l[0].checked==false)
		total++;
	if (document.QRQ3.c3l[1].checked==true)
		total++;
	if (document.QRQ3.c3l[2].checked==false)
		total++;
	if (document.QRQ3.c3l[3].checked==false)
		total++;
	if (document.QRQ3.c3l[4].checked==false)
		total++;
	if (document.QRQ3.c3l[5].checked==false)
		total++;
	if (document.QRQ3.c3l[6].checked==false)
		total++;
	if (document.QRQ3.c3l[7].checked==false)
		total++;
	if (document.QRQ3.c3l[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ3m() {
		var correct ="RNA";
	
	var total = 0;

	if (document.QRQ3.c3m[0].checked==false)
		total++;
	if (document.QRQ3.c3m[1].checked==false)
		total++;
	if (document.QRQ3.c3m[2].checked==false)
		total++;
	if (document.QRQ3.c3m[3].checked==false)
		total++;
	if (document.QRQ3.c3m[4].checked==false)
		total++;
	if (document.QRQ3.c3m[5].checked==false)
		total++;
	if (document.QRQ3.c3m[6].checked==true)
		total++;
	if (document.QRQ3.c3m[7].checked==false)
		total++;
	if (document.QRQ3.c3m[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ3n() {
		var correct ="DNA";
	
	var total = 0;

	if (document.QRQ3.c3n[0].checked==false)
		total++;
	if (document.QRQ3.c3n[1].checked==false)
		total++;
	if (document.QRQ3.c3n[2].checked==true)
		total++;
	if (document.QRQ3.c3n[3].checked==false)
		total++;
	if (document.QRQ3.c3n[4].checked==false)
		total++;
	if (document.QRQ3.c3n[5].checked==false)
		total++;
	if (document.QRQ3.c3n[6].checked==false)
		total++;
	if (document.QRQ3.c3n[7].checked==false)
		total++;
	if (document.QRQ3.c3n[8].checked==false)
		total++;
	
		
		if (total == 9) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=100');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answer is: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ4a() {
		var guess = prompt("Please enter your answer");
		var correct =  "3";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=300,height=200');
			var congrats = "<body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer</font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=300,height=200');
			var sorry = "<body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + " </font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ4b() {
		var guess = prompt("Please enter your answer");
		var correct = "4";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=300,height=200');
			var congrats = "<body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer</font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=300,height=200');
			var sorry = "<body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + " </font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ4c() {
		var guess = prompt("Please enter your answer");
		var correct = "20";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=300,height=200');
			var congrats = "<body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer</font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=300,height=200');
			var sorry = "<body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + " </font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ4d() {
		var guess = prompt("Please enter your answer");
		var correct = "64";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=300,height=200');
			var congrats = "<body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i> " + correct + " </i> is the correct answer</font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=300,height=200');
			var sorry = "<body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - The correct answer is: " + correct + " </font>\n<br><br>\n<form><input type=\"button\" value=\"Close this window\" onClick=\"window.close();\"></form>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ5a()
{
	var correct="chromosome";
		if (document.QRQ5.r5a[1].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ5b()
{
	var correct="gene";
		if (document.QRQ5.r5b[5].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ5c()
{
	var correct="genome";
		if (document.QRQ5.r5c[6].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ5d()
{
	var correct="triplet";
		if (document.QRQ5.r5d[13].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ5e()
{
	var correct="protein synthesis";
		if (document.QRQ5.r5e[10].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ5f()
{
	var correct="nucleus";
		if (document.QRQ5.r5f[8].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ5g()
{
	var correct="nucleus";
		if (document.QRQ5.r5g[8].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ5h()
{
	var correct="mRNA";
		if (document.QRQ5.r5h[7].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ5i()
{
	var correct="codon";
		if (document.QRQ5.r5i[2].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ5j()
{
	var correct="transcription";
		if (document.QRQ5.r5j[12].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ5k()
{
	var correct="cytoplasm";
		if (document.QRQ5.r5k[3].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ5l()
{
	var correct="ribosome";
		if (document.QRQ5.r5l[11].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ5m()
{
	var correct="anticodon";
		if (document.QRQ5.r5m[0].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ5n()
{
	var correct="peptide bond";
		if (document.QRQ5.r5n[9].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ5o()
{
	var correct="anticodon";
		if (document.QRQ5.r5o[0].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}

function QRQ5p()
{
	var correct="peptide bond";
		if (document.QRQ5.r5p[9].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=100');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct - "+correct+" 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></body></html>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,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></body></html>";
			WrongWindow.document.write(sorry);				
		}
	}


function QRQ6a() {
		var correct ="<br>All versions of data needed<br>Complex<br>Context of data important<br>Databases may represent the same data in different ways<br>Intricate queries important<br>Limited knowledge of schema by users<br>Mostly read only access<br>Schemas change often<br>Some data has exceptions<br>Some data redundancy needed<br>User-friendly web access needed";
	
	var total = 0;

	if (document.QRQ6.c6[0].checked==true)
		total++;
	if (document.QRQ6.c6[1].checked==true)
		total++;
	if (document.QRQ6.c6[2].checked==true)
		total++;
	if (document.QRQ6.c6[3].checked==true)
		total++;
	if (document.QRQ6.c6[4].checked==false)
		total++;
	if (document.QRQ6.c6[5].checked==false)
		total++;
	if (document.QRQ6.c6[6].checked==false)
		total++;
	if (document.QRQ6.c6[7].checked==true)
		total++;
	if (document.QRQ6.c6[8].checked==true)
		total++;
	if (document.QRQ6.c6[9].checked==false)
		total++;
	if (document.QRQ6.c6[10].checked==true)
		total++;
	if (document.QRQ6.c6[11].checked==false)
		total++;
	if (document.QRQ6.c6[12].checked==false)
		total++;
	if (document.QRQ6.c6[13].checked==false)
		total++;
	if (document.QRQ6.c6[14].checked==false)
		total++;
	if (document.QRQ6.c6[15].checked==false)
		total++;
	if (document.QRQ6.c6[16].checked==true)
		total++;
	if (document.QRQ6.c6[17].checked==false)
		total++;
	if (document.QRQ6.c6[18].checked==true)
		total++;
	if (document.QRQ6.c6[19].checked==true)
		total++;
	if (document.QRQ6.c6[20].checked==true)
		total++;
		
		if (total == 21) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=400');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! The correct answers are<i> " + correct + " </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>";
			RightWindow.document.write(congrats);
		} else {
			WrongWindow = window.open('','WrongWindow','toolbar=no,location=no,width=450,height=400');
			var sorry = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are incorrect - <br>The correct answers are: <i>" + correct + "</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>";
			WrongWindow.document.write(sorry);				
		}
	}


