var alto = false;
var el_firm = '';
var firmmmm = '';
function showFirm(firm){
	
//	alert(firm);
//	alert(el_firm);
//	alert(alto);
//	if (firm != el_firm ){
//		if (!alto ){
			
		//	$("#papa > div").css('display','none');
			//$("#"+firm).siblings().css('display','none');	
		/*	$("#lawyers1").css('display','none');	
				
			$("#"+firm).attr('className','showInterna').fadeIn('slow', function(){
			//	alert('2');
	//			alto = false;
//				el_firm = firm;
			});	
			*/
	//	}
	//	alto = true;	
//	}

	
	if (firmmmm != ''){
		$('#' + firmmmm).css('display','none');	
	}
			
		

$("#"+firm).attr('className','showInterna').fadeIn('slow');
firmmmm = firm;
}
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*
var altoC = false;
var el_counsel = '';
function showCounsel(counsel){
	if (counsel != el_counsel ){
		if (!altoC ){
			$("#"+counsel).siblings().css('display','none');		
			$("#"+counsel).attr('className','showInterna').slideDown('slow', function(){
				altoC = false;
				el_counsel = counsel;
			});	
		
		}
		altoC = true;
	}
}
*/
/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------*/
/*
var altoS = false;
var el_lawyers = '';

function showLawyers(lawyers){

	if (lawyers != el_lawyers ){
		if (!altoS){
			
			$("#"+lawyers).siblings().attr('display','none');		
			$("#"+lawyers).attr('className','showInterna').slideDown('slow', function(){
				altoS = false;
				el_lawyers = lawyers;
			});	
			
			
		}
		altoS = true;
	}
}
*/


//$(document).ready(function(){
//
//	showLawyers('lawyers1');
//
//	$('.aco').click(function(){
//							 
//		$('.LawyersIzq').slideUp('slow');					 
//		
//		var id = '#' + $(this).attr('id') + 'ca';
//		
//		$(id).slideDown('slow');
//	});
//});



