/*
	*************************************************************************
		This page is for setting variables only
		there will be functions on this page
	*************************************************************************
*/

// 	Here we set up a debug
//	true: will run debug
//	false: will not run debug
var toDebug = false;
var isCD = false;
//	Will pop open a new window for debuging
var debug_in_new_window = false;

var debugWindow = "debugwin";

var detect = navigator.userAgent.toLowerCase();
var OS,browser,version,total,thestring;
var visitordata;

var QUIZ = Array();

var isRandomQuestion = false;
var isRandomAnswer = true;

/*
	VAR LANGUAGE;
	0 = ENGLISH
*/

var LANGUAGE = 0;

/*
	VAR QUIZNUMBER;
	0 = the first quiz
*/

var QUIZNUMBER = 0;
var FAILEDTESTMESSAGE = Array();
FAILEDTESTMESSAGE[0] = "Congratulations, you have completed Genie Aerial Platform Train the Trainer Quiz. You answered {correct} out of {count} questions correctly. Here is additional information that will help you in retaking those questions you answered incorrectly. Read through these tips carefully and when finished, click the retake button to try these questions again. Good luck!";
FAILEDTESTMESSAGE[1] = "Les félicitations, vous avez complété le Génie Plate-forme Aérienne Entraîne l'Entraîneur Interroge. Vous avez répondu {correct} de {count} les questions correctement. Est ici l'information supplémentaire qui vous aidera dans reprendre ces questions que vous avez répondu inexactement. Lire ces pointes soigneusement et quand fini, cliqueter le reprendre le bouton pour essayer ces questions encore. Bonne chance!";
FAILEDTESTMESSAGE[2] = "Las felicitaciones, usted ha completado a Genio la Plataforma Aérea Entrena el Examen de Entrenador. Usted contestó {correct} fuera de {count} las preguntas correctamente. Aquí está información adicional que ayudará usted a volver a rodar esas preguntas que usted contestó inexactamente. Lea por estas puntas con cuidado y cuando terminado, hace clic el botón de nueva toma para tratar estas preguntas otra vez. ¡Buena suerte!";


var PASSEDTESTMESSAGE = Array();
PASSEDTESTMESSAGE[0] = "Congratulations! You have successfully completed the Genie Aerial Platform Train the Trainer Quiz! To receive your certificate, click on the Print Certificate button below. Note that you will need to select <strong>landscape</strong> within your printer options to correctly print the certificate.<br/><br/> <div align='center'><a href=\"certificate.htm\" onclick=\"NewWindow(this.href, 'cert',723,534,false,'center'); return false;\" target=\"_blank\"><img src=\"common/img/certprintbutton.png\" border=\"0\"/></a></div>";
PASSEDTESTMESSAGE[1] = "Félicitations ! Vous avez complété avec succès le Génie Plate-forme Aérienne Entraîne l'Entraîneur Interroge ! Pour recevoir votre certificat, cliquer sur le bouton de Certificat de Caractères au dessous. Noter que vous aurez besoin de choisir le paysage dans vos options d'imprimante correctement pour imprimer le certificat.<br/><br/> <div align='center'><a href=\"certificate.htm\" onclick=\"NewWindow(this.href, 'cert',723,534,false,'center'); return false;\" target=\"_blank\"><img src=\"common/img/certprintbutton.png\" border=\"0\"/></a></div>";
PASSEDTESTMESSAGE[2] = "¡Felicitaciones! ¡Usted ha completado exitosamente al Genio la Plataforma Aérea Entrena el Examen de Entrenador! Para recibir su certificado, el clic en el botón de Certificado de Impresión abajo. Note que usted necesitará escoger el paisaje dentro de sus opciones de impresora para imprimir correctamente el certificado.<br/><br/> <div align='center'><a href=\"certificate.htm\" onclick=\"NewWindow(this.href, 'cert',723,534,false,'center'); return false;\" target=\"_blank\"><img src=\"common/img/certprintbutton.png\" border=\"0\"/></a></div>";

var tempLink	= "Try Again";

var version = "1.0";
var course	= "trainthetrainer";
var fullnameofcourse = '"Train the Trainer"';
var userid = null;
