//*******************
//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/newliblogo.jpg"; var liblogosmall="images/newliblogosmall.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/askus.jpg"; var libasstsmall="images/askussmall.jpg"; // location of image files for library assistance page

var libasstalt="Ask Us"; //what to call your library assistance service

var libassisturl="http://www.gahec.org/library/";// url for library assistance page

var libname="Moses Cone Health Systems Library";  //name of your library

//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+="'http://www.gahec.org/library/','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 gamebrd="url(images/boardgame1.png)";  //pic of the gameboard
var gamebd="images/boardgame1.png";

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 qnums=new Array(39,29,29,40,36,20);  //number of questions for each question type

var qlinks=new Array('questions/question1.xml','questions/question2.xml','questions/question3.xml','questions/question4.xml','questions/question5.xml','questions/question6.xml');  //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'); //file names for lights images

var ltcolor=new Array('purple','green','blue','red'); //types of lights

//*****************************
//
//*****************************


