$(function() {
	
	$("#dialog-outage").dialog({
		bgiframe: true,
		autoOpen: false,
		height: 380,
		width: 400,
		modal: true
	});
	
});
				





