/*****************************************About us*************************************************/

$("#about").click(function() {
$("#aboutBg").fadeIn("slow",function() {
$("#aboutWrap").fadeIn("slow", function(){	
$("#aboutWrapInner").fadeIn("slow",function(){
$(document).ready(function () {
$('#aboutWrapInner').load('about-us.html');
});
});
});
});
});




$("#aboutBg").click(function() {
$("#aboutWrap").hide("slow",function() {
$("#aboutBg").fadeOut("slow", function(){
$("#aboutWrapInner").hide("slow",function(){	
});
});
});
});

$("#aboutClose span").click(function() {
$("#aboutWrap").hide("slow",function() {
$("#aboutBg").fadeOut("slow", function(){
$("#aboutWrapInner").hide("slow",function(){
});
});
});
});



/*****************************************Venues*************************************************/

$("#venue").click(function() {
$("#venueBg").fadeIn("slow",function() {
$("#venueWrap").fadeIn("slow", function(){	
$("#venueWrapInner").fadeIn("slow",function(){
$(document).ready(function () {
$('#venueWrapInner').load('venue.html');
});
});
});
});
});


$("#venueBg").click(function() {
$("#venueWrap").hide("slow",function() {
$("#venueBg").fadeOut("slow", function(){
$("#venueWrapInner").hide("slow",function(){	
});
});
});
});

$("#venueClose span").click(function() {
$("#venueWrap").hide("slow",function() {
$("#venueBg").fadeOut("slow", function(){
$("#venueWrapInner").hide("slow",function(){
});
});
});
});

/*****************************************Testimonials*************************************************/

$("#reviews").click(function() {
$("#reviewBg").fadeIn("slow",function() {
$("#reviewWrap").fadeIn("slow", function(){	
$("#reviewWrapInner").fadeIn("slow",function(){
$(document).ready(function () {
$('#reviewWrapInner').load('testimonial.html');
});
});
});
});
});


$("#reviewBg").click(function() {
$("#reviewWrap").hide("slow",function() {
$("#reviewBg").fadeOut("slow", function(){
$("#reviewWrapInner").hide("slow",function(){	
});
});
});
});

$("#reviewClose span").click(function() {
$("#reviewWrap").hide("slow",function() {
$("#reviewBg").fadeOut("slow", function(){
$("#reviewWrapInner").hide("slow",function(){
});
});
});
});

/*****************************************Gallery*************************************************/

$("#gallery").click(function() {
$("#galleryBg").fadeIn("slow",function() {
$("#galleryWrap").fadeIn("slow", function(){	
$("#galleryWrapInner").fadeIn("slow",function(){
$(document).ready(function () {
$('#galleryWrapInner').load('gallery.html');
});
});
});
});
});


$("#galleryBg").click(function() {
$("#galleryWrap").hide("slow",function() {
$("#galleryBg").fadeOut("slow", function(){
$("#galleryWrapInner").hide("slow",function(){	
});
});
});
});

$("#galleryClose span").click(function() {
$("#galleryWrap").hide("slow",function() {
$("#galleryBg").fadeOut("slow", function(){
$("#galleryWrapInner").hide("slow",function(){
});
});
});
});


/*****************************************Policy*************************************************/

$("#privacy").click(function() {
$("#privacyBg").fadeIn("slow",function() {
$("#privacyWrap").fadeIn("slow", function(){	
$("#privacyWrapInner").fadeIn("slow",function(){
$(document).ready(function () {
$('#privacyWrapInner').load('privacy-policy.html');
});
});
});
});
});


$("#privacyBg").click(function() {
$("#privacyWrap").hide("slow",function() {
$("#privacyBg").fadeOut("slow", function(){
$("#privacyWrapInner").hide("slow",function(){	
});
});
});
});

$("#privacyClose span").click(function() {
$("#privacyWrap").hide("slow",function() {
$("#privacyBg").fadeOut("slow", function(){
$("#privacyWrapInner").hide("slow",function(){
});
});
});
});


/*****************************************Policy*************************************************/

$("#terms").click(function() {
$("#termsBg").fadeIn("slow",function() {
$("#termsWrap").fadeIn("slow", function(){	
$("#termsWrapInner").fadeIn("slow",function(){
$(document).ready(function () {
$('#termsWrapInner').load('terms-condition.html');
});
});
});
});
});


$("#termsBg").click(function() {
$("#termsWrap").hide("slow",function() {
$("#termsBg").fadeOut("slow", function(){
$("#termsWrapInner").hide("slow",function(){	
});
});
});
});

$("#termsClose span").click(function() {
$("#termsWrap").hide("slow",function() {
$("#termsBg").fadeOut("slow", function(){
$("#termsWrapInner").hide("slow",function(){
});
});
});
});



$(document).ready(function(){
	$(".contact").colorbox({width:"844px", height:"500px", iframe:true}); 
	});
