posYmenu = 160;
bgcolor='#F7F0DB';
bgcolor2='#FFFFCC';
posXmenu = 2;
document.write('<style type="text/css">');
document.write('.poppervert { POSITION: absolute; VISIBILITY: hidden; z-index:3;}')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('.tableMenu_ {border-style:inset;border-width:thin;margin-left:2px}')
document.write('.tableMenu_ td {padding:5px}')
document.write('.tableMenu_ a {font-size:12px;font-family:Arial, sans-serif}')
document.write('</style>')
document.write('<DIV ID="topgauche"></div>');
document.write('<DIV class="poppervert" Id="topdeckvert" ></DIV>');


/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/

 var DebADR='';

 var assertion = window.location.pathname;
 var resultat = assertion.match(/\//gi);
 if(resultat)
  {
	for (i=1;i<resultat.length;i++)
	{
	  DebADR+='../';
	}
	
  }


var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);

if (nava) { sknvert = document.topdeckvert }
else if (dom) { 
try {//evite affichage erreur sous IE
	sknvert = document.getElementById("topdeckvert").style;
} catch(e) {
	sknvert="";
}
}
else if (iex) { sknvert = topdeckvert.style }
sknvert.left = posXmenu+130;

function pop(msg,pos,color,overcolor)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH='180'><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+color+" onMouseOver=\"this.style.background='"+overcolor+"'\" onMouseOut=\"this.style.background='"+color+"'\" HEIGHT=20><FONT SIZE=2 FACE=\"Arial, Helvetica, sans-serif\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    sknvert.document.write(content);
	  sknvert.document.close();
	  sknvert.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeckvert").innerHTML = content;
	  sknvert.visibility = "visible";
  }
}
function kill()
{
	sknvert.visibility = "hidden";
}
document.onclick = kill;

/* 
Menu des pages "Qui sommes-nous?" 
*/

function menu_gircor()
{
content='<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="130" CLASS="tableMenu_">'+
'<TR><TD ALIGN="center" BGCOLOR="#EEEFF7" onMouseOver="this.style.background=\'#B7BFDD\';kill();" onMouseOut="this.style.background=\'#EEEFF7\'" ><A href="'+DebADR+'gircor.php" >Le Gircor</a></TD></TR>'+
'<TR><TD ALIGN="center" BGCOLOR="#EEEFF7" onMouseOver="this.style.background=\'#B7BFDD\';kill();" onMouseOut="this.style.background=\'#EEEFF7\'" ><A href="'+DebADR+'qui/missions.php" >Missions et interventions</a></TD></TR>'+
'<TR><TD ALIGN="center" BGCOLOR="#EEEFF7" onMouseOver="this.style.background=\'#B7BFDD\';kill();" onMouseOut="this.style.background=\'#EEEFF7\'"><A href="'+DebADR+'qui/publications.php" >Publications du Gircor</a></TD></TR>'+
'<TR><TD ALIGN="center" BGCOLOR="#EEEFF7" onMouseOver="this.style.background=\'#B7BFDD\';kill();" onMouseOut="this.style.background=\'#EEEFF7\'" ><A href="'+DebADR+'qui/liens.php" >Liens utiles</a></TD></TR>'+
'<TR><TD ALIGN="center" BGCOLOR="#EEEFF7" onMouseOver="this.style.background=\'#B7BFDD\';kill();" onMouseOut="this.style.background=\'#EEEFF7\'"><A href="'+DebADR+'qui/lexique.php" >Lexique</a></TD></TR>'+
'<TR><TD ALIGN="center" BGCOLOR="#EEEFF7" onMouseOver="this.style.background=\'#B7BFDD\';kill();" onMouseOut="this.style.background=\'#EEEFF7\'" ><A href="'+DebADR+'qui/contact.php" >Contact</a></TD></TR>'+
'</TABLE>';


if (nava)
{
  topgauche.document.write(content);
  topgauche.document.close();
}
else
{
	if (dom)
	{
		document.getElementById("topgauche").innerHTML = content;
	}
	else
	{
		if (iex)
		{
	 		document.all("topgauche").innerHTML = content;
	  	}
	}
}

}

/*
Menu des pages "L'animal et la recherche"
*/

function menu_recherche()
{
content='<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="130" CLASS="tableMenu_" >'+
'<TR><TD  ALIGN="center" BGCOLOR="#EAF3EE" onMouseOver="this.style.background=\'#9BCFAF\';kill();" onMouseOut="this.style.background=\'#EAF3EE\'" ><A href="'+DebADR+'recherche.php" >Pourquoi avoir recours &agrave; des animaux?</a></TD></TR>'+
'<TR><TD  ALIGN="center" BGCOLOR="#EAF3EE" onMouseOver="this.style.background=\'#9BCFAF\';kill();" onMouseOut="this.style.background=\'#EAF3EE\'" ><A href="'+DebADR+'recherche/types.php" >Quels animaux?</a></TD></TR>'+
'<TR><TD  ALIGN="center" BGCOLOR="#EAF3EE" onMouseOver="this.style.background=\'#9BCFAF\';" onMouseOut="this.style.background=\'#EAF3EE\'" ><A href="'+DebADR+'recherche/decouvertes.php" >Les grandes d&eacute;couvertes dues &agrave; des animaux</a></TD></TR>'+
'<TR><TD  ALIGN="center" BGCOLOR="#EAF3EE" onMouseOver="this.style.background=\'#9BCFAF\';" onMouseOut="this.style.background=\'#EAF3EE\'" ><A href="'+DebADR+'recherche/reglementation.php" >La r&eacute;glementation</a></TD></TR>'+
'<TR><TD  ALIGN="center" BGCOLOR="#EAF3EE" onMouseOver="this.style.background=\'#9BCFAF\';" onMouseOut="this.style.background=\'#EAF3EE\'" ><A href="'+DebADR+'recherche/ts_index.php" >Tout savoir sur l\'exp&eacute;rimentation animale</a></TD></TR>'+
'</TABLE>';

if (nava)
{
  topgauche.document.write(content);
  topgauche.document.close();
}
else
{
	if (dom)
	{
		document.getElementById("topgauche").innerHTML = content;
	}
	else
	{
		if (iex)
		{
	 		document.all("topgauche").innerHTML = content;
	  	}
	}
}


}

/*
Menu des pages "Questions d'éthique" 
*/
function menu_divers()
{
content='<TABLE CELLPADING="0" CELLSPACING="0" BORDER="0" WIDTH="130" CLASS="tableMenu_">'+
'<TR><TD ALIGN="center" BGCOLOR="#F8EFF6" onMouseOver="this.style.background=\'#EFC2E2\'; kill();" onMouseOut="this.style.background=\'#F8EFF6\'" >'+
	'<A href="'+DebADR+'questions/grice_presentation.php" >Les comit&eacute;s d\'&eacute;thique</a></TD></TR>'+
'<TR><TD ALIGN="center" BGCOLOR="#F8EFF6" onMouseOver="this.style.background=\'#EFC2E2\'; kill();" onMouseOut="this.style.background=\'#F8EFF6\'" HEIGHT="25">'+
	'<A href="'+DebADR+'questions/experimentation.php" >L\'&eacute;thique de l\'exp&eacute;rimentation animale</a></TD></TR>'+
'</TABLE>';


if (nava)
{
  topgauche.document.write(content);
  topgauche.document.close();
}
else
{
	if (dom)
	{
		document.getElementById("topgauche").innerHTML = content;
	}
	else
	{
		if (iex)
		{
	 		document.all("topgauche").innerHTML = content;
	  	}
	}
}

}

/*
Menu des pages "ActualitŽes".
*/
function menu_actualites()
{
content='<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="130" CLASS="tableMenu_">'+
'<TR><TD  ALIGN="center" BGCOLOR="#F9F5F0" onMouseOver="this.style.background=\'#DAC2A6\';kill();" onMouseOut="this.style.background=\'#F9F5F0\'" ><A href="'+DebADR+'actualites.php" >Flash d\'information</a></TD></TR>'+
'<TR><TD  ALIGN="center" BGCOLOR="#F9F5F0" onMouseOver="this.style.background=\'#DAC2A6\';kill();" onMouseOut="this.style.background=\'#F9F5F0\'" ><A href="'+DebADR+'actualites/infoGircor.php" >Info Gircor</a></TD></TR>'+
'</TABLE>';

if (nava)
{
  topgauche.document.write(content);
  topgauche.document.close();
}
else
{
	if (dom)
	{
		document.getElementById("topgauche").innerHTML = content;
	}
	else
	{
		if (iex)
		{
	 		document.all("topgauche").innerHTML = content;
	  	}
	}
}


}


