function showDialogFromUrl(n,t){$.get(n,function(n){t.position||(t.position={my:"center bottom",at:"center center",of:window}),t.close||(t.close=function(){$(this).dialog("destroy"),$(this).remove()}),$(n).dialog(t)})}function showPromptDialog2(n){return showPromptDialog(n.title,n.promptText,n.defaultValue,n.okButtonText,n.cancelButtonText,n.onOkHandler,n.onCancelHandler,n.promptWidth,n.width,n.height)}function showPromptDialog(n,t,i,r,u,f,e,o,s,h){var c=$('