var qTitle = 'Scientific Studies Trivia Game';
var numOpt = 4;
var wHeight = 280;
var wWidth = 450;

var questions = new Array
(
"Entomology is the branch of zoology dealing with ... AAA Lizards BBB Insects CCC Birds DDD Fish",
"Cryogenics is the study of ... AAA Materials at very low temperatures BBB Cell decay CCC Blood circulation DDD Codes and cyphers",
"Nosology is ... AAA Plastic surgery BBB The study of the respiratory system CCC The study of poisons DDD The systematic classification of diseases",
"Osteology is the study of ... AAA The ear BBB Bones CCC The heart DDD Defects of vision",
"Mycology is the study of ... AAA Fungi BBB Ants CCC Grasses DDD Penguins",
"Myology is the study of ... AAA Sleep BBB Memory defects CCC Muscles DDD Resistance to disease", 
"Rheology is the scientific study of ... AAA Electrical conductivity BBB Animal migration CCC Climatic abnormalities DDD Elasticity, viscosity and plasticity",
"Semiology is the branch of medical science concerned with ... AAA The symptoms of disease BBB The placebo effect CCC Cell replication DDD Injuries to the brain",
"Pedology is the scientic study of ... AAA Feet BBB Childhood ailments CCC Soil DDD Wave motion",
"Balneology is the scientific study of ... AAA Growing crops BBB Coastal erosion CCC Baths and bathing DDD The effects of weightlessness"
);

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