// JavaScript Document

var sSwidth = 470;
var sSheight = 353;
var sSgallery = new Array();
	sSgallery.push({img:'images/photo/sydney/fireintheskysml.jpg', caption:'"Fire in the Sky", 24th March 2006, Panasonic DMC-FZ5, f4.5 1/400'});
	sSgallery.push({img:'images/photo/sydney/thefairytreesml.jpg', caption:'"The Fairy Tree", 27th February 2006, Panasonic DMC-FZ5, f2.8 1/20'});
	sSgallery.push({img:'images/photo/sydney/sunshowersml.jpg', caption:'"Sunshower", 16th February 2006, Panasonic DMC-FZ5, f2.8 1/60'});
	sSgallery.push({img:'images/photo/sydney/australianasml.jpg', caption:'"Australiana", 16th February 2006, Panasonic DMC-FZ5, f2.8 1/30'});
	sSgallery.push({img:'images/photo/sydney/harboursml.jpg', caption:'"Harbour", 16th February 2006, Panasonic DMC-FZ5, f3.2 1/30'});
	sSgallery.push({img:'images/photo/sydney/juxtaposesml.jpg', caption:'"Juxtapose", 16th February 2006, Panasonic DMC-FZ5, f4 1/160'});
	sSgallery.push({img:'images/photo/sydney/shepherdsdelightsml.jpg', caption:'"Shepherds Delight", 11th December 2003, Sony Cybershot, 3.8 1/30'});
	
// definition of width, height
// and gallery for additional slideshows here

function start() {
var shw = new SlideShow('slideSydney',sSwidth,sSheight,sSgallery);

// additional new SlideShow statements here

}

window.onload = start;