
$(document).ready(function(){

// ******************************************************************** //

	//hide the all of the toggle elements
	$("#ball-toggle").hide();
	$("#butterfly-toggle").hide();
	$("#check-toggle").hide();
	$("#cocks-toggle").hide();
	$("#tap-toggle").hide();
	$("#gate-toggle").hide();
	$("#globe-toggle").hide();
	$("#radiator-toggle").hide();
	$("#needle-toggle").hide();
	$("#pressure-toggle").hide();
	$("#strainers-toggle").hide();
	
// ******************************************************************** //	







// ******************************************************************** //
	
	//toggle the componenets within the Valve Family
	$(".toggle-ball").click(function(){
		$(this).next(".#ball-toggle").slideToggle(600);
		$("#butterfly-toggle").slideUp(500);
		$("#check-toggle").slideUp(500);
		$("#cocks-toggle").slideUp(500);
		$("#tap-toggle").slideUp(500);
		$("#gate-toggle").slideUp(500);
		$("#globe-toggle").slideUp(500);
		$("#radiator-toggle").slideUp(500);
		$("#needle-toggle").slideUp(500);
		$("#pressure-toggle").slideUp(500);
		$("#strainers-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-butterfly").click(function(){
		$(this).next(".#butterfly-toggle").slideToggle(600);
		$("#ball-toggle").slideUp(500);
		$("#check-toggle").slideUp(500);
		$("#cocks-toggle").slideUp(500);
		$("#tap-toggle").slideUp(500);
		$("#gate-toggle").slideUp(500);
		$("#globe-toggle").slideUp(500);
		$("#radiator-toggle").slideUp(500);
		$("#needle-toggle").slideUp(500);
		$("#pressure-toggle").slideUp(500);
		$("#strainers-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-check").click(function(){
		$(this).next(".#check-toggle").slideToggle(600);
		$("#ball-toggle").slideUp(500);
		$("#butterfly-toggle").slideUp(500);
		$("#cocks-toggle").slideUp(500);
		$("#tap-toggle").slideUp(500);
		$("#gate-toggle").slideUp(500);
		$("#globe-toggle").slideUp(500);
		$("#radiator-toggle").slideUp(500);
		$("#needle-toggle").slideUp(500);
		$("#pressure-toggle").slideUp(500);
		$("#strainers-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-cocks").click(function(){
		$(this).next(".#cocks-toggle").slideToggle(600);
		$("#ball-toggle").slideUp(500);
		$("#butterfly-toggle").slideUp(500);
		$("#check-toggle").slideUp(500);
		$("#tap-toggle").slideUp(500);
		$("#gate-toggle").slideUp(500);
		$("#globe-toggle").slideUp(500);
		$("#radiator-toggle").slideUp(500);
		$("#needle-toggle").slideUp(500);
		$("#pressure-toggle").slideUp(500);
		$("#strainers-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-tap").click(function(){
		$(this).next(".#tap-toggle").slideToggle(600);
		$("#ball-toggle").slideUp(500);
		$("#butterfly-toggle").slideUp(500);
		$("#check-toggle").slideUp(500);
		$("#cocks-toggle").slideUp(500);
		$("#gate-toggle").slideUp(500);
		$("#globe-toggle").slideUp(500);
		$("#radiator-toggle").slideUp(500);
		$("#needle-toggle").slideUp(500);
		$("#pressure-toggle").slideUp(500);
		$("#strainers-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-gate").click(function(){
		$(this).next(".#gate-toggle").slideToggle(600);
		$("#ball-toggle").slideUp(500);
		$("#butterfly-toggle").slideUp(500);
		$("#check-toggle").slideUp(500);
		$("#cocks-toggle").slideUp(500);
		$("#tap-toggle").slideUp(500);
		$("#globe-toggle").slideUp(500);
		$("#radiator-toggle").slideUp(500);
		$("#needle-toggle").slideUp(500);
		$("#pressure-toggle").slideUp(500);
		$("#strainers-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-globe").click(function(){
		$(this).next(".#globe-toggle").slideToggle(600);
		$("#ball-toggle").slideUp(500);
		$("#butterfly-toggle").slideUp(500);
		$("#check-toggle").slideUp(500);
		$("#cocks-toggle").slideUp(500);
		$("#tap-toggle").slideUp(500);
		$("#gate-toggle").slideUp(500);
		$("#radiator-toggle").slideUp(500);
		$("#needle-toggle").slideUp(500);
		$("#pressure-toggle").slideUp(500);
		$("#strainers-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-radiator").click(function(){
		$(this).next(".#radiator-toggle").slideToggle(600);
		$("#ball-toggle").slideUp(500);
		$("#butterfly-toggle").slideUp(500);
		$("#check-toggle").slideUp(500);
		$("#cocks-toggle").slideUp(500);
		$("#tap-toggle").slideUp(500);
		$("#gate-toggle").slideUp(500);
		$("#globe-toggle").slideUp(500);
		$("#needle-toggle").slideUp(500);
		$("#pressure-toggle").slideUp(500);
		$("#strainers-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-needle").click(function(){
		$(this).next(".#needle-toggle").slideToggle(600);
		$("#ball-toggle").slideUp(500);
		$("#butterfly-toggle").slideUp(500);
		$("#check-toggle").slideUp(500);
		$("#cocks-toggle").slideUp(500);
		$("#tap-toggle").slideUp(500);
		$("#gate-toggle").slideUp(500);
		$("#globe-toggle").slideUp(500);
		$("#radiator-toggle").slideUp(500);
		$("#pressure-toggle").slideUp(500);
		$("#strainers-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-pressure").click(function(){
		$(this).next(".#pressure-toggle").slideToggle(600);
		$("#ball-toggle").slideUp(500);
		$("#butterfly-toggle").slideUp(500);
		$("#check-toggle").slideUp(500);
		$("#cocks-toggle").slideUp(500);
		$("#tap-toggle").slideUp(500);
		$("#gate-toggle").slideUp(500);
		$("#globe-toggle").slideUp(500);
		$("#radiator-toggle").slideUp(500);
		$("#needle-toggle").slideUp(500);
		$("#strainers-toggle").slideUp(500);
	});
	
// ******************************************************************** //	

	//toggle the componenets within the Valve Family
	$(".toggle-strainers").click(function(){
		$(this).next(".#strainers-toggle").slideToggle(600);
		$("#ball-toggle").slideUp(500);
		$("#butterfly-toggle").slideUp(500);
		$("#check-toggle").slideUp(500);
		$("#cocks-toggle").slideUp(500);
		$("#tap-toggle").slideUp(500);
		$("#gate-toggle").slideUp(500);
		$("#globe-toggle").slideUp(500);
		$("#radiator-toggle").slideUp(500);
		$("#needle-toggle").slideUp(500);
		$("#pressure-toggle").slideUp(500);
	});
	
// ******************************************************************** //		
	
});
