//Heading Displayed on the Quiz Page
pageHeading="BMW Williams Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Who along with Sir Frank Williams founded the Williams team ?",
    "Patrick Head",
    "Stirling Moss",
    "Graham Hill",
    "Jackie Stewart", 
0)

qa[1] = new Question("Which was the first car built by this team ?",
    "FW 06 in 1978",
    "FW 07 in 1978",
    "FW 01 in 1978",
    "FW 00 in 1978", 
0)

qa[2] = new Question("Which was the first GP win for Williams ?",
    "British GP in 1979",
    "Spanish GP 1980",
    "French GP 1981",
    "Hungarian GP 1982",
0)

qa[3] = new Question("In 1983, Williams tied up with a engine manufacturer for turbo powered engine. Name the company :",
    "Honda",
    "Mercedes",
    "BMW",
    "Toyota", 
0)

qa[4] = new Question("After Team Williams association with Honda ended, which company stepped in to supply the engines ?",
	"Renault",
	"Toyota",
	"Mercedes",
	"BMW",
0)

qa[5] = new Question("In 1990, Nigel Mansell made a post retirement come back and joined Willaims. Which team did he leave ?",
    "Ferrari",
    "McLaren",
    "Jaguar",
    "BAR.",
0)

qa[6] = new Question("In the 1994 Monaco GP, the Williams team fielded only one car. Why ?",
	"As a mark of respect to Aryton Senna. He died in crash driving a Williams at the San Marino GP at Imola",
	"The other car broke down",
	"They did not have another driver in the team",
	"They were cutting expenses",
0)

qa[7] = new Question("With the death of Aryton Senna, Damon Hill became the number 1 driver for Williams. Who took Hill's earlier position of number 2 driver in the team ?",
	"David Coulthard",
	"Mika Hakinenn",
	"Nigel Mansell",
	"Nelson Piquet",
0)

qa[8] = new Question("BMW Williams had only one win in the 2002 season. Name the GP :",
	"Malaysian GP", 
	"French GP",
	"British GP",
	"Canadian GP",
0)

qa[9] = new Question("In which year did Williams win its first Constructors Championship ?",
	"1980",
	"1981",
	"1979",
	"1982",
0)