//Heading Displayed on the Quiz Page
pageHeading="Geography Quiz"
//Questions

qa=new Array()

qa[0] = new Question("Which is the widest waterfall in the world ?",
    "Angel falls",
    "Niagara falls",
    "Horseshoe falls",
    "Khone falls", 
3)

qa[1] = new Question("Which waterfall has the highest drop ?",
    "Angel falls",
    "Khone falls",
    "Jog Falls",
    "Reichenbach falls", 
0)

qa[2] = new Question("Which is the worlds largest river system ?",
    "Nile",
    "Danube",
    "Volga",
    "Amazon",
3)

qa[3] = new Question("Sunderban delta is the largest in the world , which two countries share it?",
    "India & Bangladesh",
    "India & Pakistan",
    "Bangladesh & Myanmar",
    "Myanmar & Thailand", 
0)

qa[4] = new Question("Which is the worlds longest river ?",
	"Amazon",
	"Lena",
	"Nile",
	"Yang Tse",
2)

qa[5] = new Question("Which is the world's deepest fresh water lake ?",
    "Huron",
    "Ontario",
    "Baikal",
    "Superior",
2)


qa[6] = new Question("Which is the world's largest fresh water lake ?",
	"Superior",
	"Michigan",
	"Erie",
	"Huron",
0)

qa[7] = new Question("Which is the largest lake in the world ?",
	"Caspian Sea",
	"Michigan",
	"Erie",
	"Huron",
0)

qa[8] = new Question("Which is the tallest mountain in the world ?",
	"Mauna Kea",
	"Mt. Everest",
	"K2",
	"Nanda Devi",
0)

qa[9] = new Question("Which is the highest peak in the world ?",
	"Mt. Everest",
	"K2",
	"Tirich Mir",
	"Nanda Devi",
0)

