function openLegalInfo(title, showTextWithID, isDatenschutz) { isScreenBlocked = true; $("#dialog").html(""); $("#dialog").load("/dialog_legal_info.php?showTextWithID="+showTextWithID+"&isDatenschutz="+isDatenschutz+"").dialog({ close: function(event, ui) { $('#dialog').dialog('destroy'); }, resizable: false, height: 520, dialogClass: "flora", width: 700, modal: true, bgiframe: true, title: title, overlay: { opacity: 0.6, background: "#000" } }); isScreenBlocked = false; }