// CONTENT MANIPULATION


/*This hides the horizontal rules in the markup when javascript is active.
If the javascript is turned off then they appear to make the markup more
semantic.*/
$(document).ready(function(){
	$('#products>hr').hide();
	$('#documents>hr').hide();
});


$(document).ready(function(){
	$('#plant-equipment-menu>ul').hide();
	$('#plant-equipment-menu>h4').click(function(){
		$(this).next('ul').slideToggle('fast');
		$(this).next('ul').siblings('ul:visible').slideToggle('fast');
	});
});		
		
		

/*Product menu hiding and showing products */
$(document).ready(function(){
	/*Initially hides all products*/
	$('.product').hide();
	/*Opens #tdw610-5040 and closes all other products*/
	$('a[href*="#tdw610-5040"]').click(function(){
		$('#tdw610-5040').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #vpl-de and closes all other products*/
	$('a[href*="#vpl-de"]').click(function(){
		$('#vpl-de').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #voraxialseperator and closes all other products*/
	$('a[href*="#voraxialseperator"]').click(function(){
		$('#voraxialseperator').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #oilblockabsorption and closes all other products*/
	$('a[href*="#oilblockabsorption"]').click(function(){
		$('#oilblockabsorption').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #oilclogabsorption and closes all other products*/
	$('a[href*="#oilclogabsorption"]').click(function(){
		$('#oilclogabsorption').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #filtercart-absolute and closes all other products*/
	$('a[href*="#filtercart-absolute"]').click(function(){
		$('#filtercart-absolute').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #filtercart-nominal and closes all other products*/
	$('a[href*="#filtercart-nominal"]').click(function(){
		$('#filtercart-nominal').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #filterbags and closes all other products*/
	$('a[href*="#filterbags"]').click(function(){
		$('#filterbags').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #dicalite and closes all other products*/
	$('a[href*="#dicalite"]').click(function(){
		$('#dicalite').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
});

/*Product menu hiding and showing products */
$(document).ready(function(){
	/*Initially hides all products*/
	$('.document').hide();
	/*Opens #tdw610-5040 and closes all other products*/
	$('a[href*="#brine-filtration"]').click(function(){
		$('#brine-filtration').slideToggle('slow').siblings('div:visible').hide();
		$('.product').hide();
	});
	$('a[href*="#comparison-fp-vpl"]').click(function(){
		$('#comparison-fp-vpl').slideToggle('slow').siblings('div:visible').hide();
		$('.product').hide();
	});
	$('a[href*="#clean_fluids_effect_comp"]').click(function(){
		$('#clean_fluids_effect_comp').slideToggle('slow').siblings('div:visible').hide();
		$('.product').hide();
	});
	$('a[href*="#field_evaluation"]').click(function(){
		$('#field_evaluation').slideToggle('slow').siblings('div:visible').hide();
		$('.product').hide();
	});
});



/* Product page menu 
$(document).ready(function() {
    $('.product').hide(); 
	$('div.content_portfolio > h3').click(function() {
	$(this).next('div').slideToggle('slow')
		.siblings('div:visible').slideUp('slow');
	});
});
*/
						 
/*Project menu hiding and showing products */
$(document).ready(function(){
	/*Initially hides all products*/
	$('.product').hide();
	/*Opens #oilandgas and closes all other products*/
	$('a[href*="#oilandgas"]').click(function(){
		$('#oilandgas').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #completion and closes all other products*/
	$('a[href*="#completion"]').click(function(){
		$('#completion').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #waterinjection and closes all other products*/
	$('a[href*="#waterinjection"]').click(function(){
		$('#waterinjection').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #polishing and closes all other products*/
	$('a[href*="#polishing"]').click(function(){
		$('#polishing').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #seawater and closes all other products*/
	$('a[href*="#seawater"]').click(function(){
		$('#seawater').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #filtercart-absolute and closes all other products*/
	$('a[href*="#purification"]').click(function(){
		$('#purification').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
});

/*Project menu hiding and showing products */
$(document).ready(function(){
	/*Initially hides all products*/
	$('.document').hide();
	/*Opens #projectgallery and closes all other products*/
	$('a[href*="#projectgallery"]').click(function(){
		$('#projectgallery').slideToggle('slow').siblings('div:visible').hide();
		$('.product').hide();
	});
});

/*Project menu hiding and showing products */
$(document).ready(function(){
	/*Initially hides all products*/
	$('.product').hide();
	/*Opens #oilandgas and closes all other products*/
	$('a[href*="#profile"]').click(function(){
		$('#profile').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #completion and closes all other products*/
	$('a[href*="#qa"]').click(function(){
		$('#qa').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #waterinjection and closes all other products*/
	$('a[href*="#environment"]').click(function(){
		$('#environment').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #polishing and closes all other products*/
	$('a[href*="#hse"]').click(function(){
		$('#hse').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
	/*Opens #polishing and closes all other products*/
	$('a[href*="#odm"]').click(function(){
		$('#odm').slideToggle('slow').siblings('div:visible').hide();
		$('.document').hide();
	});
});