			window.RokSlideshowPath = '';

			var myshow;
			window.addEvent('load', function(){
				var imgs = [];

				imgs.push({
					file: '001.jpg',
					title: '',
					desc: 'The Right Deck Can Really Make a Pool Great...',
					url: ''
				});
				imgs.push({
					file: '002.jpg',
					title: '',
					desc: 'Class and Elegance with a Geometric Design...',
					url: ''
				});
				imgs.push({
					file: '003.jpg',
					title: '',
					desc: 'The Pools by Murphy Crew...',
					url: ''
				});
				imgs.push({
					file: '004.jpg',
					title: '',
					desc: 'An Elevated Spa with Vanishing Edge Spillover',
					url: ''
				});
				imgs.push({
					file: '005.jpg',
					title: '',
					desc: 'The Classic \"Pools by Murphy Lagoon Special\"',
					url: ''
				});
				imgs.push({
					file: '006.jpg',
					title: '',
					desc: 'Simple, Elegant Outdoor Relaxation...',
					url: ''
				});
				imgs.push({
					file: '007.jpg',
					title: '',
					desc: 'It\'s Easy to \"Feel at Home\" with Pools by Murphy...',
					url: ''
				});
				imgs.push({
					file: '008.jpg',
					title: '',
					desc: 'For Those Who Prefer a More Natural Deck Surface...',
					url: ''
				});
				imgs.push({
					file: '009.jpg',
					title: '',
					desc: 'How Much Fun Would Your Family Have Here?',
					url: ''
				});
				imgs.push({
					file: '010.jpg',
					title: '',
					desc: 'Yes, We Do Indoor Pools too...',
					url: ''
				});
				imgs.push({
					file: '011.jpg',
					title: '',
					desc: 'We Do Commercial Projects too...',
					url: ''
				});
				imgs.push({
					file: '012.jpg',
					title: '',
					desc: 'A Simple Lagoon with Grotto and Spa',
					url: ''
				});
				imgs.push({
					file: '013.jpg',
					title: '',
					desc: 'Beachside swimming... without the salt!',
					url: ''
				});
				imgs.push({
					file: '014.jpg',
					title: '',
					desc: '\"Traditional\" and Stylish too',
					url: ''
				});
				imgs.push({
					file: '015.jpg',
					title: '',
					desc: 'We Can Squeeze in Your Private Spa Just about...',
					url: ''
				});
				imgs.push({
					file: '016.jpg',
					title: '',
					desc: 'Some Water Arches Can Add Peace and Tranquility to You...',
					url: ''
				});
				imgs.push({
					file: '017.jpg',
					title: '',
					desc: 'Did someone say \"Spending Quality Time Together\"?',
					url: ''
				});
				imgs.push({
					file: '018.jpg',
					title: '',
					desc: 'Who Doesn\'t Have Fun in a Brand-New Swimming Pool?',
					url: ''
				});
				imgs.push({
					file: '019.jpg',
					title: '',
					desc: 'A Natural Waterfall and Grotto...',
					url: ''
				});
				imgs.push({
					file: '020.jpg',
					title: '',
					desc: 'A Custom-Designed Pool Certainly Adds Class to...',
					url: ''
				});
				imgs.push({
					file: '021.jpg',
					title: '',
					desc: 'How Much Fun Whould Your Family Have Here?',
					url: ''
				});

				myshow = new Slideshow('slideshow', { 
					type: 'fade',
					showTitleCaption: 0,
					captionHeight: 30,
					width: 734, 
					height: 182, 
					pan: 20,
					zoom: 30,
					loadingDiv: 0,
					resize: false,
					duration: [1500, 7000],
					transition: Fx.Transitions.Expo.easeOut,
					images: imgs, 
					path: 'images/header/'
				});

				myshow.caps.h2.setStyles({
					color: '#fff',
					fontSize: '13px'
				});
				myshow.caps.p.setStyles({
					color: '#006087',
					fontSize: '20px'
				});
			});
