bgcolor='#333399';
bgcolor0='#333399';
bgcolor1='#333399';
bgcolor2='#333399';
bgcolor3='#333399';
bgcolor4='#333399';
bgcolor5='#333399';
bgcolor6='#333399';
bgcolor7='#333399';
bgcolor8='#333399';
bgcolor9='#333399';

zgcolor = new Array;
zgcolor[0] = '#333399';
zgcolor[1] = '#333399';
zgcolor[2] = '#333399';
zgcolor[3] = '#333399';
zgcolor[4] = '#333399';
zgcolor[5] = '#333399';
zgcolor[6] = '#333399';
zgcolor[7] = '#333399';
zgcolor[8] = '#333399';
zgcolor[9] = '#333399';

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:30; }')
document.write('#topgauche { z-index:100; }')
document.write('A:hover.ejsmenu {color:#000000; }')
document.write('A.ejsmenu {color:#FFFFFF; }')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');


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[1][0] = '<A HREF="article.php?type=presentation" CLASS=ejsmenu><strong>&nbsp;&nbsp;PRÉSENTATION</strong></A>';
zlien[1][1] = '<A HREF="article.php?type=historique" CLASS=ejsmenu><strong>&nbsp;&nbsp;HISTORIQUE</strong></A>';
zlien[1][2] = '<A HREF="article.php?type=organigramme" CLASS=ejsmenu><strong>&nbsp;&nbsp;ORGANIGRAMME</strong></A>';
zlien[1][3] = '<A HREF="article.php?type=lestade" CLASS=ejsmenu><strong>&nbsp;&nbsp;LE STADE</strong></A>';
zlien[1][4] = '<A HREF="article.php?type=contact" CLASS=ejsmenu><strong>&nbsp;&nbsp;CONTACT</strong></A>';
zlien[1][5] = '<A HREF="article.php?type=lien" CLASS=ejsmenu><strong>&nbsp;&nbsp;LIEN</strong></A>';

zlien[2][0] = '<A HREF="equipe.php?type=ecole" CLASS=ejsmenu><strong>&nbsp;&nbsp;EQUIPES</strong></A>';
zlien[2][1] = '<A HREF="article.php?type=cal_ecole" CLASS=ejsmenu><strong>&nbsp;&nbsp;CALENDRIER</strong></A>';
zlien[2][2] = '<A HREF="http://picasaweb.google.fr/rueil.rugby" TARGET="_blank" CLASS=ejsmenu><strong>&nbsp;&nbsp;PHOTO</strong></A>';

zlien[3][0] = '<A HREF="equipe.php?type=cadets" CLASS=ejsmenu><strong>&nbsp;&nbsp;EQUIPES</strong></A>';
zlien[3][1] = '<A HREF="article.php?type=cal_cadets" CLASS=ejsmenu><strong>&nbsp;&nbsp;CALENDRIER</strong></A>';
zlien[3][2] = '<A HREF="http://picasaweb.google.fr/rueil.rugby" TARGET="_blank" CLASS=ejsmenu><strong>&nbsp;&nbsp;PHOTO</strong></A>';

zlien[4][0] = '<A HREF="equipe.php?type=juniors" CLASS=ejsmenu><strong>&nbsp;&nbsp;EQUIPES</strong></A>';
zlien[4][1] = '<A HREF="resultat.php?type=junior" CLASS=ejsmenu><strong>&nbsp;&nbsp;CALENDRIER</strong></A>';
zlien[4][2] = '<A HREF="http://picasaweb.google.fr/rueil.rugby" TARGET="_blank" CLASS=ejsmenu><strong>&nbsp;&nbsp;PHOTO</strong></A>';

zlien[5][0] = '<A HREF="equipe.php?type=senior1" CLASS=ejsmenu><strong>&nbsp;&nbsp;EQUIPES 1</strong></A>';
zlien[5][1] = '<A HREF="equipe.php?type=senior2" CLASS=ejsmenu><strong>&nbsp;&nbsp;EQUIPES 2</strong></A>';
zlien[5][2] = '<A HREF="resultat.php?type=senior1" CLASS=ejsmenu><strong>&nbsp;&nbsp;CALENDRIER 1&2</strong></A>';
zlien[5][3] = '<A HREF="http://picasaweb.google.fr/rueil.rugby" TARGET="_blank" CLASS=ejsmenu><strong>&nbsp;&nbsp;PHOTO</strong></A>';

zlien[6][0] = '<A HREF="equipe.php?type=vdqs" CLASS=ejsmenu><strong>&nbsp;&nbsp;EQUIPES</strong></A>';
zlien[6][1] = '<A HREF="article.php?type=cal_vdqs" CLASS=ejsmenu><strong>&nbsp;&nbsp;CALENDRIER</strong></A>';
zlien[6][2] = '<A HREF="http://picasaweb.google.fr/rueil.rugby" TARGET="_blank" CLASS=ejsmenu><strong>&nbsp;&nbsp;PHOTO</strong></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 = 24;

function pop(msg,pos)
{
	skn.visibility = "hidden";
	a=true
	skn.left = pos;
	var content ="<TABLE CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=120><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='"+zgcolor[pass]+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=20><FONT SIZE=1 FACE=\"Verdana\">  "+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=100%><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25><TR>')
document.write('<TD WIDTH=14% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A href=index.php CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><strong>ACCUEIL</strong></FONT></a></TD>')
document.write('<TD WIDTH=12% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[1],100)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><strong>LE CLUB</strong></FONT></a></TD>')
document.write('<TD WIDTH=18% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor4+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],100)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><strong>ECOLE DE RUGBY</strong></FONT></a></TD>')
document.write('<TD WIDTH=11% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor5+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],300)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><strong>CADETS</strong></FONT></a></TD>')
document.write('<TD WIDTH=14% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor6+'\';pop(zlien[4],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],400)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><strong>JUNIORS</strong></FONT></a></TD>')
document.write('<TD WIDTH=18% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor7+'\';pop(zlien[5],500)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><strong>SENIORS</strong></FONT></a></TD>')
document.write('<TD WIDTH=13% ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor8+'\';pop(zlien[6],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],500)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana"><strong>RAC3&VDQS</strong></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')