// JavaScript Document
// increase the default animation speed to exaggerate the effect
	  // Book Excerpt Enlarger
$.fx.speeds._default = 1000;
$(function() {
	$( "#dialog1" ).dialog({
		autoOpen: false,
		show: "blind",
		hide: "explode",
		width: 390
	});

	$( "#opener1" ).click(function() {
		$( "#dialog1" ).dialog( "open" );
		return false;
	});
});
//
	// Book Excerpt Enlarger
$.fx.speeds._default = 1000;
$(function() {
	$( "#dialog2" ).dialog({
		autoOpen: false,
		show: "blind",
		hide: "explode",
		width: 390
	});

	$( "#opener2" ).click(function() {
		$( "#dialog2" ).dialog( "open" );
		return false;
	});
});
//
	// Book Excerpt Enlarger
$.fx.speeds._default = 1000;
$(function() {
	$( "#dialog2" ).dialog({
		autoOpen: false,
		show: "blind",
		hide: "explode",
		width: 390
	});

	$( "#opener2" ).click(function() {
		$( "#dialog2" ).dialog( "open" );
		return false;
	});
});
//
	// Book Excerpt Enlarger
$.fx.speeds._default = 1000;
$(function() {
	$( "#dialog3" ).dialog({
		autoOpen: false,
		show: "blind",
		hide: "explode",
		width: 390
	});

	$( "#opener3" ).click(function() {
		$( "#dialog3" ).dialog( "open" );
		return false;
	});
});

