//Heading Displayed on the Quiz Page
pageHeading="Soviet and Russian planes and helicopters Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Called the 'Flanker' by the NATO forces which Russian Aircraft am I referring to ?",
    "MiG 27",
    "MiG 25",
    "Sukhoi SU-30MKI",
    "AN32", 
2)

qa[1] = new Question("By what name is the MiG 1.42/44 called by the NATO Forces ?",
    "Flatfish",
    "Flatbed",
    "Flat hook",
    "Flatpack", 
3)

qa[2] = new Question("Built in 1999. this twin sitter multirole carrier has a top speed of 2.34 mach Identify this plane ?",
    "Sukhoi SU-27KUB",
    "MiG 27",
    "Mig 23",
    "Sukhoi SU-30MKI",
3)

qa[3] = new Question("What is the name given to Mig 29 by the NATO forces ?",
    "Fulcrum",
    "Super Fulcrum",
    "Akula",
    "Flanker", 
0)

qa[4] = new Question("This helicopter is armed with one 30mm cannon. It is a  twin seater with a maximum speed of 186 mph. Identify this Helicopter ?",
	"Mi-28 'Havoc'",
	"Ka-50 Black Shark 'Hokum'",
	"Sikorsky RAH -66",
	"Ka-52 Alligator 'Hokum-B'",
0)

qa[5] = new Question("Built in 1966 it is armed with two 30 mm machine guns with a top speed of 2.09 mach. Name this Sukhoi :",
    "Sukhoi-15VD",
    "Sukhoi -17 (II)",
    "Sukhoi-19",
    "Sukhoi- 21",
1)


qa[6] = new Question("The Mig 21 -2000 Lancer is a advance version of MIG-21. Which country has built this ?",
	"France",
	"Italy",
	"Germany",
	"Israel",
3)

qa[7] = new Question("The Sukhoi-34'Fullback' is also called by a name of a marsupial. Which animal is it ?",
	"Koala",
	"Kangaroo",
	"Platypus",
	"Joey",
2)

qa[8] = new Question("Test flown in 1975, this Mig interceptor has one 23 mm cannon, with a top speed of Mach 2.83. Identify this plane ?",
	"Mig 23",
	"Mig 25",
	"Mig 27",
	"Mig 31",
3)

qa[9] = new Question("Returning to  Mig 31, what is its code name used by NATO ?",
	"Fulcrum",
	"Fishbed",
	"Foxhound",
	"Flatbed",
2)

