// JavaScript Document
function c1() { wrong = "";
correct = "That's right. Well done!";
if (document.f1.a1.value != "broke into") {
wrong += "Your answer is wrong. The correct answer is 'broke into'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c2() { wrong = "";
correct = "That's right. Well done!";
if (document.f2.a2.value != "pay it in") {
wrong += "Your answer is wrong. The correct answer is 'pay it in'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}



function c3() { wrong = "";
correct = "That's right. Well done!";
if (document.f3.a3.value != "passed away") {
wrong += "Your answer is wrong. The correct answer is 'passed away'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}



function c4() { 
answer_is = "take them up";
wrong = "";
correct = "That's right. Well done!";
if (document.f4.a4.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c5() { 
answer_is = "to get out of";
wrong = "";
correct = "That's right. Well done!";
if (document.f5.a5.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c6() { 
answer_is = "chat me up";
wrong = "";
correct = "That's right. Well done!";
if (document.f6.a6.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}



function c7() { 
answer_is = "eke it out";
wrong = "";
correct = "That's right. Well done!";
if (document.f7.a7.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c8() { 
answer_is = "took it out on";
wrong = "";
correct = "That's right. Well done!";
if (document.f8.a8.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c9() { 
answer_is = "sponging off";
wrong = "";
correct = "That's right. Well done!";
if (document.f9.a9.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c10() { 
answer_is = "take over from";
wrong = "";
correct = "That's right. Well done!";
if (document.f10.a10.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c11() { 
answer_is = "to get away";
wrong = "";
correct = "That's right. Well done!";
if (document.f11.a11.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c12() { 
answer_is = "setting off";
wrong = "";
correct = "That's right. Well done!";
if (document.f12.a12.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c13() { 
answer_is = "was heading for";
wrong = "";
correct = "That's right. Well done!";
if (document.f13.a13.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}



function c14() { 
answer_is = "signed me off";
wrong = "";
correct = "That's right. Well done!";
if (document.f14.a14.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c15() { 
answer_is = "broken up with";
wrong = "";
correct = "That's right. Well done!";
if (document.f15.a15.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c16() { 
answer_is = "live it down";
answer_is2 = "live that down"
answer_is3 = "live this down"
wrong = "";
correct = "That's right. Well done!";
if ((document.f16.a16.value != answer_is) && (document.f16.a16.value != answer_is2)  &&(document.f16.a16.value != answer_is3)) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + " / " + answer_is2 + " / " + answer_is3 + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c17() { 
answer_is = "call";
answer_is2 = "out"
wrong = "";
correct = "That's right. Well done!";
if ((document.f17.a17.value != answer_is) || (document.f17.a17a.value != answer_is2)) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + " ... " + answer_is2 + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c18() { 
answer_is = "cheer you up";
wrong = "";
correct = "That's right. Well done!";
if (document.f18.a18.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c19() { 
answer_is = "held up";
wrong = "";
correct = "That's right. Well done!";
if (document.f19.a19.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c20() { 
answer_is = "given us the go-ahead";
wrong = "";
correct = "That's right. Well done!";
if (document.f20.a20.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c21() { 
answer_is = "see you off";
wrong = "";
correct = "That's right. Well done!";
if (document.f21.a21.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}



function c22() { 
answer_is = "put him away";
wrong = "";
correct = "That's right. Well done!";
if (document.f22.a22.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c23() { 
answer_is = "put you up";
wrong = "";
correct = "That's right. Well done!";
if (document.f23.a23.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c24() { 
answer_is = "broke down";
wrong = "";
correct = "That's right. Well done!";
if (document.f24.a24.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c25() { 
answer_is = "to take off";
wrong = "";
correct = "That's right. Well done!";
if (document.f25.a25.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c26() { 
answer_is = "take out";
wrong = "";
correct = "That's right. Well done!";
if (document.f26.a26.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c27() { 
answer_is = "pay it off";
wrong = "";
correct = "That's right. Well done!";
if (document.f27.a27.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c28() { 
answer_is = "to break even";
wrong = "";
correct = "That's right. Well done!";
if (document.f28.a28.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c29() { 
answer_is = "going down with";
wrong = "";
correct = "That's right. Well done!";
if (document.f29.a29.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c30() { 
answer_is = "got over";
wrong = "";
correct = "That's right. Well done!";
if (document.f30.a30.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c31() { 
answer_is = "got over";
wrong = "";
correct = "That's right. Well done!";
if (document.f31.a31.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c32() { 
answer_is = "turn off";
wrong = "";
correct = "That's right. Well done!";
if (document.f32.a32.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c33() { 
answer_is = "turn over to";
wrong = "";
correct = "That's right. Well done!";
if (document.f33.a33.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c34() { 
answer_is = "getting on";
wrong = "";
correct = "That's right. Well done!";
if (document.f34.a34.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c35() { 
answer_is = "fallen out with my";
wrong = "";
correct = "That's right. Well done!";
if (document.f35.a35.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c36() { 
answer_is = "made up";
answer_is2 = "made it up";
wrong = "";
correct = "That's right. Well done!";
if ((document.f36.a36.value != answer_is) && (document.f36.a36.value != answer_is2)) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + " / " + answer_is2 + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c37() { 
answer_is = "to get over it";
wrong = "";
correct = "That's right. Well done!";
if (document.f37.a37.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}



function c38() { 
answer_is = "winning him over";
wrong = "";
correct = "That's right. Well done!";
if (document.f38.a38.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is +  "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c39() { 
answer_is = "see eye to eye";
wrong = "";
correct = "That's right. Well done!";
if (document.f39.a39.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c40() { 
answer_is = "broke down";
wrong = "";
correct = "That's right. Well done!";
if (document.f40.a40.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c41() { 
answer_is = "put it on";
wrong = "";
correct = "That's right. Well done!";
if (document.f41.a41.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is +  "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c42() { 
answer_is = "take it off";
wrong = "";
correct = "That's right. Well done!";
if (document.f42.a42.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c43() { 
answer_is = "take them in";
wrong = "";
correct = "That's right. Well done!";
if (document.f43.a43.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c44() { 
answer_is = "try them on";
wrong = "";
correct = "That's right. Well done!";
if (document.f44.a44.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is +  "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c45() { 
answer_is = "have my hands full";
answer_is2 = "have got my hands full";
answer_is3 = "‘ve got my hands full";
wrong = "";
correct = "That's right. Well done!";
if ((document.f45.a45.value != answer_is)&&(document.f45.a45.value != answer_is)&&(document.f45.a45.value != answer_is)) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + " / " + answer_is2 + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c46() { 
answer_is = "sort out";
wrong = "";
correct = "That's right. Well done!";
if (document.f46.a46.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c47() { 
answer_is = "gone off";
wrong = "";
correct = "That's right. Well done!";
if (document.f47.a47.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c48() { 
answer_is = "eat up";
wrong = "";
correct = "That's right. Well done!";
if (document.f48.a48.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c49() { 
answer_is = "threw up";
wrong = "";
correct = "That's right. Well done!";
if (document.f49.a49.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c50() { 
answer_is = "under the weather";
wrong = "";
correct = "That's right. Well done!";
if (document.f50.a50.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c51() { 
answer_is = "pick you up";
wrong = "";
correct = "That's right. Well done!";
if (document.f51.a51.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c52() { 
answer_is = "check out of";
wrong = "";
correct = "That's right. Well done!";
if (document.f52.a52.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c53() { 
answer_is = "blew his top";
wrong = "";
correct = "That's right. Well done!";
if (document.f53.a53.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}



function c54() { 
answer_is = "fell for";
wrong = "";
correct = "That's right. Well done!";
if (document.f54.a54.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c55() { 
answer_is = "in the red";
wrong = "";
correct = "That's right. Well done!";
if (document.f55.a55.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c56() { 
answer_is = "it’s on me";
wrong = "";
correct = "That's right. Well done!";
if (document.f56.a56.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c57() { 
answer_is = "square up";
wrong = "";
correct = "That's right. Well done!";
if (document.f57.a57.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c58() { 
answer_is = "saw through";
wrong = "";
correct = "That's right. Well done!";
if (document.f58.a58.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c59() { 
answer_is = "run out of";
wrong = "";
correct = "That's right. Well done!";
if (document.f59.a59.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c60() { 
answer_is = "passed out";
wrong = "";
correct = "That's right. Well done!";
if (document.f60.a60.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c61() { 
answer_is = "saw it through";
wrong = "";
correct = "That's right. Well done!";
if (document.f61.a61.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c62() { 
answer_is = "put me down";
wrong = "";
correct = "That's right. Well done!";
if (document.f62.a62.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c63() { 
answer_is = "looked up to";
answer_is2 = "used to look up to";
wrong = "";
correct = "That's right. Well done!";
if (document.f63.a63.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + " / " + answer_is2 + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}


function c64() { 
answer_is = "looks down on";
wrong = "";
correct = "That's right. Well done!";
if (document.f64.a64.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

function c65() { 
answer_is = "backed out";
wrong = "";
correct = "That's right. Well done!";
if (document.f65.a65.value != answer_is) {
wrong += "Your answer is wrong. The correct answer is '" + answer_is + "'";
} 
if (wrong != "") { wrong;
alert(wrong); return false; }
else { 	alert(correct);	return true;	}}

