<!-- Begin
function Round1()
{
Q1=prompt("First understanding of astigmatism and its correction","Your Answer Here");
if (Q1=="h")
{
alert("Correct!")
document.verify.Question2.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round2()
{
Q2=prompt("First United States school for refracting opens in Boston","Your Answer Here")
if (Q2=="j")
{
alert("Correct!")
document.verify.Question3.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round3()
{
Q3=prompt("First spectacles invented by an unknown Italian artisan","Your Answer Here")
if (Q3=="a")
{
alert("Correct!")
document.verify.Question4.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round4()
{
Q4=prompt("First spectacles patent\, \#1359 is awarded to Addison Smith","Your Answer Here")
if (Q4=="e")
{
alert("Correct!")
document.verify.Question5.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round5()
{
Q5=prompt("First gold and silver spectacles made by John McAllister\, Sr.","Your Answer Here")
if (Q5=="g")
{
alert("Correct!")
document.verify.Question6.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}

function Round6()
{
Q6=prompt("First adjustable sidearm implemented","Your Answer Here");
if (Q6=="f")
{
alert("Correct!")
document.verify.Question7.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}


function Round7()
{
Q7=prompt("First sidearm design for spectacles advertised--after 440 years","Your Answer Here")
if (Q7=="c")
{
alert("Correct!")
document.verify.Question8.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}

function Round8()
{
Q8=prompt("First \"Visual Glasses\" - Benjamin Martin - an annulus made of horn","Your Answer Here");
if (Q8=="d")
{
alert("Correct!")
document.verify.Question9.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round9()
{
Q9=prompt("First of American Optical\'s originators \(Beecher\) makes spectacles","Your Answer Here");
if (Q9=="i")
{
alert("Correct!")
document.verify.Question10.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round10()
{
Q10=prompt("First painting shows Cardinal Hugh of St. Cher wearing rivet spectacles","Your Answer Here");
if (Q10=="b")
{
alert("Correct!")

alert("You answered every question correctly!")

location.href = 'http://www.antiquespectacles.com/games/connect/congratulations.htm';

//alert("Thanks for playing!")
}
else
{
alert("Incorrect! Try Again.")
}
}
function PendRound2()
{
if (document.verify.Question2.value=="Granted")
{
Round2()
}
if (document.verify.Question2.value=="Denied")
{
alert("You must answer the previous rounds correctly before advancing to this round.") 
}
}
function PendRound3()
{
if (document.verify.Question3.value=="Granted")
{
Round3()
}
if (document.verify.Question3.value=="Denied")
{
alert("You must answer the previous rounds correctly before advancing to this round.") 
}
}
function PendRound4()
{
if (document.verify.Question4.value=="Granted")
{
Round4()
}
if (document.verify.Question4.value=="Denied")
{
alert("You must answer the previous rounds correctly before advancing to this round.") 
}
}
function PendRound5()
{
if (document.verify.Question5.value=="Granted")
{
Round5()
}
if (document.verify.Question5.value=="Denied")
{
alert("You must answer the previous rounds correctly before advancing to this round.") 
}
}
function PendRound6()
{
if (document.verify.Question6.value=="Granted")
{
Round6()
}
if (document.verify.Question6.value=="Denied")
{
alert("You must answer the previous rounds correctly before advancing to this round.") 
}
}
function PendRound7()
{
if (document.verify.Question7.value=="Granted")
{
Round7()
}
if (document.verify.Question7.value=="Denied")
{
alert("You must answer the previous rounds correctly before advancing to this round.") 
}
}
function PendRound8()
{
if (document.verify.Question8.value=="Granted")
{
Round8()
}
if (document.verify.Question8.value=="Denied")
{
alert("You must answer the previous rounds correctly before advancing to this round.") 
}
}
function PendRound9()
{
if (document.verify.Question9.value=="Granted")
{
Round9()
}
if (document.verify.Question9.value=="Denied")
{
alert("You must answer the previous rounds correctly before advancing to this round.") 
}
}
function PendRound10()
{
if (document.verify.Question10.value=="Granted")
{
Round10()
}
if (document.verify.Question10.value=="Denied")
{
alert("You must answer the previous rounds correctly before advancing to this round.") 
}
}

//  End -->
