  jQuery(document).ready(function() {
    jQuery("#dialog").dialog({
      bgiframe: true, autoOpen: false, height: 450, width: 600, modal: true
    });
 

    jQuery("#data_services").dialog({
      bgiframe: true, autoOpen: false, height: 570, width: 615, modal: true
    });
      jQuery("#report_list").dialog({
      bgiframe: true, autoOpen: false, height:470, width: 700, modal: true
    });

  });
  
$(function() {
		$("button, input:submit, a", ".feedback_bottom_button").button();

		$("a", ".feedback_bottom_button").click(function() { return false; });
	});

