/* ====================================================================================== */
/* 								INTRODUCTION											  */
/* ====================================================================================== */
/* All pictures must be created first 
 Large Photos (HR) size 615px wide by 410px height lANDSCAPE
 Large Photos (HR) size 410px wide by 615px height PORTRAIT
 sRGB, web resolution and minimum file size by JPG compression
 Each named TTC--.jpg where the -- represents a picture file number uniquely identifying the photo 
 Photos stored in folder HRimages
 GO TO THE DATA INPUT SECTION NOW AFTER THE PROGRAM CODE SECTION BELOW
*/ 
/* ====================================================================================== */

/* ====================================================================================== */
/* 			PROGRAM CODE - IGNORE THIS SECTION - DO NOT ALTER							  */							
/* ====================================================================================== */

   				function pictureData(picId, caption, pictureFormat){
					this.pictureId = picId;
					this.pictureCaption = caption;
					this.pictureFormat = pictureFormat;
					return this;
			    }//

 
/* =====PROGRAM CODE - END OF IGNORE THIS SECTION ======================================== */

/* ====================================================================================== */
/* 					DATA INPUT SET UP THE PHOTO GALLERY									  */
/* ====================================================================================== */

/* Enter the Header title to the webpage */
var GalleryTitle = "Touching The Cross Talks May 23rd 2009"

/* Setting show Captions permissions to the thumbnails (TH) and HR photos */
var showTHcaptions = 0;   /* 1 for yes, and 0 for no */
var showHRcaptions = 0;   /* 1 for yes, and 0 for no */
var filePrefixHR = "TTC";

/* Enter the first and last slide numbers - slides means HR pictures or photos */
/* this is the set of photos you want to see */
var StartPictureNumber = 1;
var EndPictureNumber = 7;

/* Enter the captions for the slides - the numbers are the HR photo numbers  */
/* There are blank entries - use consecutively those you need for the set of pictures to display*/
/* You can have a mix of some with captions and without, just set "" - though it might look odd*/
/* picture format is L for landscape or P for portrait                        */
/* MAXIMUM 26 characters only in a caption*/
var pictureDataObject = new Array(
				  		new pictureData(1,"","L"),
				  		new pictureData(2,"","L"),
				  		new pictureData(3,"","L"),				
				  		new pictureData(4,"","P"),							  	
				  		new pictureData(5,"","L"),
				  		new pictureData(6,"","L"),
				  		new pictureData(7,"","L"),
				  		new pictureData(8,"","L"),
				  		new pictureData(9,"","L"),
				  		new pictureData(10,"","P"),
				  		new pictureData(11,"","P"),
				  		new pictureData(12,"","L"),
				  		new pictureData(13,"","L"),
				  		new pictureData(14,"","L"),
				  		new pictureData(15,"","L"),																		
				  		new pictureData(16,"","P"),																		
				  		new pictureData(17,"","L"),																		
				  		new pictureData(18,"","P"),																		
				  		new pictureData(19,"","L"),																		
				  		new pictureData(20,"","L"),																		
				  		new pictureData(21,"","L"),																		
				  		new pictureData(22,"","L"),																		
				  		new pictureData(23,"","L"),																		
				  		new pictureData(24,"","L"),																		
				  		new pictureData(25,"","L"),																		
				  		new pictureData(26,"","L"),																		
				  		new pictureData(27,"","L"),																		
				  		new pictureData(28,"","L"),																		
				  		new pictureData(29,"","L"),																		
				  		new pictureData(30,"","L"),																		
				  		new pictureData(31,"","L"),																		
				  		new pictureData(32,"","L"),																
				  		new pictureData(33,"","L"),																		
				  		new pictureData(34,"","L"),																		
				  		new pictureData(35,"","P"),																		
				  		new pictureData(36,"","L"),																		
				  		new pictureData(37,"","L"),																		
				  		new pictureData(38,"","L"),																		
				  		new pictureData(39,"","L"),																		
				  		new pictureData(40,"","L"),																		
				  		new pictureData(41,"","L"),																		
				  		new pictureData(42,"","L"),																		
				  		new pictureData(43,"","L"),																		
				  		new pictureData(44,"","L"),																		
				  		new pictureData(45,"","L"),																		
				  		new pictureData(46,"","L"),																		
				  		new pictureData(47,"","L"),																
				  		new pictureData(48,"","L"),																
				  		new pictureData(49,"","L"),																
				  		new pictureData(50,"","L"),																
				  		new pictureData(51,"","L"),																
				  		new pictureData(52,"","L"),																
				  		new pictureData(53,"","L"),																
				  		new pictureData(54,"","L"),																
				  		new pictureData(55,"","L"),																
				  		new pictureData(56,"","L"),																
				  		new pictureData(57,"","L"),																
				  		new pictureData(58,"","L"),																
				  		new pictureData(59,"","L"),																
				  		new pictureData(60,"","L"),																
				  		new pictureData(61,"","L"),																
				  		new pictureData(62,"","L"),																
				  		new pictureData(63,"","L"),																		
				  		new pictureData(64,"","L"),																		
				  		new pictureData(65,"","L"),																		
				  		new pictureData(66,"","L"),																		
				  		new pictureData(67,"","L"),																		
				  		new pictureData(68,"","L"),																		
				  		new pictureData(69,"","L"),																		
				  		new pictureData(70,"","L"),																		
				  		new pictureData(71,"","L"),																		
				  		new pictureData(72,"","L"),																		
				  		new pictureData(73,"","L"),																		
				  		new pictureData(74,"","L"),																		
				  		new pictureData(75,"","L"),																		
				  		new pictureData(76,"","L"),																		
				  		new pictureData(77,"","L"),																		
				  		new pictureData(78,"","L"),																		
				  		new pictureData(79,"","L"),																		
				  		new pictureData(80,"","L"),																		
				  		new pictureData(81,"","L"),																		
				  		new pictureData(82,"","L"),																
				  		new pictureData(83,"","L"),																		
				  		new pictureData(84,"","L"),																		
				  		new pictureData(85,"","L"),																		
				  		new pictureData(86,"","L"),																		
				  		new pictureData(87,"","L"),																		
				  		new pictureData(88,"","L"),																		
				  		new pictureData(89,"","L"),																		
				  		new pictureData(90,"","L"),																		
				  		new pictureData(91,"","L"),																		
				  		new pictureData(92,"","L"),																		
				  		new pictureData(93,"","L"),																		
				  		new pictureData(94,"","L"),																		
				  		new pictureData(95,"","L"),																		
				  		new pictureData(96,"","L"),																		
				  		new pictureData(97,"","L"),																		
				  		new pictureData(98,"","L"),																		
				  		new pictureData(99,"","L"),																		
				  		new pictureData(100,"","L")																	 	 																
				  	);
					
