// Header variables
var vArtistName = "discovery";
var vArtistTitle = "Discovery at Propeller Centre for the Visual Arts";

// screen variables
var vScreenName = new Array();

vScreenName[0] = "The Introduction";
vScreenName[1] = "The Artists";
vScreenName[2] = "The Show";
vScreenName[3] = "The Location";
  	  	   	 

// file variables
var vFileName = new Array();

vFileName[0] = "main.xml";
vFileName[1] = "artists.xml";
vFileName[2] = "show.xml";
vFileName[3] = "location.xml";

// process variables for menu options
var vProcessNum = new Array();

// Image = Image and text mix; 
// Gallery1 = rollover; 
// Gallery2 = popup;
// Text = Text; 
// List = Lists;  
// Grid = Grid;
vProcessNum[0] = "TextList";
vProcessNum[1] = "ImageList+";
vProcessNum[2] = "Gallery2";
vProcessNum[3] = "Image+";


// Email variables = 3, 1, 2
var vPart1 = "hele@two20";
var vPart2 = "two.com";
var vPart3 = "mic";
//subject
var vPart4 = "Discover Us";
var vTag = "The Email";

// Footer variables
//var vFooterText = "Site by: ";
//var vSiteName = "TBA Gallery";
//var vSiteLink = "http://www.tbagallery.ca";
// Footer variables
var vFooterText = "Site supported by: ";
var vSiteName = "two20two consulting inc.";
var vSiteLink = "http://www.two20two.com";

// additional screen comments
var vRolloverHeader = "Roll over image to see details";
var vPopupHeader = "Click on a thumbnail to see full the image";

// location of the graphics files
var graphicDir="http://www.two20two.com/Graphics/discovery/";
var blankImage="blank.gif";

var errorMsg = "Coming soon";

// length of image rows in gallerys 
var vRowLength = 6;
var vRolloverlength = 6;



