$(document).ready(function() { 

	$("a#photos_pop").fancybox({
		hideOnContentClick: false,
		showCloseButton: true,
		autoDimensions: false,
		titleShow: false,	
		width: 881,
		height: 743,
		scrolling: 'no',
		padding: 0,
		transitionIn: 'fade',
		transitionOut: 'fade',
		overlayOpacity: 0.5,
		overlayColor: '#000000',
		onComplete: function() {$("#photos iframe").attr('src',$("#photos iframe").attr('rel'));},
		onCleanup: function() {$("#photos iframe").attr('src','')}
	});
	
	$("a#spot_pop").fancybox({
		hideOnContentClick: false,
		showCloseButton: true,
		titleShow: false,	
		autoDimensions: false,
		width: 831,
		height: 841,
		padding: 0,
		scrolling: 'no',
		transitionIn: 'fade',
		transitionOut: 'fade',
		overlayOpacity: 0.5,
		overlayColor: '#000000',
		onComplete: function() {$("#spot iframe").attr('src',$("#spot iframe").attr('rel'));},
		onCleanup: function() {$("#spot iframe").attr('src','')}
	});
	
	$("a#products_pop").fancybox({
		hideOnContentClick: false,
		showCloseButton: true,
		titleShow: false,	
		autoDimensions: false,
		width: 740,
		height: 530,
		padding: 0,
		scrolling: 'no',
		transitionIn: 'fade',
		transitionOut: 'fade',
		overlayOpacity: 0.5,
		overlayColor: '#000000',
		onComplete: function() {$("#products iframe").attr('src',$("#products iframe").attr('rel'));},
		onCleanup: function() {$("#products iframe").attr('src','')}
	});
	
	$("a#contact_pop").fancybox({
		hideOnContentClick: false,
		showCloseButton: true,
		titleShow: false,	
		autoDimensions: false,
		width: 740,
		height: 530,
		padding: 0,
		scrolling: 'no',
		transitionIn: 'fade',
		transitionOut: 'fade',
		overlayOpacity: 0.5,
		overlayColor: '#000000',
		onComplete: function() {$("#contact iframe").attr('src',$("#contact iframe").attr('rel'));},
		onCleanup: function() {$("#contact iframe").attr('src','')}
	});
	
	$("a#video_pop").fancybox({
		hideOnContentClick: false,
		showCloseButton: true,
		titleShow: false,	
		autoDimensions: false,
		width: 1039,
		height: 807,
		scrolling: 'no',
		padding: 0,
		transitionIn: 'fade',
		transitionOut: 'fade',
		overlayOpacity: 0.5,
		overlayColor: '#000000',
		onComplete: function() {$("#video iframe").attr('src',$("#video iframe").attr('rel'));},
		onCleanup: function() {$("#video iframe").attr('src','')}
	});

	$("a#upload_pop").fancybox({
		hideOnContentClick: false,
		showCloseButton: true,
		titleShow: false,	
		autoDimensions: false,
		width: 740,
		height: 530,
		padding: 0,
		scrolling: 'no',
		transitionIn: 'fade',
		transitionOut: 'fade',
		overlayOpacity: 0.5,
		overlayColor: '#000000',
		onComplete: function() {$("#upload iframe").attr('src',$("#upload iframe").attr('rel'));},
		onCleanup: function() {$("#upload iframe").attr('src','')}
	});
    
    $("a#warning_pop").fancybox({
		hideOnContentClick: false,
		showCloseButton: true,
		titleShow: false,	
		autoDimensions: false,
		width: 740,
		height: 530,
		padding: 0,
		scrolling: 'no',
		transitionIn: 'fade',
		transitionOut: 'fade',
		overlayOpacity: 0.5,
		overlayColor: '#000000'
	});
    

	if (goUpload) {
		$("a#upload_pop").trigger('click');
	}

	
	$("img").hover(
		function() {this.src = this.src.replace("_off","_over");},
		function() {this.src = this.src.replace("_over","_off");}
	);
    
    setTimeout ("animateOst()", 3000 );


});

function closeWindow(){
        $.fancybox.close();
}

function animateOst()	{ 
    	$('.ostrich').animate({
		right: '100',
		top: '230'
	 }, 1200, "easeOutQuad");
}

function submitSurvey()	{
  document.surveyform.submit();
}
