gauche5=0
haut5=0

document.write('<STYLE TYPE="text/css">#menu1 { position:absolute;top:'+haut5+';left:'+gauche5+'; }</STYLE>');

ie4=document.all;
ns6=document.getElementById&&!document.all;
ns4=document.layers;

function placeMenu1() {
if (ie4) {menu1.style.pixelTop=document.body.scrollTop+haut5}
else if (ns6) {document.getElementById("menu1").style.top=window.pageYOffset+haut5}
else if (ns4) {eval(document.menu1.top=eval(window.pageYOffset+haut5));}
if(ie4 || ns6 || ns4)
setTimeout("placeMenu1()",1);
}

window.onload = placeMenu1;
document.write('<SPAN ID="menu1">')
ie4 = document.all;
dom = document.getElementById;
document.write('<DIV ID="slidemenubar2" onMouseover="pull()" onMouseout="draw()"><TABLE WIDTH=250 CELLPADDING=0 CELLSPACING=0 BORDER=0 BGCOLOR="#000000"><TR><TD><TABLE WIDTH="100%" CELLPADDING=0 CELLSPACING=1 BORDER=0><TR><TD WIDTH=220 BGCOLOR="#00000"><FONT FACE="Verdana" SIZE=2>');

var sitems=new Array();
sitems[0]= '--Accueil--';
sitems[1]= 'Evénements,animations';
sitems[2]= '';
sitems[3]= 'Bulletin information';
sitems[4]= 'Réseau club,modernisation';
sitems[5]= 'Expression libre';
sitems[6]= 'Techniques et réseau';
sitems[7]= 'Archives photos';
sitems[8]= 'Association et Information';
sitems[9]= 'Nos partenaires';
sitems[10]= 'Nous contacter';



var sitemlinks=new Array();
sitemlinks[0]= 'index.html';
sitemlinks[1]= 'even.html';
sitemlinks[2]= '';
sitemlinks[3]= 'bulletin.html';
sitemlinks[4]= 'reseau.html';
sitemlinks[5]= 'expression.html';
sitemlinks[6]= 'technique.html';
sitemlinks[7]= 'images.html';
sitemlinks[8]= 'club.html';
sitemlinks[9]= 'partenaire.html';
sitemlinks[10]= 'contact.html';



for (i=0;i<=sitemlinks.length-1;i++){

    if (i==15)
       document.write('<FONT SIZE=1>&nbsp;&nbsp;</FONT><A HREF='+sitemlinks[i]+' CLASS="menuvol" target="_blank">'+sitems[i]+'</A><BR>');
    else
       document.write('<FONT SIZE=1>&nbsp;&nbsp;</FONT><A HREF='+sitemlinks[i]+' CLASS="menuvol" target="_top">'+sitems[i]+'</A><BR>');
}

document.write('</FONT></TD><TD WIDTH=30 BGCOLOR="#000FF" ALIGN="center"><FONT FACE="Arial, Verdana" SIZE=2 COLOR="#FFF00"><B>M<BR>E<BR>N<BR>U</B></FONT></TR></TABLE></TD></TR></TABLE></div>');

if(dom)
{
themenu=document.getElementById("slidemenubar2").style;
themenu.left = -220;
}
else if (ie4)
{
themenu=document.all.slidemenubar2.style;
themenu.left = -220;
}

function pull()
{
themenu.left = 0;
}

function draw()
{
themenu.left = -220;
}
document.write('</SPAN>');
