$('document').ready( function(){
	$('.pop-up').fancyZoom({
		directory:'https://gorge.rdsecure.org/custom/js/fancyzoom_images',
		scaleImg: true
	});
	$('a[href*="downloads"]').each(openLinkInNewTab);
	function openLinkInNewTab(){
		$(this).attr( 'target', '_blank');
	}

});
