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]= 'Biographie';
sitems[2]= 'Visiter l\'Atelier';
sitems[3]= 'Les pas à pas';
sitems[4]= 'Les animations';
sitems[5]= 'Les oeuvres';
sitems[6]= 'Extension du site';
sitems[7]= 'Trucs et astuces';
sitems[8]= 'Les invités de roger';
sitems[9]= 'Les bois'
sitems[10]= 'Les liens préférés';
sitems[11]= 'Nouveautés';
sitems[12]= 'Les boîtes';
sitems[13]= 'Les lampes';
sitems[14]= 'L\'album photos';
sitems[15]= 'Livre d\'or';
sitems[16]= 'Les finitions';
sitems[17]= 'Les boîtes ovales';
sitems[18]= 'Les archives';
sitems[19]= 'Les petits objets';
sitems[20]= 'Les boules';
sitems[21]= 'CALANDRIER DES EXPOS';
sitems[22]= 'Me contacter';



var sitemlinks=new Array();
sitemlinks[0]= 'index.html';
sitemlinks[1]= 'biographie.html';
sitemlinks[2]= 'atelier.html';
sitemlinks[3]= 'pasapas.html';
sitemlinks[4]= 'animation.html';
sitemlinks[5]= 'lesoeuvres.html';
sitemlinks[6]= 'http://tournagesurbois.chez.com/index.html';
sitemlinks[7]= 'http://tournagesurbois.chez.com/astuces.html';
sitemlinks[8]= 'http://tournagesurbois.chez.com/invitetempo.html';
sitemlinks[9]= 'bois.html';
sitemlinks[10]= 'liens.html';
sitemlinks[11]= 'lesnouveautes.html';
sitemlinks[12]= 'lesboites.html';
sitemlinks[13]= 'leslampes.html';
sitemlinks[14]= 'defiles.html';
sitemlinks[15]= 'http://tournage.perso.cegetel.net/livre_dor/livre_lire.php';
sitemlinks[16]= 'http://tournagesurbois.chez.com/finition.html';
sitemlinks[17]= 'droiteovale.html';
sitemlinks[18]= 'archives.html'
sitemlinks[19]= 'lesobjets.html'
sitemlinks[20]= 'lesboules.html'
sitemlinks[21]= 'exposition.html'
sitemlinks[22]= 'demande.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>');
