//Heading Displayed on the QUiz Page
pageHeading="Arms and the man Quiz"
//Questions

qa=new Array()

qa[0] = new Question("This series of guns, cannons and mortars were named after the daughter of the owner of Germany's Krupp steel works during WW I. By what nick name were these guns called ?",
    "Small Bertha",
    "Big Bertha",
    "Small Anna",
    "Big Anna", 
1)

qa[1] = new Question("A popular knife used in the Wild West America. It was used for both stabbing and cutting. This was named after a hero of the Alamo. Name the knife :",
    "Bowie Knife",
    "Smith Knife",
    "Peter Knife",
    "John Knife", 
0)

qa[2] = new Question("This celebrated six shooter was named after the inventor. It was patented in 1836 and from 1855 its mass production began. Name the six shooter :",
    "Webley and Scott",
    "Mauser",
    "Colt",
    "Walther",
2)

qa[3] = new Question("What is a short barreled large calibered pistol called ?",
    "Revolver",
    "Howitzer",
	"Cannon",
    "Derringer",
3)

qa[4] = new Question("This semi automatic rifle served as the basic weapon for American soldiers in both WW-II and Korean War. Name the rifle :",
	"M-1",
	"M-2",
	"M-16",
	"M-13",
0)

qa[5] = new Question("Who invented the Kalashnikov in 1947 ?",
    "Anatoly Kalashnikov",
    "Mikhail Kalashnikov",
    "Gennady Kalashnikov",
    "Vasily Kalashnikov",
1)

qa[6] = new Question("Favored gun by the army as well as the mafia, this was first introduced in 1926. Identify this gun ?",
	"Tommy Gun",
	"Jacky Gun",
	"Billy Gun",
	"Huey Gun",
0)

qa[7] = new Question("The first practical bolt action rifle was invented by the brothers Peter Paul and Wilhelm  in 1871. The rifle is named after their surname. Name the weapon :",
    "Walther Rifle",
    "Mauser Rifle",
    "Schmidt Rifle",
    "Schneider Rifle", 
1)

qa[8] = new Question("A crank operated prototype of the modern machine gun was invented by Dr Richard Gatling in 1862. Since then machine guns of all types are also called ?",
	"Gatling",
	"Gat",
	"Rick",
	"Gatlin",
1)

qa[9] = new Question("The inventor of the first modern machine gun was Hiram Maxim. To which country did he belong ?",
	"U.S.",
	"Canada",
	"Australia",
	"U.K",
3)