// ****************** ADD/DELETE/CHANGE MAIN SHOW IMAGES HERE *********************
var MainList = [
	'img/souvenir-4x30/medium/WhiteSox.jpg',
	'img/souvenir-4x30/medium/Pirates.jpg',
	'img/souvenir-4x30/medium/RedSox.jpg',
	'img/souvenir-4x30/medium/Rockies.jpg',
	'img/souvenir-4x30/medium/Dodgers.jpg',
	'img/souvenir-4x30/medium/Yankees.jpg',
	'img/stadium-8x21/medium/Indians.jpg',
	'img/stadium-8x21/medium/Giants.jpg',
	'img/stadium-8x21/medium/Angels.jpg',
	'img/stadium-8x21/medium/RedSox.jpg',
	'img/stadium-8x21/medium/Yankees.jpg',
	'img/ultrasport/medium/cubs.jpg',
	'img/ultrasport/medium/angels.jpg',
	'img/ultrasport/medium/cardinals.jpg',
	'img/ultrasport/medium/orioles.jpg',
	'img/ultrasport/medium/RedSox.jpg',
	'img/ultrasport/medium/Yankees.jpg'
];
// ****************** ADD/DELETE/CHANGE ULTRA IMAGES HERE *************************
var UltraList = [
	'img/ultrasport/small/angels.jpg',
	'img/ultrasport/small/cardinals.jpg',
	'img/ultrasport/small/cubs.jpg',
	'img/ultrasport/small/orioles.jpg',
	'img/ultrasport/small/redsox.jpg',
	'img/ultrasport/small/yankees.jpg'
];
// ****************** ADD/DELETE/CHANGE SOUVENIR IMAGES HERE *************************
var SouvenirList = [
	'img/souvenir-4x30/small/iso-black.jpg',
	'img/souvenir-4x30/small/iso-blue.jpg',
	'img/souvenir-4x30/small/iso-red.jpg',
	'img/souvenir-4x30/small/iso-yellow.jpg'
];
// ****************** ADD/DELETE/CHANGE DELUXE IMAGES HERE *************************
var DeluxeList = [
	'img/deluxe/small/iso-01.jpg',
	'img/deluxe/small/iso-02.jpg',
	'img/deluxe/small/iso-03.jpg',
	'img/deluxe/small/iso-04.jpg',
	'img/deluxe/small/iso-05.jpg',
	'img/deluxe/small/iso-06.jpg',
	'img/deluxe/small/iso-07.jpg',
	'img/deluxe/small/iso-08.jpg',
	'img/deluxe/small/iso-09.jpg',
	'img/deluxe/small/iso-10.jpg',
	'img/deluxe/small/iso-11.jpg',
	'img/deluxe/small/iso-12.jpg',
	'img/deluxe/small/iso-13.jpg',
	'img/deluxe/small/iso-14.jpg',
	'img/deluxe/small/iso-15.jpg',
	'img/deluxe/small/iso-16.jpg',
	'img/deluxe/small/iso-17.jpg',
	'img/deluxe/small/iso-18.jpg',
	'img/deluxe/small/iso-19.jpg',
	'img/deluxe/small/iso-20.jpg',
	'img/deluxe/small/iso-21.jpg',
	'img/deluxe/small/iso-22.jpg',
	'img/deluxe/small/iso-23.jpg',
	'img/deluxe/small/iso-24.jpg',
	'img/deluxe/small/searspoint.jpg'
];
// ****************** ADD/DELETE/CHANGE CAMERA IMAGES HERE *************************
var CameraList = [
	'img/camera/small/alcatraz.jpg',
	'img/camera/small/bulls.jpg',
	'img/camera/small/fuji.jpg',
	'img/camera/small/hardrock.jpg',
	'img/camera/small/lakers.jpg',
	'img/camera/small/mgm.jpg',
	'img/camera/small/playstation.jpg',
	'img/camera/small/rockies.jpg',
	'img/camera/small/searspoint.jpg'
];
// *********************** DO NOT CHANGE ANYTHING BELOW THIS LINE *****************

function openWin (URL) {
	aWindow=window.open(URL, "binoWindow", "toolbar=no, width=535, height=420, status=no, scrollbars=no, resize=no, menubar=no");
}
function runSlideShows() {
  // Ref: http://www.eternal.co.za/scripts/blender/index.html for more on 'morphing'
  new Blender("MainSlides", MainList );
  new Blender("UltraSlides", UltraList );
  new Blender("SouvenirSlides", SouvenirList );
  new Blender("CameraSlides", CameraList );
  new Blender("DeluxeSlides", DeluxeList );
}


