$(function() {
	$("#dialog").dialog("destroy");

	$("#dialog-modal").dialog({
		height: 250,
		width: 380,
		modal: true
	});
});
