$(document).ready(function(){
	/*if ($("ul.sf-menu").length > 0) {
		jQuery('ul.sf-menu').superfish();
	}
	if ($("#homeflash").length > 0) {
		swfobject.embedSWF(root+"home_movie.swf", "homeflash", "595", "280", "9.0.0","",{},{wmode:'opaque'},{});
	}
	if ($("a.leader").length > 0) {
		$("a.leader").bind("click",function(e){
			e.preventDefault();
			$("#jquiDialog").load(root+'index.cfm/XHR/Bio/person/'+this.id);
			$("#jquiDialog").dialog('open');
		})
	}*/
	$("#jquiDialog").dialog({
		bgiframe:true,
		height:360,
		width:540,
		modal:true,
		autoOpen:false
	})
});

