//*******************
//Soloplay Info
//********************

var soloplay=true;  //change to false if you do not wish to allow solo play

var sololoc="images/"; //path to image error files for solo play


//********************
//  Your library info
//********************
var liblogo="images/liblog.jpg"; var liblogosmall="images/liblogsmall.jpg"; // location of library logo image files

var helppic="images/help.gif"; var helppicsmall="images/helpsmall.gif"; //location of image files for help button

var helpalt="Help"; //what you want to call the link to the help page

var libassistpic="images/datatitle12.png"; var libasstsmall="images/datatitle12.png"; // location of image files for game title

var libasstalt="Rules for The Data Challenge"; //Goes back to the main rules page

var libassisturl="http://www.lvccld.org/game/infolitgame.html";// url for lmain rules page

var libname="Las Vegas - Clark County Library";  //name of your library

var liburl="http://www.lvccld.org";  //url of your library's home page

//askUs is the html for the 'help pane' that appears with a link to the library website,
//a link to a help page, and a link to the libraries contact information
var askUs='<a href="#" onClick="window.open(';
	askUs+="'"+liburl+"','LibHome','')";
	askUs+=';"><img src="'+liblogo+'" alt="'+libname+'" style="border-color:#fff"/></a>';
	askUs+='<a href="#" onClick="helpWin();" class="pnumreg"><img src="'+helppic+'" alt="'+helpalt+'" style="border-color:#fff;"/></a>';
	askUs+='<a href="#" onClick="window.open(';
	askUs+="'"+libassisturl+"','asklib','')";
	askUs+=';"><img src="'+libassistpic+'" alt="'+libasstalt+'" style="border-color: #FFFFFF"/></a>'; 
//************************
//  Picture Information
//************************

var gamebd="images/boardgame1.png"; //pic of the gameboard

var iconnums=17;  //number of icons used for player pictures

var iconlocale="images/";

var iconext=".gif";  //extension of type of images used

var diepics=new Array("images/onea.png","images/twoa.png","images/threea.png","images/foura.png","images/fivea.png","images/sixa.png");  //diepics contains the paths to the pictures of the dice

//***************************
//  Question information
//****************************

var webuse=1; //If you are using website evaluation questions, this should be 1

var qnums=new Array(39,29,29,40,36,20);  //number of questions for each question type

var qlinks=new Array('questions/question1.txt','questions/question2.txt','questions/question3.txt','questions/question4.txt','questions/question5.txt','questions/question6.txt');  //file name (or URL) of each xml file containing a question type

var qnumsubs=new Array();
//number of questions and location of files for second set of questions
//for subject 0
qnumsubs[0]=new Array([3,3,3,3,3,3],['questions/question7.xml','questions/question8.xml','questions/question9.xml','questions/question10.xml','questions/question11.xml','questions/question12.xml']);
//for subject 1
qnumsubs[1]=new Array([39,3,29,3,36,3],['questions/question1.xml','questions/question8.xml','questions/question3.xml','questions/question10.xml','questions/question5.xml','questions/question12.xml']);

var lightname='light', lightnameplural='lights';  //what are the markers called?

var homestretchmess=" is on the home stretch!"; //what you call the paths to the center of the board

var lights=new Array('images/purplelight.gif','images/greenlight.gif','images/bluelight.gif','images/redlight.gif','images/challengelight.gif','images/challengelight.gif'); //file names for lights images

var ltcolor=new Array('purple','green','blue','red','Challenge','Challenge'); //types of lights

//*****************************
// Other
//*****************************

var resultLoc = "results.html"; // name and path of the file you are using to display the results of a finished game

var helpLoc = "helpgame.html"; // name and path of the file you are using to display Help information for your game

