//Heading displayed on the quiz page
pageHeading="SonicWALL Phishing-IQ-Test"
var writeResults="true";
var quizLength=10;
var processlocation = "./process.asp";


//Questions
qa = new Array();
qi = new Array();
qt = new Array();
ai = new Array();
at = new Array();
subj = new Array();

qa[0] = new Question("Wählen Sie Ihre Antwort auf Frage:  ",
 "Phishing",
 "Legitim",
 "Keine Antwort",
 0)
qi[0]="./images/Q1_Commerzbank.gif";
qt[0]="";
ai[0]="./images/A1_Commerzbank.gif";
at[0]="";
subj[0]="Commerzbank";

qa[1] = new Question("Wählen Sie Ihre Antwort auf Frage:  ",
 "Phishing",
 "Legitim",
 " Keine Antwort ",
 0)
qi[1]="./images/Q2_DeutscheBank.gif";
qt[1]="";
ai[1]="./images/A2_DeutscheBank.gif";
at[1]="";
subj[1]="Deutsche Bank";

qa[2] = new Question("Wählen Sie Ihre Antwort auf Frage:  ",
 "Phishing",
 "Legitim",
 "Keine Antwort",
 1)
qi[2]="./images/Q3_EBay.gif";
qt[2]="";
ai[2]="./images/A3_EBay.gif";
at[2]="";
subj[2]="eBay";

qa[3] = new Question("Wählen Sie Ihre Antwort auf Frage:  ",
 "Phishing",
 "Legitim",
 "Keine Antwort",
 1)
qi[3]="./images/Q4_ValueMail.gif";
qt[3]="";
ai[3]="./images/A4_ValueMail.gif";
at[3]="";
subj[3]="ValueMail";

qa[4] = new Question("Wählen Sie Ihre Antwort auf Frage:  ",
 "Phishing",
 "Legitim",
 "Keine Antwort",
 0)
qi[4]="./images/Q5_Postbank.gif";
qt[4]="";
ai[4]="./images/A5_Postbank.gif";
at[4]="";
subj[4]="Postbank";

qa[5] = new Question("Wählen Sie Ihre Antwort auf Frage:  ",
 "Phishing",
 "Legitim",
 "Keine Antwort",
 0)
qi[5]="./images/Q6_Telekom.gif";
qt[5]="";
ai[5]="./images/A6_Telekom.gif";
at[5]="";
subj[5]="Telekom";

qa[6] = new Question("Wählen Sie Ihre Antwort auf Frage:  ",
 "Phishing",
 "Legitim",
 "Keine Antwort",
 1)
qi[6]="./images/Q7_EBay.gif";
qt[6]="";
ai[6]="./images/A7_EBAy.gif";
at[6]="";
subj[6]="eBay";

qa[7] = new Question("Wählen Sie Ihre Antwort auf Frage:  ",
 "Phishing",
 "Legitim",
 "Keine Antwort",
 0)
qi[7]="./images/Q8_DeutscheBank.gif";
qt[7]="";
ai[7]="./images/A8_DeutscheBank.gif";
at[7]="";
subj[7]="Deutsche Bank";

qa[8] = new Question("Wählen Sie Ihre Antwort auf Frage:  ",
 "Phishing",
 "Legitim",
 "Keine Antwort",
 1)
qi[8]="./images/Q9_WebDe.gif";
qt[8]="";
ai[8]="./images/A9_WebDe.gif";
at[8]="";
subj[8]="WEB.DE";

qa[9] = new Question("Wählen Sie Ihre Antwort auf Frage:  ",
 "Phishing",
 "Legitim",
 "Keine Antwort",
 0)
qi[9]="./images/Q10_SSKM.gif";
qt[9]="";
ai[9]="./images/A10_SSKM.GIF";
at[9]="";
subj[9]="SSKM";


