// slideshowSettings.js ©2008 SugarHill Works LLC - www.sugarhillworks.com
//
//
//var floorNum = 1; // if this portfolio has a statement image, set statement=true and floorNum=0;
var slideshow = [], fol, ssns=[];//, szFolder;

//
//if (screen.height > 1023) { 
//	szFolder = 'large/';
//} else {
//	szFolder = 'medium/';
//}
//
// --------------------------  DO NOT EDIT ABOVE THIS LINE  --------------------------




// --------------------------------  INSTRUCTIONS  -----------------------------------
// For each of the slideshow panels,              
// follow the pattern of the following lines:
//		
//			//The following line signifies the beginning of a group of images.
//			//Put a one-word name in quotes inside the brackets. Letters only - no punctuation! 
//			slideshow['newproducts'] = [];
//			slideshow['newproducts'][slideshow.length] = {
//				image: "your_filename_here.jpg",
//				thumb: "your_thumbnail_filename",
//				info: "Your caption text goes here."
//			};
// 		// NOTE: YOU CAN LEAVE THE thumbFilenames value blank ("";) if the thumb filename and
// 		   the image filename are IDENTICAL!
//		// NOTE: The info text can contain HTML character codes and tags.
//			To force a line-break ,  type <br />
//			To display " , type &quot;
//			To display $ , type &amp;
//			To display a copyright symbol, type &copy;
// The images will appear in the slideshows in the order listed (regardless of filename).
//
//
// 
// ------------------------------------------------------------------------------------

// ---------------- BEGINNING OF SLIDESHOW PANEL ------------------------------
// SET THE IMAGE FOLDER ON THE LINE BELOW - should be a subfolder of .../shw_slideshow/images/
// NOTE: Image folder should be named with letters and underscores(_) ONLY!
fol = 'new_products';
slideshow[fol] = [];ssns.push(fol);
slideshow[fol].imageFolder = fol;
// Set each image to appear in this panel's slideshow below (minimum 2 images).
// Remember to hard-code the 1st image in the main (homepage) index file!

//slideshow[fol][slideshow[fol].length] = {
//	image: "",
//	caption: "",
//	info: ""
//};

//slideshow[fol][slideshow[fol].length] = {
//	image: "I_Love_BG_tee.jpg",
//	caption: "Berkley Girl Tee",
//	info: "Cool \"I Love BG\" Tee.  Also available in white!"
//};

slideshow[fol][slideshow[fol].length] = {
	image: "dotspkteess.jpg",
	caption: "Dots Tee",
	info: "by Life Clothing"
};

slideshow[fol][slideshow[fol].length] = {
	image: "heartpavedearringsmh.jpg",
	caption: "Gold Heart Earrings",
	info: "by Mindy Harris"
};

slideshow[fol][slideshow[fol].length] = {
	image: "lolgrybotop.jpg",
	caption: "LOL Burnout Top",
	info: "by Life Clothing"
};

slideshow[fol][slideshow[fol].length] = {
	image: "ovallsssbackpack.jpg",
	caption: "Voyager Backpack",
	info: "by LeSportSac"
};

slideshow[fol][slideshow[fol].length] = {
	image: "pujollypill.jpg",
	caption: "Jolly Rancher Grape Pillow",
	info: "by Group Sales"
};

slideshow[fol][slideshow[fol].length] = {
	image: "redraincoat.jpg",
	caption: "Red Raincoat",
	info: "by Hatley"
};

slideshow[fol][slideshow[fol].length] = {
	image: "smileyindiantee.jpg",
	caption: "Smiley Tee",
	info: "by Signorelli"
};

slideshow[fol][slideshow[fol].length] = {
	image: "stripedwalletpf.jpg",
	caption: "Striped Wallet",
	info: "by Paul Frank"
};

//slideshow[fol][slideshow[fol].length] = {
//	image: "",
//	caption: "",
//	info: ""
//};

// ---------------- END OF SLIDESHOW PANEL ------------------------------

// ---------------- BEGINNING OF SLIDESHOW PANEL ------------------------------
// SET THE IMAGE FOLDER ON THE LINE BELOW - should be a subfolder of .../shw_slideshow/images/
// NOTE: Image folder should be named with letters and underscores(_) ONLY!
fol = 'awesome_accessories';
slideshow[fol] = [];ssns.push(fol);
slideshow[fol].imageFolder = fol;
// Set each image to appear in this panel's slideshow below (minimum 2 images).
slideshow[fol][slideshow[fol].length] = {
	image: "home_0407.jpg"
};

slideshow[fol][slideshow[fol].length] = {
	image: "display2.jpg" //home_1008
};

slideshow[fol][slideshow[fol].length] = {
	image: "favorites6_crop.jpg" //home_1014
};
//slideshow[fol][slideshow[fol].length] = {
//	image: ""
//};
//
// ---------------- END OF SLIDESHOW PANEL ------------------------------

// ---------------- BEGINNING OF SLIDESHOW PANEL ------------------------------
// SET THE IMAGE FOLDER ON THE LINE BELOW - should be a subfolder of .../shw_slideshow/images/
// NOTE: Image folder should be named with letters and underscores(_) ONLY!
fol = 'cute_tees';
slideshow[fol] = [];ssns.push(fol);
slideshow[fol].imageFolder = fol;
// Set each image to appear in this panel's slideshow below (minimum 2 images).
slideshow[fol][slideshow[fol].length] = {
	image: "home_1055.jpg"
};

slideshow[fol][slideshow[fol].length] = {
	image: "home_0676.jpg"
};

slideshow[fol][slideshow[fol].length] = {
	image: "home_0376.jpg"
};

//slideshow[fol][slideshow[fol].length] = {
//	image: ""
//};
//
// ---------------- END OF SLIDESHOW PANEL ------------------------------

// ---------------- BEGINNING OF SLIDESHOW PANEL ------------------------------
// SET THE IMAGE FOLDER ON THE LINE BELOW - should be a subfolder of .../shw_slideshow/images/
// NOTE: Image folder should be named with letters and underscores(_) ONLY!
fol = 'perfect_gifts';
slideshow[fol] = [];ssns.push(fol);
slideshow[fol].imageFolder = fol;
// Set each image to appear in this panel's slideshow below (minimum 2 images).
slideshow[fol][slideshow[fol].length] = {
	image: "home_0403.jpg"
};

slideshow[fol][slideshow[fol].length] = {
	image: "gifts8.jpg" //home_0410
};

slideshow[fol][slideshow[fol].length] = {
	image: "home_0673.jpg"
};

//slideshow[fol][slideshow[fol].length] = {
//	image: ""
//};
//
// ---------------- END OF SLIDESHOW PANEL ------------------------------



//
//
//
//
// -----------------     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 sPicsFolder = window.location.toString();
for(var i = 0; i < ssns.length; i++) {
	slideshow[ssns[i]].sPicsFolder = sPicsFolder.replace(/([a-z]*\.[a-z]*#)|(index\.html)|\/about\/|#$|\/$/i, '') + "/shw_slideshow/images/" + slideshow[ssns[i]].imageFolder + '/';
	ssns[i][0] = i;
}


