
$(document).ready(function(){

// ******************************************************************** //

	//hide the all of the toggle elements
	$("#balancing2-toggle").hide();
	$("#commpac2-toggle").hide();
	$("#dominator2-toggle").hide();
	$("#dpcv2-toggle").hide();
	$("#thermal2-toggle").hide();
	
// ******************************************************************** //	







// ******************************************************************** //
	
	//toggle the componenets within the Valve Family
	$(".toggle-balancing2").click(function(){
		$(this).next(".#balancing2-toggle").slideToggle(600);
		$("#commpac2-toggle").slideUp(500);
		$("#dominator2-toggle").slideUp(500);
		$("#dpcv2-toggle").slideUp(500);
		$("#thermal2-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-commpac2").click(function(){
		$(this).next(".#commpac2-toggle").slideToggle(600);
		$("#balancing2-toggle").slideUp(500);
		$("#dominator2-toggle").slideUp(500);
		$("#dpcv2-toggle").slideUp(500);
		$("#thermal2-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-dominator2").click(function(){
		$(this).next(".#dominator2-toggle").slideToggle(600);
		$("#balancing2-toggle").slideUp(500);
		$("#commpac2-toggle").slideUp(500);
		$("#dpcv2-toggle").slideUp(500);
		$("#thermal2-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-dpcv2").click(function(){
		$(this).next(".#dpcv2-toggle").slideToggle(600);
		$("#balancing2-toggle").slideUp(500);
		$("#commpac2-toggle").slideUp(500);
		$("#dominator2-toggle").slideUp(500);
		$("#thermal2-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-thermal2").click(function(){
		$(this).next(".#thermal2-toggle").slideToggle(600);
		$("#balancing2-toggle").slideUp(500);
		$("#commpac2-toggle").slideUp(500);
		$("#dominator2-toggle").slideUp(500);
		$("#dpcv2-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

});
