bgcolor='#888888';
bgcolor2='#888888';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:15; left:99px ')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; font-weight:bold; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;height:25"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[0][0] = '<A HREF="biographie.php" CLASS=ejsmenu style="text-decoration:none">Biographie</A>';
zlien[0][1] = '<A HREF="gr.php" CLASS=ejsmenu style="text-decoration:none">La GR</A>';
zlien[0][2] = '<A HREF="gymnopress.php" CLASS=ejsmenu style="text-decoration:none">Gymnopress</A>';
zlien[0][3] = '<A HREF="apropos.php" CLASS=ejsmenu style="text-decoration:none">A propos</A>';
zlien[1][0] = '<A HREF="cours.php" CLASS=ejsmenu style="text-decoration:none">les cours</A>';
zlien[1][1] = '<A HREF="brevets.php" CLASS=ejsmenu style="text-decoration:none">Brevets</A>';
zlien[1][2] = '<A HREF="agenda.php" CLASS=ejsmenu style="text-decoration:none">Agenda</A>';
/* zlien[1][3] = '<A HREF="vente_engins.php" CLASS=ejsmenu style="text-decoration:none">La vente d\'engins</A>'; */
zlien[2][0] = '<A HREF="gymnaestrada.php" CLASS=ejsmenu style="text-decoration:none">La Gymnaestrada<br>&nbsp;&nbsp;mondiale</A>';
zlien[2][1] = '<A HREF="http://www.wg2007.com/" CLASS=ejsmenu  target="_blank" style="text-decoration:none">Dornbirn 2007</A>';
zlien[2][2] = '<A HREF="groupedemo.php" CLASS=ejsmenu style="text-decoration:none">Le groupe de<br>&nbsp;&nbsp;démonstration</A>';
zlien[3][0] = '<A HREF="liens.php" CLASS=ejsmenu style="text-decoration:none">Liens</A>';
zlien[3][1] = '<A HREF="contacts.php" CLASS=ejsmenu style="text-decoration:none">Contacts</A>';
if(document.getElementById)
	{
	skn = document.getElementById("topdeck").style
	skn.left = 150;
	}

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.top = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150><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=20><FONT SIZE=2 FACE=\"Comic sans MS\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
document.getElementById("topdeck").innerHTML = content;
skn.visibility = "visible";
}
function kill()
{
	if(document.getElementById)
		skn.visibility = "hidden";
}
document.onclick = kill;
if(document.getElementById)
	{
	document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=150 HEIGHT=80><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=80>')
document.write('<tr><TD WIDTH=150 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],2)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Comic sans MS">Le club ...&nbsp;</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],23)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Comic sans MS">Activités ...&nbsp;</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],44)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Comic sans MS">Gymnaestrada ...&nbsp;</FONT></TD></tr>')
document.write('<tr><TD WIDTH=150 ALIGN=right BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],65)" onMouseOut="this.style.background=\''+bgcolor+'\'" CLASS=ejsmenu><FONT SIZE=2 FACE="Comic sans MS">Liens / Contacts ...&nbsp;</FONT></TD></tr>')
	document.write('</TABLE></TD></TR></TABLE></DIV>')
	}
document.write('</div>');