﻿$(document).ready(function() {
	/*
	*   Examples - images
	*/

$("a#ctl00_example1").fancybox({
		'titleShow': false
	});
	
	$("#various5").fancybox({
	'width': '480',
	'height': '320',
	'autoScale': false,
	'transitionIn': 'none',
	'transitionOut': 'none',
	'type': 'iframe',
	'titleShow': true,
	'center': true,
	'hideOnContentClick': true
});

$("#d3suite1").fancybox({
	'width': '480',
	'height': '320',
	'autoScale': false,
	'transitionIn': 'none',
	'transitionOut': 'none',
	'type': 'iframe',
	'titleShow': true,
	'center': true
});

$("#d3suite2").fancybox({
	'width': '480',
	'height': '320',
	'autoScale': false,
	'transitionIn': 'none',
	'transitionOut': 'none',
	'type': 'iframe',
	'titleShow': true,
	'center': true
});

$("#d3fz1").fancybox({
	'width': '480',
	'height': '320',
	'autoScale': false,
	'transitionIn': 'none',
	'transitionOut': 'none',
	'type': 'iframe',
	'titleShow': true,
	'center': true
});

$("#d3fz2").fancybox({
	'width': '480',
	'height': '320',
	'autoScale': false,
	'transitionIn': 'none',
	'transitionOut': 'none',
	'type': 'iframe',
	'titleShow': true,
	'center': true
});

$("#d3jun1").fancybox({
	'width': '480',
	'height': '320',
	'autoScale': false,
	'transitionIn': 'none',
	'transitionOut': 'none',
	'type': 'iframe',
	'titleShow': true,
	'center': true
});

});



