jQuery(function ($) {
	$('.basic').click(function (e) {
		$('#basic-modal-content').modal({
			closeHTML: "Нажмите (ESC) или <a href='#'>закрыть</a>",
			maxHeight: 450,
			minHeight: 150,
			autoResize: true
		});
		return false;
	});

});
