$(document).ready(function(){
  $("#FAQ_venture").hide();
  $("#FAQ_guarantees").hide();
  $("#FAQ_jeremie").hide();
  $("#FAQ_you_are").hide();
  $("#FAQ_market").hide();
  $("#FAQ_about").show();
  
  $("td#TD_about").addClass("active");
  	if(window.location !="http://www22.eif.org/index.htm" && window.location !="http://www22.eif.org/" && window.location !="http://www.eif.org/" && window.location !="http://www.eif.org/index.htm")
		{
	var Left = document.getElementById('Gauche');
	var Right = document.getElementById('Droite');
	var ArticleBody = document.getElementById('ArticleBody');
	ArticleBodyH = getHeight('ArticleBody');
	ArticleBodyH=ArticleBodyH+100;
	LeftH = getHeight('Gauche');
	RightH = getHeight('Droite');
	Right.style.height=ArticleBodyH+'px'; 
	Left.style.height=ArticleBodyH+'px'; 
	}
	else
	{
	var Left = document.getElementById('Gauche');
	var Right = document.getElementById('Droite');
	LeftH = getHeight('Gauche');
	RightH = getHeight('Droite');
	var ArticleBody = document.getElementById('ArticleBody');
	ArticleBodyH = getHeight('ArticleBody');

	//if(LeftH<RightH) Left.style.height=RightH+'px';
	//else if(LeftH>RightH) Right.style.height=LeftH-20+'px';
Right.style.height=ArticleBodyH+'px'; 
	Left.style.height=ArticleBodyH+'px'; 

	}

  $("#_venture").click(function () {
	$("#FAQ_venture").show();
	$("#FAQ_guarantees").hide();
	$("#FAQ_jeremie").hide();
	$("#FAQ_you_are").hide();
	$("#FAQ_market").hide();
	$("#FAQ_about").hide();
	
	$("td").removeClass("active");
	$("td").removeClass("hover active");
	$("td#TD_venture").addClass("active");
	var Left = document.getElementById('Gauche');
	var Right = document.getElementById('Droite');
	var ArticleBody = document.getElementById('ArticleBody');
	ArticleBodyH = getHeight('ArticleBody');
	ArticleBodyH=ArticleBodyH+200;
	LeftH = getHeight('Gauche');
	RightH = getHeight('Droite');
	Right.style.height=ArticleBodyH+'px'; 
	Left.style.height=ArticleBodyH+'px'; 
    return false;
    });
   
   $("#_guarantees").click(function () {
	$("#FAQ_venture").hide();
	$("#FAQ_guarantees").show();
	$("#FAQ_jeremie").hide();
	$("#FAQ_you_are").hide();
	$("#FAQ_market").hide();
	$("#FAQ_about").hide();
	
	$("td").removeClass("active");
	$("td").removeClass("hover active");
	$("td#TD_guarantees").addClass("active");
	var Left = document.getElementById('Gauche');
	var Right = document.getElementById('Droite');
	var ArticleBody = document.getElementById('ArticleBody');
	ArticleBodyH = getHeight('ArticleBody');
	ArticleBodyH=ArticleBodyH+200;
	LeftH = getHeight('Gauche');
	RightH = getHeight('Droite');
	Right.style.height=ArticleBodyH+'px'; 
	Left.style.height=ArticleBodyH+'px'; 
	return false;
    });
   
   $("#_jeremie").click(function () {
	$("#FAQ_venture").hide();
	$("#FAQ_guarantees").hide();
	$("#FAQ_jeremie").show();
	$("#FAQ_you_are").hide();
	$("#FAQ_market").hide();
	$("#FAQ_about").hide();
	
	$("td").removeClass("active");
	$("td").removeClass("hover active");
	$("td#TD_jeremie").addClass("active");
	var Left = document.getElementById('Gauche');
	var Right = document.getElementById('Droite');
	var ArticleBody = document.getElementById('ArticleBody');
	ArticleBodyH = getHeight('ArticleBody');
	ArticleBodyH=ArticleBodyH+200;
	LeftH = getHeight('Gauche');
	RightH = getHeight('Droite');
	Right.style.height=ArticleBodyH+'px'; 
	Left.style.height=ArticleBodyH+'px'; 

	return false;
    }); 

   $("#_you_are").click(function () {
	$("#FAQ_venture").hide();
	$("#FAQ_guarantees").hide();
	$("#FAQ_jeremie").hide();
	$("#FAQ_you_are").show();
	$("#FAQ_market").hide();
	$("#FAQ_about").hide();
	
	$("td").removeClass("active");
	$("td").removeClass("hover active");
	$("td#TD_you_are").addClass("active");
	var Left = document.getElementById('Gauche');
	var Right = document.getElementById('Droite');
	var ArticleBody = document.getElementById('ArticleBody');
	ArticleBodyH = getHeight('ArticleBody');
	ArticleBodyH=ArticleBodyH+200;
	LeftH = getHeight('Gauche');
	RightH = getHeight('Droite');
	Right.style.height=ArticleBodyH+'px'; 
	Left.style.height=ArticleBodyH+'px'; 
return false;
    }); 

   $("#_market").click(function () {
	$("#FAQ_venture").hide();
	$("#FAQ_guarantees").hide();
	$("#FAQ_jeremie").hide();
	$("#FAQ_you_are").hide();
	$("#FAQ_market").show();
	$("#FAQ_about").hide();
	
	$("td").removeClass("active");
	$("td").removeClass("hover active");
	$("td#TD_market").addClass("active");
	var Left = document.getElementById('Gauche');
	var Right = document.getElementById('Droite');
	var ArticleBody = document.getElementById('ArticleBody');
	ArticleBodyH = getHeight('ArticleBody');
	ArticleBodyH=ArticleBodyH+200;
	LeftH = getHeight('Gauche');
	RightH = getHeight('Droite');
	Right.style.height=ArticleBodyH+'px'; 
	Left.style.height=ArticleBodyH+'px'; 
	return false;
    }); 
    
   $("#_about").click(function () {
	$("#FAQ_venture").hide();
	$("#FAQ_guarantees").hide();
	$("#FAQ_jeremie").hide();
	$("#FAQ_you_are").hide();
	$("#FAQ_market").hide();
	$("#FAQ_about").show();
	
	$("td").removeClass("active");
	$("td").removeClass("hover active");
	$("td#TD_about").addClass("active");
	var Left = document.getElementById('Gauche');
	var Right = document.getElementById('Droite');
	var ArticleBody = document.getElementById('ArticleBody');
	ArticleBodyH = getHeight('ArticleBody');
	ArticleBodyH=ArticleBodyH+200;
	LeftH = getHeight('Gauche');
	RightH = getHeight('Droite');
	Right.style.height=ArticleBodyH+'px'; 
	Left.style.height=ArticleBodyH+'px'; 
	return false;
    }); 

  });