posYmenu =102;
bgcolor='#000000';
bgcolor1='#F2B702';
bgcolor2='#7B7B7B';
bgcolor3='#FFB66C';
bgcolor4='#66CC99';
bgcolor5='#339999';
bgcolor6='#FFE088';
bgcolor7='#CCCC99';
bgcolor8='#003399';
bgcolor9='#D2D2E8';
needcenter =true;
if(!needcenter)
	posXmenu = 0;
else
	{	if (document.all)
		posXmenu = (document.body.clientWidth/2)-(650/2);
	else
		posXmenu = (window.innerWidth/2)-(650/2); 
	}
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');


/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[0][0] = '<A HREF="http://www.lerottweiler.net/" CLASS=ejsmenu>Accueil</A>';
zlien[0][1] = '<A HREF="http://www.lerottweiler.net/default_flash.htm" CLASS=ejsmenu>Accueil Flash</A>';
zlien[1][0] = '<A HREF="http://www.lerottweiler.net/comportement/generalites.htm" CLASS=ejsmenu>Généralités</A>';
zlien[1][1] = '<A HREF="http://www.lerottweiler.net/comportement/caractere.htm" CLASS=ejsmenu>Caractère</A>';
zlien[1][2] = '<A HREF="http://www.lerottweiler.net/comportement/maitre.htm" CLASS=ejsmenu>Être un maître</A>';
zlien[1][3] = '<A HREF="http://www.lerottweiler.net/comportement/standard.htm" CLASS=ejsmenu>Le Standard</A>';
zlien[2][0] = '<A HREF="http://www.lerottweiler.net/educ/principes.htm" CLASS=ejsmenu>Principes</A>';
zlien[2][1] = '<A HREF="http://www.lerottweiler.net/educ/hierarchie.htm" CLASS=ejsmenu>Hiérarchie</A>';
zlien[2][2] = '<A HREF="http://www.lerottweiler.net/educ/socialisation.htm" CLASS=ejsmenu>Socialisation</A>';
zlien[3][0] = '<A HREF="http://www.lerottweiler.net/adop/selection.htm" CLASS=ejsmenu>Mâle ou Femelle ?</A>';
zlien[3][1] = '<A HREF="http://www.lerottweiler.net/adop/tests_elem.htm" CLASS=ejsmenu>Tests Elementaires</A>';
zlien[3][2] = '<A HREF="http://www.lerottweiler.net/adop/campbell.htm" CLASS=ejsmenu>Test de Campbell</A>';
zlien[3][3] = '<A HREF="http://www.lerottweiler.net/adop/achat.htm" CLASS=ejsmenu>Les papiers du chiot</A>';
zlien[3][4] = '<A HREF="http://www.lerottweiler.net/adop/generalites.htm" CLASS=ejsmenu>Intégration du chiot</A>';
zlien[4][0] = '<A HREF="http://www.lerottweiler.net/alimentation/generalites.htm" CLASS=ejsmenu>Généralités</A>';
zlien[4][1] = '<A HREF="http://www.lerottweiler.net/alimentation/types.htm" CLASS=ejsmenu>Types d\'alimentation</A>';
zlien[4][2] = '<A HREF="http://www.lerottweiler.net/alimentation/sante.htm" CLASS=ejsmenu>Santé</A>';
zlien[5][0] = '<A HREF="http://www.lerottweiler.net/legislation/actualites.htm" CLASS=ejsmenu>Actualités</A>';
zlien[5][1] = '<A HREF="http://www.lerottweiler.net/legislation/officiel.htm" CLASS=ejsmenu>Loi du 6 jan. 99</A>';
zlien[5][2] = '<A HREF="http://www.lerottweiler.net/legislation/races.htm" CLASS=ejsmenu>Races concernées</A>';
zlien[5][3] = '<A HREF="http://www.lerottweiler.net/legislation/categorie1.htm" CLASS=ejsmenu>1ère Catègorie</A>';
zlien[5][4] = '<A HREF="http://www.lerottweiler.net/legislation/categorie2.htm" CLASS=ejsmenu>2ème Catégorie</A>';
zlien[6][0] = '<A HREF="http://www.lerottweiler.net/blog/" CLASS=ejsmenu>Visitez le Blog</A>';
zlien[6][1] = '<A HREF="http://www.lerottweiler.net/forum/" CLASS=ejsmenu>Visitez le Forum</A>';
zlien[6][2] = '<A HREF="http://www.lerottweiler.net/contact/contact.htm" CLASS=ejsmenu>Contactez-nous</A>';
zlien[7][0] = '<A HREF="http://www.lerottweiler.net/elevage/default.htm" CLASS=ejsmenu>Le Coin des Eleveurs</A>';
zlien[7][1] = '<A HREF="http://www.lerottweiler.net/elevage/affiliation.htm" CLASS=ejsmenu>Publicité</A>';
var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = posYmenu+24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=130><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=17><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=650><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor1+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Accueil</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor5+'\';pop(zlien[1],74)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Comportement</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor6+'\';pop(zlien[2],169)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Education</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor7+'\';pop(zlien[3],248)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Adoption</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor4+'\';pop(zlien[4],327)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Alimentation</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[5],416)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Législation</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor8+'\';pop(zlien[6],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],600)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Dialogues</FONT></a></TD>')
document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor9+'\';pop(zlien[7],571)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],700)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana">Elevages</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV>')

