function QRQ1a() {
		var guess = prompt("Please enter your answer");
		var correct = "<html>";
			
		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><xmp> " + correct + "</xmp></i> is the correct answer.</font>\n<br><br>\n<form name=\"form\"><center><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: " +"<xmp>"+correct+"</xmp>"+ "</font>\n\n<form name=\"form\"><center><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 QRQ1b() {
		var guess = prompt("Please enter your answer");
		var correct = "</html>";
			
		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><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ1c() {
		var guess = prompt("Please enter your answer");
		var correct = "<body>";
			
		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> <xmp>" + correct + "</xmp> </i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ1d() {
		var guess = prompt("Please enter your answer");
		var correct = "<title>Page</title>";
			
		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> <xmp>" + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ2a() {
		var guess = prompt("Please enter your answer");
		var correct = "<body>";
			
		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><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ2b() {
		var guess = prompt("Please enter your answer");
		var correct = "</p>";
			
		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> <xmp>" + correct + "</xmp> </i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ2c() {
		var guess = prompt("Please enter your answer");
		var correct = "<center><img src = \"pic.gif\"></img></center>";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=500,height=150');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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=500,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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ3a() {
		var guess = prompt("Please enter your answer");
		var correct = "<h6>Databases</h6><hr>";
			
		if (guess == correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=450,height=150');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ3b() {
		var correct = "<a href=\"http://school.lab.edu/PLACE\">";
			
		if (document.QRQ3form.radio1[1].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=400,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " +correct+ " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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=400,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: <xmp>"+correct+"</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ3c() {
		var correct = "<a href=\"#Place\">";
			
		if (document.QRQ3form.radio2[0].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ3d() {
		var correct = "<a name=\"PLACE\">";
			
		if (document.QRQ3form.radio3[3].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ4a() {
var guess = prompt("Please enter your answer");
		var correct = "x<sup>2</sup>";
			
		if (guess==correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ4b() {
		var correct = "<a href=\"mailto:\"";
			
		if (document.QRQ3form.radio1[1].checked==true) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ5a() {
		var guess = prompt("Please enter your answer");
		var correct = "Elements<ul><li>C<li>H</ul>";
			
		if (guess==correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=400,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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=400,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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ5b() {
		var guess = prompt("Please enter your answer");
		var correct = "<ol>";
			
		if (guess==correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ6a() {
		var guess = prompt("Please enter your answer");
		var correct = "<table>";
			
		if (guess==correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ6b() {
		var guess = prompt("Please enter your answer");
		var correct = "<tr>";
			
		if (guess==correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ6c() {
		var guess = prompt("Please enter your answer");
		var correct = "<th>";
			
		if (guess==correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ6d() {
		var guess = prompt("Please enter your answer");
		var correct = "<td>";
			
		if (guess==correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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 QRQ6e() {
		var guess = prompt("Please enter your answer");
		var correct = "&nbsp\;";
			
		if (guess==correct) {
			RightWindow = window.open('','RightWindow','toolbar=no,location=no,width=350,height=175');
			var congrats = "<html><head><title>Quick Review Question Answer</title></head><body bgcolor=\"#E1E5BE\"><font size=4>You are correct! <i><xmp> " + correct + " </xmp></i> is the correct answer.</font>\n\n<form name=\"form\"><center><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: <xmp>" + correct + "</xmp> </font>\n\n<form name=\"form\"><center><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);				
		}
	}
