bgcolor='#0000FF';
bgcolor2='#FFCC00';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#FFFF00; text-decoration:none;}')
document.write('A.ejsmenu {color:#FFFF00; 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 JAVACSRIPT
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[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[8] = new Array;

zlien[0][0] = '<A HREF="http://www.cbxclub.fr/club.html" CLASS=ejsmenu>Présentation générale (with English version)</A>';
zlien[0][1] = '<A HREF="http://www.cbxclub.fr/club.html#adhesion" CLASS=ejsmenu>Adhérer ?</A>';
zlien[0][2] = '<A HREF="http://www.cbxclub.fr/adhesion.htm" CLASS=ejsmenu>Bulletin d\'adhésion</A>';
zlien[0][3] = '<A HREF="http://www.cbxclub.fr/avantages.htm" CLASS=ejsmenu>Avantages</A>';
zlien[0][4] = '<A HREF="http://www.cbxclub.fr/bureau.htm" CLASS=ejsmenu>L\'Equipe</A>';
zlien[0][5] = '<A HREF="http://www.cbxclub.fr/documents/Memento.pdf" CLASS=ejsmenu>Le principal sur le Club</A>';

zlien[1][0] = '<A HREF="http://www.cbxclub.fr/activites.htm" CLASS=ejsmenu>Nos activités</A>';
zlien[1][1] = '<A HREF="http://www.cbxclub.fr/maillon.htm" CLASS=ejsmenu>Le Maillon</A>';
zlien[1][2] = '<A HREF="http://www.cbxclub.fr/evenements.htm" CLASS=ejsmenu>Evènements et rassemblements (Events & Meetings)</A>';

zlien[2][0] = '<A HREF="http://www.cbxclub.fr/boutique/boutique.htm" CLASS=ejsmenu>Catalogue</A>';
zlien[2][1] = '<A HREF="http://www.cbxclub.fr/boutique/commande.htm" CLASS=ejsmenu>Bulletin de commande</A>';
zlien[2][2] = '<A HREF="http://www.cbxclub.fr/avantages.htm" CLASS=ejsmenu>Bonnes adresses</A>';

zlien[3][0] = '<A HREF="http://www.cbxclub.fr/calendrier.html#natio" CLASS=ejsmenu>Calendrier national</A>';
zlien[3][1] = '<A HREF="http://www.cbxclub.fr/calendrier.html#inter" CLASS=ejsmenu>Calendrier International</A>';

zlien[4][0] = '<A HREF="http://www.cbxclub.fr/catapub.htm" CLASS=ejsmenu>Catalogues et Pubs</A>';
zlien[4][1] = '<A HREF="http://www.cbxclub.fr/les_cbx_6.htm" CLASS=ejsmenu>Historique</A>';
zlien[4][2] = '<A HREF="http://www.cbxclub.fr/technique/evolution.htm" CLASS=ejsmenu>Evolutions</A>';
zlien[4][3] = '<A HREF="http://www.cbxclub.fr/les_cbx6/CBX_Z.HTM" CLASS=ejsmenu>Modèles</A>';
zlien[4][4] = '<A HREF="http://www.cbxclub.fr/album.htm" CLASS=ejsmenu>Albums</A>';
zlien[4][5] = '<A HREF="http://www.cbxclub.fr/videos.htm" CLASS=ejsmenu>Videos</A>';
zlien[4][6] = '<A HREF="http://www.cbxclub.fr/les_cbx6/presse.htm" CLASS=ejsmenu>La CBX dans la presse</A>';

zlien[5][0] = '<A HREF="http://www.cbxclub.fr/technique/fiches.htm" CLASS=ejsmenu>Fiches Techniques</A>';
zlien[5][1] = '<A HREF="http://www.cbxclub.fr/maillon/listemaillon.htm" CLASS=ejsmenu>Articles du Maillon</A>';
zlien[5][2] = '<A HREF="http://www.cbxclub.fr/faq.htm" CLASS=ejsmenu>FAQ (with English version)</A>';
zlien[5][3] = '<A HREF="http://www.cbxclub.fr/pass/technique/dossiers07.htm" CLASS=ejsmenu>Dossiers Techniques</A>';
zlien[5][4] = '<A HREF="http://www.cbxclub.fr/transformations.htm" CLASS=ejsmenu>Transformations</A>';
zlien[5][5] = '<A HREF="http://www.cbxclub.fr/avis.htm" CLASS=ejsmenu>Avis d\'utilisateurs</A>';

zlien[6][0] = '<A HREF="http://www.cbxclub.fr/pass/annonces/annon_2007.htm" CLASS=ejsmenu>Petites Annonces</A>';

zlien[7][0] = '<A HREF="http://forum.aceboard.fr/?login=15794" CLASS=ejsmenu>Accédez au Forum</A>';

zlien[8][0] = '<A HREF="http://www.cbxclub.fr/liens.htm" CLASS=ejsmenu>Nos amis</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 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=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=900><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=\''+bgcolor2+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Le Club</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';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">Activités</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],200)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Cyberboutique</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';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">Calendrier</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';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">Les CBX 6</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';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">Technique</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[6],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],600)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Annonces</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[7],700)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],700)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Forum</FONT></a></TD>')

document.write('<TD WIDTH=100 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[8],800)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[8],800)" href=# CLASS=ejsmenu><FONT SIZE=2 FACE="Verdana">Liens</FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')


