// 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 = 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] = "301.jpg";
thumbFilenames[gi+1] = "thumb301.jpg";
gi++;

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

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

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

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

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

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

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

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

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

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

imageFilenames[gi+1] = "3012.jpg";
thumbFilenames[gi+1] = "thumb3012.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)
//
//
//

