var qTitle = 'Name Derivations Trivia Game';
var numOpt = 4;
var wHeight = 280;
var wWidth = 450;

var questions = new Array
(
"What male given name is the Latin word meaning 'happy'? AAA Julius BBB Felix CCC Remus DDD Rex",
"What female given name is the Greek word meaning 'peace'? AAA Irene BBB Daphne CCC Doris DDD Linda", 
"What male given name is derived from a Greek word meaning 'defender of men'? AAA Alexander BBB Philip CCC George DDD Virgil",
"What female given name is derived from the Greek word meaning 'foreign woman'? AAA Brenda  BBB Delia CCC Isadora DDD Barbara",
"What is the original meaning of the name Ursula? AAA Bright star BBB Sparkling stream CCC Little she-bear DDD Golden-haired",
"What male given name is derived from a Hebrew word meaning 'beloved'? AAA Adam BBB David CCC Saul DDD Joseph",
"What male name is derived from a Greek word meaning 'lover of horses'? AAA Patrick BBB Gordon CCC Philip DDD Marlon",
"What female name is a Sioux word meaning 'first-born daughter'? AAA Rhoda BBB Winona CCC Jolene DDD Aretha",
"What male given name is derived from a Germanic word meaning 'army rule'? AAA Adolf BBB Harold CCC Frederick DDD Hubert",
"What female name was invented by Jonathan Swift (author of <i>Gulliver's Travels</i>)? AAA Vanessa BBB Thelma CCC Matilda DDD Pamela"
);

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