var encours=0;
var liens=["principal.html","p_concept.html","p_perso.html","p_tk.html","p_biblio.html","p_nasa.html","p_endorsement.html","p_client.html","p_certification.html","p_seminar.html","contact_us.html","p_origine.html","p_questionnaire.html","p_europe.html","p_benefits.html"];

function over(id)
{

	encours=window.document.formulaire.encours.value;
	if(id!=encours)
	{
	window.document.getElementById(id).style.backgroundColor="#EDD963";
	window.document.getElementById(id).style.color="#004800";
	window.document.getElementById(id).style.cursor="pointer";
	}
}

function out(id)
{
	encours=window.document.formulaire.encours.value;
	if(id!=encours)
	{
	window.document.getElementById(id).style.backgroundColor="";
	window.document.getElementById(id).style.color="#EDD963";
	}
}

function clique(id)
{
	encours=window.document.formulaire.encours.value;
	if(encours!="0")
	{
	
		window.document.getElementById(encours).style.backgroundColor="";
		window.document.getElementById(encours).style.color="#EDD963";
	}
	
	window.document.formulaire.encours.value=id;
	window.document.getElementById(id).style.backgroundColor="#EDD963";
	window.document.getElementById(id).style.color="#004800";
	
	parent.mainFrame.location.href=liens[id];
	
}

function cliquec(id,id2,ancre)
{
	
	
	parent.leftFrame.document.getElementById(id2).style.backgroundColor="";
	parent.leftFrame.document.getElementById(id2).style.color="#EDD963";
	
	
	parent.leftFrame.document.formulaire.encours.value=id;
	parent.leftFrame.document.getElementById(id).style.backgroundColor="#EDD963";
	parent.leftFrame.document.getElementById(id).style.color="#004800";
	
	parent.mainFrame.location.href=(liens[id]+"#"+ancre);
	
}

function cliquec2(id,id2)
{
	
	
	parent.leftFrame.document.getElementById(id2).style.backgroundColor="";
	parent.leftFrame.document.getElementById(id2).style.color="#EDD963";
	
	
	parent.leftFrame.document.formulaire.encours.value=0;
	parent.mainFrame.location.href=liens[id];
	
}



function clique2()
{
	if(encours!="0")
	{
	
		window.document.getElementById(encours).style.backgroundColor="";
		window.document.getElementById(encours).style.color="#EDD963";
	}
	self.location.href="menu.html";
	encours=0;
	
}
