// prepare the form when the DOM is ready 
$(document).ready(function() {
	var galleries = $('.ad-gallery').adGallery({
		loader_image: 'img/loader.gif',
		effect: 'resize', //'slide-hori' or 'slide-vert', 'resize', 'fade', 'none' or false
		thumb_opacity: 0.7
	});
	$( "#services1" ).click(function() {
		window.location.href = "gallery_party.php";
	});
	$( "#services2" ).click(function() {
		window.location.href = "gallery_corporate.php";
	});
	$( "#services3" ).click(function() {
		window.location.href = "gallery_wedding.php";
	});
	$( "#services4" ).click(function() {
		window.location.href = "gallery_products.php";
	});
	$( "#services5" ).click(function() {
		//window.location.href = "gallery_party.php";
	});
	$( "#services6" ).click(function() {
		window.location.href = "gallery_dinner.php";
	});
});
