// JavaScript Document

var sPwidth = 470;
var sPheight = 353;
var sPgallery = new Array();
	sPgallery.push({img:'images/photo/people/conradsml.jpg', caption:'Conrad, 19th January 2006, Panasonic DMC-FZ5, f2.8 1/13'});
	sPgallery.push({img:'images/photo/people/lachlansml.jpg', caption:'Lachlan, 19th January 2006, Panasonic DMC-FZ5, f2.8 1/6'});
	sPgallery.push({img:'images/photo/people/michellesml.jpg', caption:'Michelle, 19th January 2006, Panasonic DMC-FZ5, f3.2 1/4'});
	sPgallery.push({img:'images/photo/people/katsml.jpg', caption:'Kat, 23rd September 2007'});
	
// definition of width, height
// and gallery for additional slideshows here

function start() {
var shw = new SlideShow('slidePeople',sPwidth,sPheight,sPgallery);

// additional new SlideShow statements here

}

window.onload = start;