<!-- Begin
function Round1()
{
Q1=prompt("Tortoiseshell spectacles with a tortoiseshell case-circa 1820","Your Answer Here");
if (Q1=="b")
{
alert("Correct!")
document.verify.Question2.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round2()
{
Q2=prompt("Steel temple spectacles\, huge circle finials\, original steel case, circa 1740","Your Answer Here")
if (Q2=="h")
{
alert("Correct!")
document.verify.Question3.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round3()
{
Q3=prompt("Silver \"Visual Glasses\" \(Martin's Margins\), \"K\" Bridge\, circa 1815","Your Answer Here")
if (Q3=="c")
{
alert("Correct!")
document.verify.Question4.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round4()
{
Q4=prompt("Benjamin Franklin style bifocals\, pin-in-slot sidearms\, circa 1820","Your Answer Here")
if (Q4=="j")
{
alert("Correct!")
document.verify.Question5.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round5()
{
Q5=prompt("Rivet spectacles late 13th-16th century\, reproduction","Your Answer Here")
if (Q5=="a")
{
alert("Correct!")
document.verify.Question6.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}

function Round6()
{
Q6=prompt("Nuremberg \(single wire\) spectacles\, circa 1700","Your Answer Here");
if (Q6=="g")
{
alert("Correct!")
document.verify.Question7.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}


function Round7()
{
Q7=prompt("Mother of Pearl eyeglass cases\, mid 19th century","Your Answer Here")
if (Q7=="e")
{
alert("Correct!")
document.verify.Question8.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}

function Round8()
{
Q8=prompt("Three scissors glasses\, circa 1800","Your Answer Here");
if (Q8=="i")
{
alert("Correct!")
document.verify.Question9.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round9()
{
Q9=prompt("Nuremberg magnifier with original case\, early 18th century","Your Answer Here");
if (Q9=="d")
{
alert("Correct!")
document.verify.Question10.value="Granted"
}
else
{
alert("Incorrect! Try Again.")
}
}
function Round10()
{
Q10=prompt("Silver four lens spectacles\, \"X\" bridge, circa 1815\, original shagreen case","Your Answer Here");
if (Q10=="f")
{
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 -->
