var questions = new Array();
var choices = new Array();
var answers = new Array();
var response = new Array();

questions[0] = "<b>1) What is the best reason to display art in your home?</b>";
choices[0] = new Array();
choices[0][0] = "To cover holes left by previous owner.";
choices[0][1] = "To fill blank spaces on your walls.";
choices[0][2] = "To create interest and personality in your personal living space.<br><br>";
answers[0] = choices[0][2];

questions[1] = "<b>2) The average home has wall space for approximately:</b>";
choices[1] = new Array();
choices[1][0] = "10 - 20 pieces of art.";
choices[1][1] = "20 - 30 pieces of art.";
choices[1][2] = "30 - 50 pieces of art.<br><br>";
answers[1] = choices[1][2];

questions[2] = "<b>3) The most costly part of interior design is the wall art.</b>";
choices[2] = new Array();
choices[2][0] = "True";
choices[2][1] = "False<br><br>";
answers[2] = choices[2][1];

questions[3] = "<b>4) Custom framed art is really not a good investment.</b>";
choices[3] = new Array();
choices[3][0] = "True";
choices[3][1] = "False<br><br>";
answers[3] = choices[3][1];

questions[4] = "<b>5) &quot;Wall Design&quot; is:</b>";
choices[4] = new Array();
choices[4][0] = "The application of color to walls.";
choices[4][1] = "A term applied to the application of texture to walls.";
choices[4][2] = "The selection and arrangement of art, objects, and mirrors on interior wall space.<br><br>";
answers[4] = choices[4][2];

questions[5] = "<b>6) It is easier to find other d&eacute;cor to go with art choices than visa versa.</b>";
choices[5] = new Array();
choices[5][0] = "True";
choices[5][1] = "False<br><br>";
answers[5] = choices[5][0];

questions[6] = "<b>7) Mirrors are not considered an integral part of wall design.</b>";
choices[6] = new Array();
choices[6][0] = "True";
choices[6][1] = "False<br><br>";
answers[6] = choices[6][1];

questions[7] = "<b>8) At least how many times should an accent color be placed in a room?</b>";
choices[7] = new Array();
choices[7][0] = "2";
choices[7][1] = "3";
choices[7][2] = "5<br><br>";
answers[7] = choices[7][1];

questions[8] = "<b>9) One easy way to create a new and fresh look in a room is through the placement of art.</b>";
choices[8] = new Array();
choices[8][0] = "True";
choices[8][1] = "False<br><br>";
answers[8] = choices[8][0];

questions[9] = "<b>10) The style known as &quot;country&quot; has gone <i>out</i> in recent years.</b>";
choices[9] = new Array();
choices[9][0] = "True";
choices[9][1] = "False<br><br>";
answers[9] = choices[9][1];

questions[10] = "<b>11) When selecting art, the greatest consideration should be given to the style of the room.</b>";
choices[10] = new Array();
choices[10][0] = "True";
choices[10][1] = "False<br><br>";
answers[10] = choices[10][1];

questions[11] = "<b>12) What is the best way to add accent colors in a room?</b>";
choices[11] = new Array();
choices[11][0] = "Add pillows in different colors.";
choices[11][1] = "Place one or more pieces of art in a prominent place.";
choices[11][2] = "All of the above.<br><br>";
answers[11] = choices[11][2];


response[0] = "Wow, I'm impressed!";

response[1] = "Wow, I'm impressed!"

response[2] = "You did great!";

response[3] = "You have potential!";

response[4] = "I have a mission!";

response[5] = "Glad you are here!";