<!-- Testimonials Page -->
function testimonials(){
	Shadowbox.open({
		player: 'iframe',
		content: 'testimonials.html',
		width: 760,
		height: 451,
		title: ''
	});
};

<!-- Special Offers Page -->
function specialoffers(){
	Shadowbox.open({
		player: 'iframe',
		content: 'special-offers.html',
		width: 760,
		height: 451,
		title: ''
	});
};


<!-- Packages -->
function videostandard(){
	Shadowbox.open({
		player: 'img',
		content: 'images/packages/video-standard.jpg',
		width: 500,
		height: 400,
		title: 'Videography Services'
	});
};

function videogold(){
	Shadowbox.open({
		player: 'img',
		content: 'images/packages/video-gold.jpg',
		width: 500,
		height: 400,
		title: 'Videography Services'
	});
};

function videodiamond(){
	Shadowbox.open({
		player: 'img',
		content: 'images/packages/video-diamond.jpg',
		width: 500,
		height: 400,
		title: 'Videography Services'
	});
};

function photostandard(){
	Shadowbox.open({
		player: 'img',
		content: 'images/packages/photo-standard.jpg',
		width: 500,
		height: 400,
		title: 'Photography Services'
	});
};

function photogold(){
	Shadowbox.open({
		player: 'img',
		content: 'images/packages/photo-gold.jpg',
		width: 500,
		height: 400,
		title: 'Photography Services'
	});
};


<!-- storybook -->
function storybook(){
	Shadowbox.open({
		player: 'img',
		content: 'images/storybook.jpg',
		title: 'Storybook to capture your memories'
	});
};

<!-- Services -->
function venues(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/venues.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function stages(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/stages.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function limousine(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/limousine.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function bridal(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/bridal.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function marquee(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/marquee.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function fondue(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/fondue.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function ice(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/ice.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function floral(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/floral.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function decoration(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/decoration.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function draping(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/draping.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function backdrops(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/backdrops.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function corporate(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/corporate.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function lighting(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/lighting.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};

function table(){
	Shadowbox.open({
		player: 'img',
		content: 'images/services/table.jpg',
		width: 760,
		height: 398,
		title: 'Other services'
	});
};


