//Heading Displayed on the QUiz Page
pageHeading="Pioneers of Transatlantic Flight Quiz"
//Questions

qa=new Array()

qa[0] = new Question("In May 16, 1919 Lt Comdr Albert C Read and crew took from Trepassey Bay, New Foundland Canada for Plymouth England. The plane they flew was a NC-4 flying boat. What was the name given to that boat ?",
    "Spruce Goose",
    "Spirit of Canada",
    "Lame Duck",
    "Spirit of Empire", 
2)

qa[1] = new Question("Who commanded the first non stop flight across the Atlantic ?",
    "Lt Comdr Albert Read",
    "Charles Lindbergh",
    "Maj G.Scott",
    "Capt. John Alcock", 
3)

qa[2] = new Question("Which was the first English Airship to cross the Atlantic ?",
    "R-35",
    "R-36",
    "R-32",
    "R-34",
3)

qa[3] = new Question("The first German airship to cross the Atlantic was in 1924. After which city was it named ?",
    "New York",
    "New Jersey",
	"Berlin",
    "Los Angeles",
3)

qa[4] = new Question("Name the first aircraft to cross the South Atlantic ?",
	"Plus Ultra",
	"Nina",
	"Pinta",
	"Santa Maria",
0)

qa[5] = new Question("Who commanded the first aircraft to cross the South Atlantic ?",
    "Ramon Franco",
    "Francisco Franco",
    "Miguel Chavez",
    "Juan Sanchez",
0)

qa[6] = new Question("Who was the first person to fly solo across the Atlantic ?",
	"Charles Lindbergh",
	"Clarence Chamberlain",
	"Richard Byrd",
	"Maj. G.Scott",
0)

qa[7] = new Question("What was the name given to the plane flown by Lindbergh during his historic flight ?",
    "Spirit of America",
    "City Of New York",
    "City Of Paris",
    "Spirit of St.Louis", 
3)

qa[8] = new Question("What claim to fame does Charles Levine of the flight from New York to Eisleben, Germany in 1927 ?",
	"He was the first navigator in the History of aviation",
	"He was the first co-pilot in the history of aviation",
	"He was the first passenger in the history of aviation",
	"He was the first flight engineer in the history of aviation",
2)

qa[9] = new Question("Which make was the plane 'Spirit of St.Louis' ?",
	"Ryan",
	"Boeing",
	"McDonnell",
	"Fiat",
0)