/* Ce Menu est une adaptation de:
   menu1b par E.D Prod 1998
   etiennedeb@ifrance.com
   http://javascript-lab.nexen.net
*/

var hauteur=250;

chaine = ""
+"<table border='0' cellpadding='0' cellspacing='0' width='145' height='"+hauteur+"' bgcolor='#0000FF' background='spiral.gif'><TR><TD valign='top'>"
+"<FONT FACE='Arial,Helvetica' COLOR='#000000' SIZE='1'><CENTER><BR><B>MENU F6GWO<BR>"
+"<A HREF='index.htm'><B>Home</B></A><BR>"
+"<A HREF='gwo2.htm'><B>Activities</B></A><BR>"
+"<A HREF='CW.htm'><B>CW Page </B></A><BR>"
+"<A HREF='gwo3.htm'><B>Links / Virus</B></A><BR>"
+"<A HREF='gwo6.htm'><B>French Air Force </B></A><BR>"
+"<A HREF='gwo5.htm'><B>FT8ZA - T.A.A.F.</B></A><BR>"
+"<A HREF='propa.htm'><B>Propagation</B></A><BR>"
+"<A HREF='gwo4.htm'><B>Beaujolais</B></A><BR>"
+"<A HREF='w3hh.htm'><B>W3HH</B></A><BR>"
+"<A HREF='Walkn.htm'><B>Walk'n broute</B></A><BR>"
+"<A HREF=''><B></B></A><BR></CENTER></TD></TR></TABLE>"

+"<DIV ID = 'ctbas' STYLE='position:absolute;TOP:"+(hauteur-13)+"px;LEFT:0px;visibility:visible;width:130px;height:13px;'>"
+"<IMG SRC='bar_bas.gif' WIDTH='130' HEIGHT='13' BORDER=0>"
+"</div>"
+"<DIV ID = 'cthaut' STYLE='position:absolute;TOP:0px;LEFT:0px;visibility:visible;width:130px;height:13px;'>"
+"<IMG SRC='bar_haut.gif' WIDTH='130' 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,120,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");
setTimeout('voirMenu('+minx+','+maxx+','+miny+','+maxy+','+posx+','+posy+')',5);
}
function voircote() {speedx = 10;}
function cachecote() {speedx = -10;}





