// 2009.12.29 KJD: Document created
// 2009.10.08 KJD: Extend Modal
$( document ).ready( function(){
	$('.modal').click(function(){
		// 2009.10.09 KJD: Update title
		$( '.ui-dialog-title' ).html( $( this ).attr( 'title' ) );
		$( '.ui-dialog-content' ).css({	'height':'440px'});
		
		$( '.ui-dialog-content iframe' ).attr('scrolling','off');
	});
});
