var qTitle = 'Songs from the Musicals Trivia Game';
var numOpt = 4;
var wHeight = 300;
var wWidth = 480;

var questions = new Array
(
"The song 'I Feel Pretty' comes from which musical? AAA South Pacific BBB West Side Story CCC Carousel DDD Gypsy",
"The song 'Secret Love' comes from which musical? AAA Calamity Jane BBB Funny Girl CCC The Sound of Music DDD Evita",
"The song 'A Couple of Swells' comes from which musical? AAA Guys and Dolls BBB Porgy and Bess CCC High Society DDD Easter Parade",
"The song 'Send in the Clowns' comes from which musical? AAA Gigi BBB Cats CCC A Little Night Music DDD Camelot",
"The song 'Luck Be a Lady' comes from which musical? AAA Carousel BBB Mary Poppins CCC Paint Your Wagon DDD Guys and Dolls",
"The song 'Younger than Springtime' comes from which musical? AAA South Pacific BBB Oklahoma! CCC The King and I DDD Damn Yankees",
"The song 'I Could Have Danced All Night' comes from which musical? AAA Easter Parade BBB My Fair Lady CCC Oliver! DDD Man of La Mancha",
"The song 'Too Darn Hot' comes from which musical? AAA Pal Joey BBB Babes in Arms CCC Kiss Me, Kate DDD Annie Get Your Gun",
"The song 'You'll Never Walk Alone' comes from which musical? AAA Man of La Mancha BBB Carousel CCC The Music Man DDD Sweet Charity",
"The song 'I Get a Kick Out of You ' comes from which musical? AAA On the Town BBB On Your Toes CCC Can-Can DDD Anything Goes"
);

var answers = new Array
('b','a','d','c','d','a','b','c','b','d');