/* menu1b par E.D Prod 1998
   etiennedeb@ifrance.com
   http://javascript.lab.cc
*/

var hauteur=460;

chaine = ""
+"<table border='0' cellpadding='0' cellspacing='0' width='200' height='"+hauteur+"' bgcolor='#006699'><TR><TD valign='top'>"
+"<FONT FACE='Arial,Helvetica' COLOR='#FFFFFF' SIZE='2'><CENTER><BR><b>Les projets par niveau</b><BR><BR>"
+"<FONT FACE='Arial,Helvetica' COLOR='#FFFFFF' SIZE='2'><b>6<sup>&egrave;me</sup></b></FONT><BR>"
+"<A HREF='dronne/sommaire.htm' target='_top' class='liens'><B>La Dronne</B></A><BR>"
+"<A HREF='poesie/poesie6.htm' target='_top' class='liens'><B>Poésies</B></A><BR>"
+"<A HREF='cinema/gone.htm' target='_top' class='liens'><B>Cinéma</B></A><BR>"
+"<FONT FACE='Arial,Helvetica' COLOR='#FFFFFF' SIZE='2'><b>5<sup>&egrave;me</sup></b></FONT><BR>"
+"<A HREF='cyber2/index.htm' target=''_top' class='liens'><B>Cyberpérégrination</B></A><BR>"
+"<A HREF='royan/index.htm' target='_top' class='liens'><B>Royan</B></A><BR>"
+"<FONT FACE='Arial,Helvetica' COLOR='#FFFFFF' SIZE='2'><b>4<sup>&egrave;me</sup></b></FONT><BR>"
+"<FONT FACE='Arial,Helvetica' COLOR='#FFFFFF' SIZE='1'>(prochainement)</FONT><BR>"
+"<A HREF='#' target='_top' class='liens'><B>Stages en entreprises</B></A><BR>"
+"<A HREF='#' target='_top' class='liens'><B>Italie</B></A><BR><BR>"
+"<FONT FACE='Arial,Helvetica' COLOR='#FFFFFF' SIZE='2'><b>3<sup>&egrave;me</sup></b></FONT><BR>"
+"<A HREF='#' target='_top' class='liens'><B>Italie</B></A><BR>"
+"<FONT FACE='Arial,Helvetica' COLOR='#FFFFFF' SIZE='1'>(prochainement)</FONT><BR>"
+"<A HREF='brevet.htm' target='_top' class='liens'><B>Brevet des Collèges</B></A><BR><BR>"
+"<FONT FACE='Arial,Helvetica' COLOR='#FFFFFF' SIZE='2'><b>Tous niveaux</b></FONT><BR>"
+"<A HREF='artsplas/artsplas.htm' target='_top' class='liens'><B>Arts plastiques</B></A><BR>"
+"<A HREF='lecture/lecture.htm' target='_top' class='liens'><B>Fiches lecture du CDI</B></A><BR><BR>"
+"<A HREF='http://perso.wanadoo.fr/zep.saint-aulaye/' target='_top' class='liens'><B>Le site R.E.P. de Saint-Aulaye</B></A><BR></CENTER></TD></TR></TABLE>"
+"<DIV ID = 'ctbas' STYLE='position:absolute;TOP:"+(hauteur-13)+"px;LEFT:0px;visibility:visible;width:200px;height:13px;'>"
+"<IMG SRC='bar_bas.gif' WIDTH='200' HEIGHT='13' BORDER=0>"
+"</div>"
+"<DIV ID = 'cthaut' STYLE='position:absolute;TOP:0px;LEFT:0px;visibility:visible;width:200px;height:13px;'>"
+"<IMG SRC='bar_haut.gif' WIDTH='200' HEIGHT='13' BORDER=0>"
+"</div>"
+"<DIV ID = 'ctbarre' STYLE='position:absolute;TOP:10px;LEFT:200px;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:200px;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:200px;visibility:visible;width:24px;height:44px;'>"
+"<IMG SRC='bar_droiteb.gif' WIDTH='24' HEIGHT='44' BORDER=0>"
+"</div>"
CreerObj("coteobj1",-410,0,200,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");
setTimeout('voirMenu('+minx+','+maxx+','+miny+','+maxy+','+posx+','+posy+')',5);
}
function voircote() {speedx = 10;}
function cachecote() {speedx = -10;}




