posYmenu = 115;
bgcolor='#993300';
bgcolor2='#CC0000';
posXmenu = 5;
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('A:hover.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFFFF; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=poppervert id=topdeckvert></DIV>');
document.write('<p>');
document.write('&nbsp;');
document.write('</p>');
document.write('<p>');
document.write('&nbsp;');
document.write('</p>');
document.write('<p>');
document.write('&nbsp;');
document.write('</p>');
document.write('<p>');
document.write('&nbsp;');
document.write('</p>');
document.write('<p>');
document.write('&nbsp;');
document.write('</p>');
document.write('<p>');
document.write('&nbsp;');
document.write('</p>');
document.write('<p>');
document.write('&nbsp;');
document.write('</p>');
document.write('<p>');
document.write('&nbsp;');
document.write('</p>');
document.write('<p>');
document.write('&nbsp;');
document.write('</p>');
document.write('<p align="center">')
document.write('<a href="http://www.netdesign.be.tf" target="_blank">')
document.write('<img src="http://users.swing.be/sw133594/netdesignbouton.gif" border="0" width="88" height="33">')
document.write('</a>')
document.write('</p>');




/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[0][0] = '<A HREF="comite.htm" target="_parent" CLASS=ejsmenu> - Comité</A>';
zlien[0][1] = '<A HREF="entraineurs.htm" target="_parent" CLASS=ejsmenu> - Entraîneurs</A>';
zlien[0][2] = '<A HREF="coordonees.htm" target="_parent" CLASS=ejsmenu> - Coordonnées et accès</A>';
zlien[0][3] = '<A HREF="devenir.htm" target="_parent" CLASS=ejsmenu> - Devenir Membre</A>';
zlien[1][0] = '<font color="#FFFFFF" align="center">Calendrier</font>';
zlien[1][1] = '<A HREF="calendrierindoor.htm" target="_parent" CLASS=ejsmenu> - Indoor</A>';
zlien[1][2] = '<A HREF="calendrieroutdoor.htm" target="_parent" CLASS=ejsmenu> - Outdoor</A>';
zlien[1][3] = '<A HREF="calendriercross.htm" target="_parent" CLASS=ejsmenu> - Cross</A>';
zlien[1][4] = '<A HREF="calendrierroute.htm" target="_parent" CLASS=ejsmenu> - Route</A>';
zlien[1][5] = '<font color="#FFFFFF" align="center">Résumé</font>';
zlien[1][6] = '<A HREF="resumeindoor.htm" target="_parent" CLASS=ejsmenu> - Indoor</A>';
zlien[1][7] = '<A HREF="resumeoutdoor.htm" target="_parent" CLASS=ejsmenu> - Outdoor</A>';
zlien[1][8] = '<A HREF="resumecross.htm" target="_parent" CLASS=ejsmenu> - Cross</A>';
zlien[2][0] = '<font color="#FFFFFF" align="center">Indoor</font>';
zlien[2][1] = '<A HREF="recordsindoorbenj.htm" target="_parent" CLASS=ejsmenu> - Benjamins à minimes</A>';
zlien[2][2] = '<A HREF="recordsindoorcad.htm" target="_parent" CLASS=ejsmenu> - Cadets à masters</A>';
zlien[2][3] = '<font color="#FFFFFF" align="center">Outdoor</font>';
zlien[2][4] = '<A HREF="recordsoutdoorbenj.htm" target="_parent" CLASS=ejsmenu> - Benjamins à minimes</A>';
zlien[2][5] = '<A HREF="recordsoutdoorcad.htm" target="_parent" CLASS=ejsmenu> - Cadets à masters</A>';

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { sknvert = document.topdeckvert }
else if (dom) { sknvert = document.getElementById("topdeckvert").style }
else if (iex) { sknvert = topdeckvert.style }
sknvert.left = posXmenu+99;

function pop(msg,pos)
{
sknvert.visibility = "hidden";
sknvert.top = posYmenu+pos;
a=true
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=160><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=3 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=\"Arial\">&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;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=110><TR><TD><TABLE CELLPADING=0 CELLSPACING=1 BORDER=0 WIDTH=100% HEIGHT=25>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=accueil.htm target="_parent" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Accueil</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0]27)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[0],27)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Le Club</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=historique.htm target="_parent" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Historique</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=horaires.htm target="_parent" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Horaires Entrainements</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1]114)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[1],114)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Compétitions</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=resultats.htm target="_parent" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Résultats</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2]166)" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A onClick="return(false)" onMouseOver="pop(zlien[2],166)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Records du club</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=athletes.htm target="_parent" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Athlètes</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=album.htm target="_parent" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Album Photos</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=sponsors.htm target="_parent" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Sponsors</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=liens.htm target="_parent" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Liens</FONT></a></TD></TR>')
document.write('<TR><TD WIDTH=110 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';" onMouseOut="this.style.background=\''+bgcolor+'\'" HEIGHT=25><A href=contact.htm target="_parent" CLASS=ejsmenu><FONT SIZE=2 FACE="Arial">Contact</FONT></a></TD></TR>')
document.write('</TABLE></TD></TR></TABLE></DIV>')