$(function() {
		$("#dialog").dialog({
			bgiframe: true,
			modal: false
			
		});
		
		
	});

