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




// SET THE NAME OF THIS PORTFOLIO ON THE LINE BELOW.
var portfolioTitle = "book two";  


// 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
// To include a statement for this portfolio, simply enter the text below.
// 		Any HTML Character Codes are legal (i.e. use &copy; to display the copyright symbol).
//		When in doubt, escape the character in queston (i.e. use \' to display a single quote).
//		Any simple HTML tags are legal (i.e. use <br /> to force a line break).
// If there is no statement, simply leave the value blank (empty quotes)

//statementText = "";

statementText = "";




// TRIPTYCHS
// Set to true if these images are triptychs. Tryptich portfolios expect thumbnails and images sized the same as the other galleries
// and ADDITIONALLY require the fullsize images to be located in a directory named 'triptychs' within the 'photos' folder
var triptychs = false;




//--------------- list images here; the order listed is the order they appear -----------------

// image 1
imageFilenames[gi+1] = "101.jpg";
thumbFilenames[gi+1] = "101.jpg";
gi++;

// image 2
imageFilenames[gi+1] = "102.jpg";
thumbFilenames[gi+1] = "102.jpg";
gi++;

// image 3
imageFilenames[gi+1] = "103.jpg";
thumbFilenames[gi+1] = "103.jpg";
gi++;

// image 4
imageFilenames[gi+1] = "104.jpg";
thumbFilenames[gi+1] = "104.jpg";
gi++;

// image 5
imageFilenames[gi+1] = "105.jpg";
thumbFilenames[gi+1] = "105.jpg";
gi++;

// image 6
imageFilenames[gi+1] = "106.jpg";
thumbFilenames[gi+1] = "106.jpg";
gi++;

// image 7
imageFilenames[gi+1] = "107.jpg";
thumbFilenames[gi+1] = "107.jpg";
gi++;

// image 8
imageFilenames[gi+1] = "108.jpg";
thumbFilenames[gi+1] = "108.jpg";
gi++;

// image 9
imageFilenames[gi+1] = "109.jpg";
thumbFilenames[gi+1] = "109.jpg";
gi++;

// image 10
imageFilenames[gi+1] = "110.jpg";
thumbFilenames[gi+1] = "110.jpg";
gi++;

// image 11
imageFilenames[gi+1] = "111.jpg";
thumbFilenames[gi+1] = "111.jpg";
gi++;

// image 12
imageFilenames[gi+1] = "112.jpg";
thumbFilenames[gi+1] = "112.jpg";
gi++;

// image 13
imageFilenames[gi+1] = "113.jpg";
thumbFilenames[gi+1] = "113.jpg";
gi++;

// image 14
imageFilenames[gi+1] = "114.jpg";
thumbFilenames[gi+1] = "114.jpg";
gi++;

// image 15
imageFilenames[gi+1] = "115.jpg";
thumbFilenames[gi+1] = "115.jpg";
gi++;

// image 16
imageFilenames[gi+1] = "116.jpg";
thumbFilenames[gi+1] = "116.jpg";
gi++;

// image 17
imageFilenames[gi+1] = "117.jpg";
thumbFilenames[gi+1] = "117.jpg";
gi++;

// image 18
imageFilenames[gi+1] = "118.jpg";
thumbFilenames[gi+1] = "118.jpg";
gi++;

// image 19
imageFilenames[gi+1] = "119.jpg";
thumbFilenames[gi+1] = "119.jpg";
gi++;

// image 20
imageFilenames[gi+1] = "120.jpg";
thumbFilenames[gi+1] = "120.jpg";
gi++;

// image 21
imageFilenames[gi+1] = "121.jpg";
thumbFilenames[gi+1] = "121.jpg";
gi++;

// image 22
imageFilenames[gi+1] = "122.jpg";
thumbFilenames[gi+1] = "122.jpg";
gi++;

// image 23
imageFilenames[gi+1] = "123.jpg";
thumbFilenames[gi+1] = "123.jpg";
gi++;

// image 24
imageFilenames[gi+1] = "124.jpg";
thumbFilenames[gi+1] = "124.jpg";
gi++;

// image 25
imageFilenames[gi+1] = "125.jpg";
thumbFilenames[gi+1] = "125.jpg";
gi++;

// --------------- additional images will force custom scrollbar to appear --------------

//// image 26
////imageFilenames[gi+1] = "126.jpg";
////thumbFilenames[gi+1] = "126.jpg";
////gi++;
////
//// image 27
////imageFilenames[gi+1] = "127.jpg";
////thumbFilenames[gi+1] = "127.jpg";
////gi++;
////
//// image 28
////imageFilenames[gi+1] = "128.jpg";
////thumbFilenames[gi+1] = "128.jpg";
////gi++;
////
//// image 29
////imageFilenames[gi+1] = "129.jpg";
////thumbFilenames[gi+1] = "129.jpg";
////gi++;
////
//// image 30
////imageFilenames[gi+1] = "130.jpg";
////thumbFilenames[gi+1] = "130.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 thmsFolder = "thumbs"; // path relative to specific portfolio dir
var sPicsFolder = window.location.toString();
sPicsFolder = sPicsFolder.replace(/([a-z]*\.[a-z]*#)|(index\.html)|(#)/i, '') + "photos/";
var oSizeFolder = sPicsFolder + "triptychs/";

// max number of thumbnails that will fit in the layout without the need for a scrollbar
var thms_max_noscr = 25; // used to determine whether to run the flexcroll init
