/* slideshowSettings.js (c)2008 SugarHill Works LLC - http://www.sugarhillworks.com */
/* v3-20081120_AR_S [auto-run, no user controls, no thumbs, single init] */
//
//
//var floorNum = 1; // if this portfolio has a statement image, set statement=true and floorNum=0;
var slideshow = [];//, 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[slideshow.length] = {
//				image: "your_filename_here.jpg",
//				thumb: "your_thumbnail_filename",
//				info: "Your caption text goes here."
//			};
// 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!
// Set each image to appear in this panel's slideshow below (minimum 2 images).

slideshow[slideshow.length] = "shw_slideshow/images/f1_004_eb_lana4.jpg";

slideshow[slideshow.length] = "shw_slideshow/images/p1_001_eb_aruha1.jpg";

slideshow[slideshow.length] = "shw_slideshow/images/p1_002_eb_shiori1.jpg";

slideshow[slideshow.length] = "shw_slideshow/images/p1_008_eb_zarah1.jpg";

slideshow[slideshow.length] = "shw_slideshow/images/p2_001_eb_mike1.jpg";

slideshow[slideshow.length] = "shw_slideshow/images/p2_006_eb_chris1.jpg";

//slideshow[slideshow.length] = "portfolios/portraits_two/images/portraits_two_01.jpg";
//
//slideshow[slideshow.length] = "portfolios/portraits_two/images/portraits_two_02.jpg";
//
//slideshow[slideshow.length] = "portfolios/portraits_two/images/portraits_two_03.jpg";
//
//slideshow[slideshow.length] = "portfolios/portraits_two/images/portraits_two_04.jpg";
//
//slideshow[slideshow.length] = "portfolios/portraits_two/images/portraits_two_05.jpg";
//
//slideshow[slideshow.length] = "portfolios/portraits_two/images/portraits_two_06.jpg";


//slideshow[slideshow.length] = {
//	image: ""
//};
//
//slideshow[slideshow.length] = {
//	image: ""
//};
//
//slideshow[slideshow.length] = {
//	image: ""
//};
//
//slideshow[slideshow.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
// 

// randomize the order
slideshow.sort( randOrd );
// -----------------------------


var sPicsFolder = window.location.toString();
sPicsFolder = sPicsFolder.replace(/([a-z]*\.[a-z]*#)|(index\.html)|#$|\/$/i, '');// + "/shw_slideshow/images/";
//var ssn = slideshow.length;
//window.location = sPicsFolder;
//var thmsFolder = "thumbs"; // path relative to specific portfolio dir
//for (var i = 0; i < slideshow.length; i++) {
//	if (slideshow[i].thumb === "") { 
//		slideshow[i].thumb = slideshow[i].image;
//	}
//}
//
addEvent(window, 'load', function () {
	var splashImg = new Image();
	splashImg.id = 'splashImg';
	splashImg.alt = '';
	splashImg.src = slideshow[0];
	d.getElementById('ss_p').appendChild(splashImg);
});
