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]= 'Les écrivains';
sitems[2]= 'La sculpture sur bois';
sitems[3]= 'La photographie';
sitems[4]= 'le tournage sur bois';
sitems[5]= 'les liens partenaires';
sitems[6]= 'Les insolites';
sitems[7]= 'Contacter le Webmaster  ';



var sitemlinks=new Array();
sitemlinks[0]= 'index.html';
sitemlinks[1]= 'ecrivain.html';
sitemlinks[2]= 'sculpture.html';
sitemlinks[3]= 'photographie.html';
sitemlinks[4]= 'tourneur.html';
sitemlinks[5]= 'liens.html';
sitemlinks[6]= 'insolite.html';
sitemlinks[7]= 'demande.html';



for (i=0;i<=sitems.length-1;i++)
document.write('<FONT SIZE=1>&nbsp;&nbsp;</FONT><A HREF='+sitemlinks[i]+' CLASS="menuvol">'+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>');
