$(document).ready(function() {
	// Assign click event to tabs

	$("#generalExpandAll").bind("click", function(e){
	$("#generalCollapseAll").show();
	$("#generalExpandAll").hide();
	$("#be_general").show();
	});
	$("#generalCollapseAll").bind("click", function(e){
		$("#generalCollapseAll").hide();
		$("#generalExpandAll").show();
		$("#be_general").hide();
	});	
 
		$("#offerExpandAll").bind("click", function(e){
		$("#offerCollapseAll").show();
		$("#offerExpandAll").hide();
		$("#be_offer").show();
	});
	$("#offerCollapseAll").bind("click", function(e){
		$("#offerCollapseAll").hide();
		$("#offerExpandAll").show();
		$("#be_offer").hide();
	});
	
	$("#termsConditionsCollapseAll").bind("click", function(e){
		$("#termsConditionsCollapseAll").hide();
		$("#termsConditionsExpandAll").show();
		$("#be_termsConditions").hide();
	});	
	
	$("#termsConditionsExpandAll").bind("click", function(e){
		$("#termsConditionsCollapseAll").show();
		$("#termsConditionsExpandAll").hide();
		$("#be_termsConditions").show();
	});
	$("#featuresExpandAll").bind("click", function(e){
		
		$("#featuresCollapseAll").show();
		$("#featuresExpandAll").hide();
		$("#be_features").show();
	});
	$("#featuresCollapseAll").bind("click", function(e){
		$("#featuresCollapseAll").hide();
		$("#featuresExpandAll").show();
		$("#be_features").hide();
	});	
	$("#howItWorksExpandAll").bind("click", function(e){		
		$("#howItWorksCollapseAll").show();
		$("#howItWorksExpandAll").hide();
		$("#be_hiw").show();
	});
	$("#howItWorksCollapseAll").bind("click", function(e){
		$("#howItWorksCollapseAll").hide();
		$("#howItWorksExpandAll").show();
		$("#be_hiw").hide();
	});	
	$("#pricingExpandAll").bind("click", function(e){
		
		$("#pricingCollapseAll").show();
		$("#pricingExpandAll").hide();
		$("#be_pricing").show();
	});
	$("#pricingCollapseAll").bind("click", function(e){
		$("#pricingCollapseAll").hide();
		$("#pricingExpandAll").show();
		$("#be_pricing").hide();
	});	
	$("#optionsExpandAll").bind("click", function(e){
		
		$("#optionsCollapseAll").show();
		$("#optionsExpandAll").hide();
		$("#be_options").show();
	});
	$("#optionsCollapseAll").bind("click", function(e){
		$("#optionsCollapseAll").hide();
		$("#optionsExpandAll").show();
		$("#be_options").hide();
	});	
	$("#supportExpandAll").bind("click", function(e){
		
		$("#supportCollapseAll").show();
		$("#supportExpandAll").hide();
		$("#be_support").show();
	});
	$("#supportCollapseAll").bind("click", function(e){
		$("#supportCollapseAll").hide();
		$("#supportExpandAll").show();
		$("#be_support").hide();
	});	
	$("#faqsExpandAll").bind("click", function(e){
		
		$("#faqsCollapseAll").show();
		$("#faqsExpandAll").hide();
		$("#be_faqs").show();
	});
	$("#faqsCollapseAll").bind("click", function(e){
		$("#faqsCollapseAll").hide();
		$("#faqsExpandAll").show();
		$("#be_faqs").hide();
	});	
	$("#equipExpandAll").bind("click", function(e){
		
		$("#equipCollapseAll").show();
		$("#equipExpandAll").hide();
		$("#be_equip").show();
	});
	$("#equipCollapseAll").bind("click", function(e){
		$("#equipCollapseAll").hide();
		$("#equipExpandAll").show();
		$("#be_equip").hide();
	});
	$("#getStartExpandAll").bind("click", function(e){
		
		$("#getStartCollapseAll").show();
		$("#getStartExpandAll").hide();
		$("#be_getStart").show();
	});
	$("#getStartCollapseAll").bind("click", function(e){
		$("#getStartCollapseAll").hide();
		$("getStartquipExpandAll").show();
		$("#be_getStart").hide();
	});		
	
	
	
});
	