// JavaScript Document
$(document).ready(function() {
 $(".pop1").fancybox({'width' : 590,'height' : 570,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".pop2").fancybox({'width' : 700,'height' : 215,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
  $(".map").fancybox({'width' : 620,'height' : 520,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
$("h2").hide();
$("h1").hide();
$("a[rel=dg]").fancybox({
			'type'	: 'image',
			'titlePosition' : 'over',
			'titleFormat'   : function(title, currentArray, currentIndex, currentOpts) {
				return '';
		  }
});

});

