$(document).ready(function(){
				
	$( "#dialog-modal" ).dialog({
		modal: true
	});

});
