// portfolioSettings.js ©2007 SugarHill Works LLC
//
//
//var floorNum = 1; // if this portfolio has a statement image, set statement=true and floorNum=0;
//
// --------------------------  DO NOT EDIT ABOVE THIS LINE  --------------------------




// SET THE NAME OF THIS PORTFOLIO ON THE LINE BELOW.
//var portfolioTitle = "one";  
var sPicsFolder = "slideshowImages/";//window.location.toString();
//sPicsFolder = sPicsFolder.replace(/([a-z]*\.[a-z]*#)|(index\.html)|(#)/i, '') + "img/photos/";
//alert (sPicsFolder);

// SET YOUR IMAGE AND THUMB 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).
//
//statement = true;
//floorNum = 0;
//imageFilenames[gi] = "stmt.gif";


imageFilenames[gi+1] = "101_lucy.jpg";
gi++;

imageFilenames[gi+1] = "102.jpg";
gi++;

imageFilenames[gi+1] = "103_mccray.jpg";
gi++;

imageFilenames[gi+1] = "104.jpg";
gi++;

imageFilenames[gi+1] = "105.jpg";
gi++;

imageFilenames[gi+1] = "106_callagy.jpg";
gi++;

imageFilenames[gi+1] = "107.jpg";
gi++;

//imageFilenames[gi+1] = "108.jpg";
//gi++;
//
//imageFilenames[gi+1] = "109.jpg";
//gi++;
//



//
//
//
// -----------------  DO NOT EDIT BELOW THIS LINE  --------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
// **************************************************************************
// **************************************************************************
// ******************** SET YOUR IMAGE 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
// populate the 0 index for some reason...
imageFilenames[0] = imageFilenames[1];




//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)
//
//
//


