	$(function() {
		$("#nahlasRedakciDialog").dialog({
			bgiframe: true,
			height: 350,
                        width: 500,
			modal: true,
                        autoOpen: false,
                        resizable: false

		});

                $("#odesliZnamemuDialog").dialog({
			bgiframe: true,
			height: 350,
                        width: 500,
			modal: true,
                        autoOpen: false,
                        resizable: false

		});

                
                $('#btn-nahlasRedakciForm').click(function() {
                    $("#nahlasRedakciDialog").dialog('open');
                });

                $('#btn-odesliZnamemu').click(function() {
                    $("#odesliZnamemuDialog").dialog('open');
                });



	});
