var hauteur=200;

chaine = ""
+"<table border='0' cellpadding='0' cellspacing='0' width='120' height='"+hauteur+"' bgcolor='#006000' background='mono.gif'><TR><TD valign='top'>"
+"<FONT FACE='Arial,Helvetica' COLOR='#CCFFFF' SIZE='2'><CENTER><BR>MENU JEUX<BR><BR>"
+"<A HREF='pendu.html' target='principal' class='liens'><B>Pendu</B></A><BR>"
+"<A HREF='dames.htm' target='principal' class='liens'><B>Dames</B></A><BR>"
+"<A HREF='rapidite.htm' target='principal' class='liens'><B>Rapidité</B></A><BR>"
+"<A HREF='pingpong.htm' target='principal' class='liens'><B>Ping Pong</B></A><BR>"
+"<A HREF='Menu.htm' target='principal' class='liens'><B>MENU PRINCIPAL SITE</B></A><BR></CENTER></TD></TR></TABLE>"
+"<DIV ID = 'parasite' STYLE='position:absolute;TOP:0px;LEFT:0px;visibility:visible;width:135px;height:1px;'>"
+"<IMG SRC='parasite.gif' WIDTH='135' HEIGHT='1' BORDER=0>"
+"</div>"
+"<DIV ID = 'ctbas' STYLE='position:absolute;TOP:"+(hauteur-13)+"px;LEFT:0px;visibility:visible;width:120px;height:13px;'>"
+"<IMG SRC='bar_bas.gif' WIDTH='120' HEIGHT='13' BORDER=0>"
+"</div>"
+"<DIV ID = 'cthaut' STYLE='position:absolute;TOP:0px;LEFT:0px;visibility:visible;width:120px;height:13px;'>"
+"<IMG SRC='bar_haut.gif' WIDTH='120' HEIGHT='13' BORDER=0>"
+"</div>"
+"<DIV ID = 'ctbarre' STYLE='position:absolute;TOP:10px;LEFT:120px;visibility:visible;width:24px;height:"+(hauteur-20)+"px;'>"
+"<IMG SRC='bar_droite.gif' WIDTH='24' HEIGHT='"+(hauteur-20)+"' BORDER=0>"
+"</div>"
+"<DIV ID = 'ctbarreh' STYLE='position:absolute;TOP:0px;LEFT:120px;visibility:visible;width:24px;height:44px;'>"
+"<IMG SRC='bar_droiteh.gif' WIDTH='24' HEIGHT='44' BORDER=0>"
+"</div>"
+"<DIV ID = 'ctbarreb' STYLE='position:absolute;TOP:"+(hauteur-44)+"px;LEFT:120px;visibility:visible;width:24px;height:44px;'>"
+"<IMG SRC='bar_droiteb.gif' WIDTH='24' HEIGHT='44' BORDER=0>"
+"</div>"
CreerObj("coteobj1",-400,0,120,hauteur,0,0,chaine,"onmouseover='voircote();' onmouseout='cachecote();'",0);

var speedx = -16;var speedy = 0;
function voirMenu(minx,maxx,miny,maxy,posx,posy) {
VoirObj("coteobj1");
tailley = TailleY();taillex = TailleX();offsety = OffsetY();offsetx = OffsetX();
(posx+=speedx);posy=offsety+tailley-hauteur;
if(posx>maxx){posx=maxx;};
if(posx<minx){posx=minx;};
PlacerObj("coteobj1",posx,posy);VoirObj("coteobj1");
PlacerObj("parasite",0,Math.random()*(hauteur-8));
setTimeout('voirMenu('+minx+','+maxx+','+miny+','+maxy+','+posx+','+posy+')',5);
}
function voircote() {speedx = 10;}
function cachecote() {speedx = -10;}
