//Heading Displayed on the Quiz Page
pageHeading="NATO Figher planes makes and manufacturers Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Made in 1966 this twin seat multirole aircraft had maximum speed of 2.2 mach. It was named F-4 Phantom. Which company made it ?",
    "Northrop",
    "Boeing",
    "Gruman",
    "McDonnell Douglas", 
3)

qa[1] = new Question("Which Italian car major built the G.91 Y in 1966 ?",
    "Fiat",
    "Alfa Romeo",
    "Lamborghini",
    "Masserati", 
0)

qa[2] = new Question("Which French aviation company makes the Mirage aircrafts ?",
    "Airbus Industries",
    "Alcatel",
    "Schlumberger",
    "Dassault",
3)

qa[3] = new Question("Made in 1968 the CF-5 Freedom fighter was a collaboration between the U.S and which other NATO country ?",
    "U.K",
    "Canada",
    "France",
    "Italy", 
1)

qa[4] = new Question("What is the nickname of Grumman made F-14 ?",
	"Alley cat",
	"Tom Cat",
	"Skinny Cat",
	"Fat CAT",
1)

qa[5] = new Question("What is the nickname of McDonnell Douglas made F-15 ?",
    "Eagle",
    "Hawk",
    "Kite",
    "Falcon",
0)

qa[6] = new Question("Which U.S company made the much popular F-16 Fighting Falcon ?",
	"Grumman",
	"Northrop",
	"McDonnell Douglas",
	"General Dynamics",
3)

qa[7] = new Question("Made in 1978 by British Aerospace, this plane has V/STOL - (vertical /short take off lift). Identify this plane ?",
	"Sea Harrier",
	"Albatross",
	"Seagull",
	"Booby",
0)

qa[8] = new Question("Panavia Tornado ADV is the product of joint collaboration between three NATO members. Two of them being U.K and former West Germany. Name the third country in this partnership :",
	"U.S",
	"Canada",
	"France",
	"Italy",
3)

qa[9] = new Question("It is a product of joint collaboration between four NATO members. that is U.K, Germany, Italy and Spain. Name the plane :",
	"Euro fighter Storm",
	"Euro fighter Gale",
	"Euro fighter Typhoon",
	"Euro fighter Cyclone",
2)

