jQuery(document).ready(function(){
	
	jQuery('#orgChartLink').click(function(){
		jQuery("#orgChartDialog").show();
		jQuery("#orgChartDialog").dialog();
		
	});
    
 });