$(document).ready(function(){
	$('.slide2').hide();
	$('.slide3').hide();

	$('.display-1').click( function (event){event.preventDefault();if(!$('.slide1').hasClass('display')){$('.selected').removeClass('selected');$('.display-1').addClass('selected');$('.display').fadeOut('slow', function(){$('.display').removeClass('display');$('.slide1').fadeIn('slow', function(){$('.slide1').addClass('display')});});}});

	$('.display-2').click( function (event){event.preventDefault();if(!$('.slide2').hasClass('display')){$('.selected').removeClass('selected');$('.display-2').addClass('selected');$('.display').fadeOut('slow', function(){$('.display').removeClass('display');$('.slide2').fadeIn('slow', function(){$('.slide2').addClass('display')});});}});

	$('.display-3').click( function (event){event.preventDefault();if(!$('.slide3').hasClass('display')){$('.selected').removeClass('selected');$('.display-3').addClass('selected');$('.display').fadeOut('slow', function(){$('.display').removeClass('display');$('.slide3').fadeIn('slow', function(){$('.slide3').addClass('display')});});}});

	/*$(".thumbnail").hover(function() {
		var src = $(this).attr("src").replace(".jpg", "-h.jpg");
		$(this).attr("src", src);
	}, function() {
		var src = $(this).attr("src").replace("-h.jpg", ".jpg");
		$(this).attr("src", src);
	});*/
	$(".thumbnail").click(function() {
		var src = $(this).attr("src");//.replace("-h.jpg", ".jpg");
		src = src.replace("thumb", "full");
		var h = $(".fullsize").attr("height");
		$("#gallery-main").css("height", h+"px");
		$(".fullsize").fadeOut('slow', function(){
			$(this).attr("src", src);
			$(this).load(function(){
				$(this).fadeIn('slow', function(){/*do nothing */});
				$("#gallery-main").css("height", "auto");
			});
			
		});
	});
	
	//Clear Inputs / Textareas that are not of the type 'submit'
	$('input,textarea').each(function() {
		if($(this).attr('type')!= 'submit'){
			var default_value = this.value;
			$(this).focus(function() {
				if(this.value == default_value) {
					this.value = '';
				}
			});
			$(this).blur(function() {
				if(this.value == '') {
					this.value = default_value;
				}
			});
		}
		$(this).hover(function(){$(this).addClass('display');},function(){$(this).removeClass('display');});
	});	
	
	var cache = [];
	var preload = [];//["/wp-content/themes/helistream/images/photo-gallery/full/01.jpg","/wp-content/themes/helistream/images/photo-gallery/full/02.jpg","/wp-content/themes/helistream/images/photo-gallery/full/03.jpg","/wp-content/themes/helistream/images/photo-gallery/full/04.jpg","/wp-content/themes/helistream/images/photo-gallery/full/05.jpg","/wp-content/themes/helistream/images/photo-gallery/full/06.jpg","/wp-content/themes/helistream/images/photo-gallery/full/07.jpg","/wp-content/themes/helistream/images/photo-gallery/full/08.jpg","/wp-content/themes/helistream/images/photo-gallery/full/09.jpg","/wp-content/themes/helistream/images/photo-gallery/full/10.jpg","/wp-content/themes/helistream/images/photo-gallery/full/11.jpg","/wp-content/themes/helistream/images/photo-gallery/full/12.jpg","/wp-content/themes/helistream/images/photo-gallery/full/13.jpg","/wp-content/themes/helistream/images/photo-gallery/full/14.jpg","/wp-content/themes/helistream/images/photo-gallery/full/15.jpg","/wp-content/themes/helistream/images/photo-gallery/full/16.jpg","/wp-content/themes/helistream/images/photo-gallery/full/17.jpg","/wp-content/themes/helistream/images/photo-gallery/full/18.jpg","/wp-content/themes/helistream/images/photo-gallery/full/19.jpg","/wp-content/themes/helistream/images/photo-gallery/full/20.jpg","/wp-content/themes/helistream/images/photo-gallery/full/21.jpg","/wp-content/themes/helistream/images/photo-gallery/full/22.jpg","/wp-content/themes/helistream/images/photo-gallery/full/23.jpg","/wp-content/themes/helistream/images/photo-gallery/full/24.jpg","/wp-content/themes/helistream/images/photo-gallery/full/25.jpg","/wp-content/themes/helistream/images/photo-gallery/full/26.jpg","/wp-content/themes/helistream/images/photo-gallery/full/27.jpg","/wp-content/themes/helistream/images/photo-gallery/full/28.jpg","/wp-content/themes/helistream/images/photo-gallery/full/29.jpg","/wp-content/themes/helistream/images/photo-gallery/full/30.jpg","/wp-content/themes/helistream/images/photo-gallery/full/31.jpg","/wp-content/themes/helistream/images/photo-gallery/full/32.jpg","/wp-content/themes/helistream/images/photo-gallery/full/33.jpg","/wp-content/themes/helistream/images/photo-gallery/full/34.jpg","/wp-content/themes/helistream/images/photo-gallery/full/35.jpg","/wp-content/themes/helistream/images/photo-gallery/full/36.jpg","/wp-content/themes/helistream/images/photo-gallery/full/37.jpg","/wp-content/themes/helistream/images/photo-gallery/full/38.jpg","/wp-content/themes/helistream/images/photo-gallery/full/39.jpg","/wp-content/themes/helistream/images/photo-gallery/full/40.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/full/42.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/01-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/02-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/03-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/04-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/05-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/06-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/07-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/08-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/09-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/10-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/11-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/12-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/13-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/14-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/15-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/16-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/17-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/18-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/19-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/20-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/21-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/22-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/23-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/24-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/25-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/26-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/27-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/28-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/29-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/30-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/31-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/32-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/33-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/34-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/35-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/36-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/37-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/38-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/39-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/40-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/41-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/42-h.jpg"];
	var args_len = preload.length;
    for (var i = args_len; i--;) {
      var cacheImage = document.createElement('img');
      cacheImage.src = preload[i];
      cache.push(cacheImage);
    }	
	//jQuery.preLoadImages("/wp-content/themes/helistream/images/photo-gallery/full/01.jpg","/wp-content/themes/helistream/images/photo-gallery/full/02.jpg","/wp-content/themes/helistream/images/photo-gallery/full/03.jpg","/wp-content/themes/helistream/images/photo-gallery/full/04.jpg","/wp-content/themes/helistream/images/photo-gallery/full/05.jpg","/wp-content/themes/helistream/images/photo-gallery/full/06.jpg","/wp-content/themes/helistream/images/photo-gallery/full/07.jpg","/wp-content/themes/helistream/images/photo-gallery/full/08.jpg","/wp-content/themes/helistream/images/photo-gallery/full/09.jpg","/wp-content/themes/helistream/images/photo-gallery/full/10.jpg","/wp-content/themes/helistream/images/photo-gallery/full/11.jpg","/wp-content/themes/helistream/images/photo-gallery/full/12.jpg","/wp-content/themes/helistream/images/photo-gallery/full/13.jpg","/wp-content/themes/helistream/images/photo-gallery/full/14.jpg","/wp-content/themes/helistream/images/photo-gallery/full/15.jpg","/wp-content/themes/helistream/images/photo-gallery/full/16.jpg","/wp-content/themes/helistream/images/photo-gallery/full/17.jpg","/wp-content/themes/helistream/images/photo-gallery/full/18.jpg","/wp-content/themes/helistream/images/photo-gallery/full/19.jpg","/wp-content/themes/helistream/images/photo-gallery/full/20.jpg","/wp-content/themes/helistream/images/photo-gallery/full/21.jpg","/wp-content/themes/helistream/images/photo-gallery/full/22.jpg","/wp-content/themes/helistream/images/photo-gallery/full/23.jpg","/wp-content/themes/helistream/images/photo-gallery/full/24.jpg","/wp-content/themes/helistream/images/photo-gallery/full/25.jpg","/wp-content/themes/helistream/images/photo-gallery/full/26.jpg","/wp-content/themes/helistream/images/photo-gallery/full/27.jpg","/wp-content/themes/helistream/images/photo-gallery/full/28.jpg","/wp-content/themes/helistream/images/photo-gallery/full/29.jpg","/wp-content/themes/helistream/images/photo-gallery/full/30.jpg","/wp-content/themes/helistream/images/photo-gallery/full/31.jpg","/wp-content/themes/helistream/images/photo-gallery/full/32.jpg","/wp-content/themes/helistream/images/photo-gallery/full/33.jpg","/wp-content/themes/helistream/images/photo-gallery/full/34.jpg","/wp-content/themes/helistream/images/photo-gallery/full/35.jpg","/wp-content/themes/helistream/images/photo-gallery/full/36.jpg","/wp-content/themes/helistream/images/photo-gallery/full/37.jpg","/wp-content/themes/helistream/images/photo-gallery/full/38.jpg","/wp-content/themes/helistream/images/photo-gallery/full/39.jpg","/wp-content/themes/helistream/images/photo-gallery/full/40.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/full/42.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/01-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/02-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/03-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/04-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/05-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/06-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/07-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/08-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/09-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/10-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/11-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/12-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/13-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/14-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/15-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/16-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/17-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/18-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/19-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/20-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/21-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/22-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/23-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/24-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/25-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/26-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/27-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/28-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/29-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/30-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/31-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/32-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/33-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/34-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/35-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/36-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/37-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/38-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/39-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/40-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/41-h.jpg","/wp-content/themes/helistream/images/photo-gallery/full/41.jpg","/wp-content/themes/helistream/images/photo-gallery/thumbnail/42-h.jpg");
});


/*(function($) {
  var cache = [];
  // Arguments are image paths relative to the current page.
  $.preLoadImages = function() {
    var args_len = arguments.length;
    for (var i = args_len; i--;) {
      var cacheImage = document.createElement('img');
      cacheImage.src = arguments[i];
      cache.push(cacheImage);
    }
  }
})(jQuery);*/


