<!-- Begin
function Round1()
{
Q1=prompt("Who developed the four lens spectacles hinged on the outer sides, 1797?","Your Answer Here");
if (Q1=="d")
{
alert("Correct!")
document.verify.Question2.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round2()
{
Q2=prompt("Who created the first painting with spectacles being worn by a famous person?","Your Answer Here")
if (Q2=="e")
{
alert("Correct!")
document.verify.Question3.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round3()
{
Q3=prompt("Who patented the spring mechanism for the lorgnette in 1825?","Your Answer Here")
if (Q3=="i")
{
alert("Correct!")
document.verify.Question4.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round4()
{
Q4=prompt("Who devised \"Visual Glasses\" to cut down light entering the eye?","Your Answer Here")
if (Q4=="g")
{
alert("Correct!")
document.verify.Question5.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round5()
{
Q5=prompt("Who invented the double hinge extension to the sidearm circa 1752?","Your Answer Here")
if (Q5=="a")
{
alert("Correct!")
document.verify.Question6.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}

function Round6()
{
Q6=prompt("Who devised the first pair of bifocals in London in the 1760s?","Your Answer Here");
if (Q6=="j")
{
alert("Correct!")
document.verify.Question7.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}


function Round7()
{
Q7=prompt("Who probably devised and then first advertised the first temple sidearm circa 1730?","Your Answer Here")
if (Q7=="h")
{
alert("Correct!")
document.verify.Question8.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}

function Round8()
{
Q8=prompt("Who was the spectacle maker who began a five generation business in Philadelphia in 1799?","Your Answer Here");
if (Q8=="b")
{
alert("Correct!")
document.verify.Question9.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round9()
{
Q9=prompt("Who received the first spectacle patent for double specs hinged above in 1783?","Your Answer Here");
if (Q9=="f")
{
alert("Correct!")
document.verify.Question10.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round10()
{
Q10=prompt("Who invented \"patent\" spectacles to adjust for pupil separation in 1797?","Your Answer Here");
if (Q10=="c")
{
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 -->
