// 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 = "NEW YORK CITY";  


// SET YOUR IMAGE FILENAMES BELOW.               
// Follow the pattern of the following 3 lines:
// 		imageFilenames[gi+1] =  "your_filename_here.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] = "1.jpg";
gi++;

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

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

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

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

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

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

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

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

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

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

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

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

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

imageFilenames[gi+1] = "15.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




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

