//Heading Displayed on the Quiz Page
pageHeading="Motor Cars - Lexus Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Lexus is the luxury car segment of which Japanese car manufacturer ?",
    "Mazda",
    "Toyota",
    "Nissan",
    "Honda", 
1)

qa[1] = new Question("In 1996 Lexus entered the market with an off roader. This vehicle is known for its off road handling and comfort. Name this model :",
    "LX 450",
    "UVX 450",
    "LX 100",
    "XL 450", 
0)

qa[2] = new Question("Who was the designer of the 2nd generation LS 400 launched in 1995 ?",
    "Makoto Oshima",
    "Eiji Toyoda",
    "Taro Itai",
    "Matsua Suzuki",
0)

qa[3] = new Question("In 1996 Lexus presented its FLV(Future Luxury Vehicle) at two motor shows. One of which was the Detroit Motor show. Which was the other ?",
    "Shanghai Motor Show",
    "London Motor Show",
    "Frankfurt Motor Show",
    "Tokyo Motor Show", 
3)
qa[4] = new Question("During its conceptual stage this off roader was called the 'Harrier'. What was it called when it was launched in 1998 ?",
	"RX 300",
	"OR 400",
	"OR 500",
	"RX 400",
0)

qa[5] = new Question("Launched in 2000. This vehicle has 280 horse power and can attain 0-100 kmph in 6.7 seconds. Name this vehicle :",
    "Lexus 4.3",
    "Lexus 280",
    "Lexus Elegant",
    "Lexus Grand",
0)


qa[6] = new Question("In 2002 Lexus designed a car for a Steven Spielberg film based on a  Sci-fi novel by Phillip K. Dick. Name the film :",
	"Blade Runner",
	"Total Recall",
	"Alien",
	"Minority Report",
3)

qa[7] = new Question("The first Lexus to hit the road was LS 400. In which year was it ?",
	"1990",
	"1989",
	"1987",
	"1992",
1)

qa[8] = new Question("Who is credited to have designed the first generation LS 400 ?",
	"Kunihiro Uchida",
	"Eiji Toyoda",
	"Taro Itai",
	"Matsua Suzuki",
0)

qa[9] = new Question("The High Performance Sedan concept car is the forerunner of which Lexus model ?",
	"Lexus 4.3",
	"Lexus 280",
	"GS300",
	"Lexus Grand",
1)

