$(document).ready(function(){
	
	$("#floorplanDiv").dialog({
		autoOpen: false,
		modal: true,
		draggable: true,
		resizable: true,
		width: 730,
		buttons: {
			"Close": function(){ $(this).dialog("close"); }
		}
	});
	
	$("#photoViewerDialog").dialog({
		autoOpen: false,
		modal: true,
		draggable: true,
		resizable: true,
		width: 675,
		buttons: {
			"Close": function(){ $(this).dialog("close"); }
		}
	});
	
	$("#contactUsDiv").dialog({
		autoOpen: false,
		modal: true,
		draggable: true,
		resizable: false,
		width: 450
	});
	
});
