$(document).ready(function() {
    $("#dialog_auth").dialog({
  	  draggable: false,
      modal: true,
      autoOpen: false,
      width: 340,
	  position: new Array('center', 35),
	  resizable: false
    });
	 $("#dialog_reg").dialog({
  	  draggable: false,
      modal: true,
      autoOpen: false,
      width: 400,
	  position: new Array('center', 35),
	  resizable: true
    });
	 $("#dialog_lostpass").dialog({
  	  draggable: false,
      modal: true,
      autoOpen: false,
      width: 400,
	  position: new Array('center', 35),
	  resizable: false
    });	
	$("#cmt_form").dialog({
  	  draggable: false,
      modal: true,
      autoOpen: false,
      width: 500,
	  position: new Array('center', 'center'),
	  resizable: false
    });	
	$( "#link_form" ).tabs({
		selected: -1,
		collapsible: true
	});
});

<!--comment cheker-->


