  $(document).ready(function(){
		$('#dlg_forum').dialog({ autoOpen: false, width:400, draggable: false, modal: true, show: 'slide', buttons: { 'OK': function() { $(this).dialog('close'); } } }); 
		$('#dlg_archive').dialog({ autoOpen: false,  width:400, draggable: false, modal: true, show: 'slide', buttons: { 'OK': function() { $(this).dialog('close'); } } }); 
  });