// portfolioSettings.js ©2007 SugarHill Works LLC
//
//
// --------------------------  DO NOT EDIT ABOVE THIS LINE  --------------------------






// SET THE NAME OF THIS PORTFOLIO ON THE LINE BELOW.
// You should only need to change the number in the square brackets.
// SEE [site root]/photographers/[photographer folder]/photographerSettings.js for the list of this photographer's portfolios.
// Note the number in the brakets should correspond to this portfolio's folder name's ending number...
// ( portfolioTitles[1] should correspond to the folder portfolio1 )
var portfolioTitle = portfolioTitles[5];



// SET YOUR IMAGE AND THUMBNAIL FILENAMES BELOW.               
// Follow the pattern of the following 3 lines:
// 		imageFilenames[gi+1] =  "your_filename_here.jpg";
// 		thumbFilenames[gi+1] =  "your_thumbnail_filename.jpg";
// 		gi++;
// NOTE that there is enough room for one <br> per caption (2 lines); NOTE <br> is the symbol for a line break.
// NOTE one SPACE is made with the combination of letters and punctutation EXACTLY as follows: &nbsp;
// NOTE single spaces do not need special symbol, but to make extra spaces, must use &nbsp;
//
// The images will appear in the gallery in the order listed (regardless of filename).
//
// CHRIS GORDANEER | LANDSCAPES
//

imageFilenames[gi+1] = "001.jpg";
thumbFilenames[gi+1] = "001.jpg";
gi++;

imageFilenames[gi+1] = "002.jpg";
thumbFilenames[gi+1] = "002.jpg";
gi++;

imageFilenames[gi+1] = "003.jpg";
thumbFilenames[gi+1] = "003.jpg";
gi++;

imageFilenames[gi+1] = "004.jpg";
thumbFilenames[gi+1] = "004.jpg";
gi++;

imageFilenames[gi+1] = "005.jpg";
thumbFilenames[gi+1] = "005.jpg";
gi++;

imageFilenames[gi+1] = "006.jpg";
thumbFilenames[gi+1] = "006.jpg";
gi++;

imageFilenames[gi+1] = "007.jpg";
thumbFilenames[gi+1] = "007.jpg";
gi++;

imageFilenames[gi+1] = "008.jpg";
thumbFilenames[gi+1] = "008.jpg";
gi++;

imageFilenames[gi+1] = "009.jpg";
thumbFilenames[gi+1] = "009.jpg";
gi++;

imageFilenames[gi+1] = "010.jpg";
thumbFilenames[gi+1] = "010.jpg";
gi++;

imageFilenames[gi+1] = "011.jpg";
thumbFilenames[gi+1] = "011.jpg";
gi++;

imageFilenames[gi+1] = "012.jpg";
thumbFilenames[gi+1] = "012.jpg";
gi++;

imageFilenames[gi+1] = "013.jpg";
thumbFilenames[gi+1] = "013.jpg";
gi++;

imageFilenames[gi+1] = "014.jpg";
thumbFilenames[gi+1] = "014.jpg";
gi++;

imageFilenames[gi+1] = "015.jpg";
thumbFilenames[gi+1] = "015.jpg";
gi++;

imageFilenames[gi+1] = "016.jpg";
thumbFilenames[gi+1] = "016.jpg";
gi++;

imageFilenames[gi+1] = "017.jpg";
thumbFilenames[gi+1] = "017.jpg";
gi++;

imageFilenames[gi+1] = "Air_Canadahockey.jpg";
thumbFilenames[gi+1] = "Air_Canadahockey.jpg";
gi++;

imageFilenames[gi+1] = "Air_Canadasoccer.jpg";
thumbFilenames[gi+1] = "Air_Canadasoccer.jpg";
gi++;

imageFilenames[gi+1] = "Air_Canadatheater.jpg";
thumbFilenames[gi+1] = "Air_Canadatheater.jpg";
gi++;

imageFilenames[gi+1] = "018.jpg";
thumbFilenames[gi+1] = "018.jpg";
gi++;

imageFilenames[gi+1] = "019.jpg";
thumbFilenames[gi+1] = "019.jpg";
gi++;

imageFilenames[gi+1] = "020.jpg";
thumbFilenames[gi+1] = "020.jpg";
gi++;

imageFilenames[gi+1] = "021.jpg";
thumbFilenames[gi+1] = "021.jpg";
gi++;

imageFilenames[gi+1] = "022.jpg";
thumbFilenames[gi+1] = "022.jpg";
gi++;

imageFilenames[gi+1] = "023.jpg";
thumbFilenames[gi+1] = "023.jpg";
gi++;


//
//
//
// -----------------  DO NOT EDIT BELOW THIS LINE  --------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// **************************************************************************
// **************************************************************************
// ************* SET YOUR IMAGE AND THUMBNAIL FILENAMES ABOVE ***************
// **************************************************************************
// **************************************************************************
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// -----------------  DO NOT EDIT BELOW THIS LINE  --------------------------
//
//
//
//
//
//
// DO NOT EDIT THESE varS. CHANGE/ADD IMAGE AND THUMBNAIL FILENAMES IN THE PREVIOUS SECTION
// 
var rootPth = "../../../"; // relative path from this portfolio to the website"s root directory




//var picsFolder = "img/photos/medium"; // (set failsafe here) path relative to specific portfolio dir

var thmsFolder = "img/thumbs"; // path relative to specific portfolio dir

// these vars control the color of the thumbnail borders ( or other thumbnail behaviors)
//
//
//

