// Les Trucsweb, www.trucsweb.com
// Copyright 2000, laisser cette note, merci.
var nav = (document.layers) ? true : false;
var iex = (document.all) ? true : false;
var v_menu =('<table border=0 cellpadding=0 cellspacing=0 width=150 height=155 bgcolor=#000000 background=f_menu.jpg><TR><TD valign=top><FONT FACE=Arial,Helvetica COLOR=#FFFFFF SIZE=2><CENTER><BR><BR><A HREF='+url1+'><B>'+lien1+'</B></A><BR><A HREF='+url2+'><B>'+lien2+'</B></A><BR><A HREF='+url3+'><B>'+lien3+'</B></A><BR><A HREF='+url4+'><B>'+lien4+'</B></A><BR><A HREF='+url5+'><B>'+lien5+'</B></A><BR><A HREF='+url6+'><B>'+lien6+'</B></A><BR><A HREF='+url7+'><B>'+lien7+'</B></A><BR></CENTER></TD></TR></TABLE>');
var v_bas =('<IMG SRC=bas.gif WIDTH=150 HEIGHT=13 BORDER=0>');
var v_bar =('<IMG SRC=barre.gif WIDTH=24 HEIGHT=155 BORDER=0 alt=cliquer pour ouvrir onmouseup=inverse();>');

if(iex) document.write('<DIV ID = obj1 STYLE=position:absolute;TOP:0px;LEFT:-157px;visibility:visible;width:150px;bgcolor:#0000ff;>'+v_menu+'<DIV ID = bas STYLE=position:absolute;TOP:142px;LEFT:0px;visibility:visible;width:150px;height:13px;>'+v_bas+'</DIV><DIV ID = barre STYLE=position:absolute;TOP:0px;LEFT:150px;visibility:visible;width:24px;height:155px;>'+v_bar+'</DIV></DIV>');
if(nav) document.write('<layer id=obj1 TOP=0 LEFT=-157 width=150>'+v_menu+'<layer id=bas TOP=142 LEFT=0 width=150 height=13>'+v_bas+'</LAYER><layer id=barre TOP=0 LEFT=150 width=24 height=155>'+v_bar+'</LAYER></LAYER>');

var speedx = -8;var speedy = 0;
function voirMenu(minx,maxx,miny,maxy,posx,posy) {
if(iex){tailley = document.body.clientHeight;
taillex = document.body.clientWidth;
offsety = document.body.scrollTop;
offsetx = document.body.scrollLeft;};
if(nav){tailley = window.innerHeight;
taillex = window.innerWidth;
offsety = window.pageYOffset;
offsetx = window.pageXOffset;};
(posx+=speedx);
posy=offsety;
if(posx>maxx){posx=maxx;};
if(posx<minx){posx=minx;};
if(iex){document.all.obj1.style.left=posx;document.all.obj1.style.top=posy;};
if(nav){document.obj1.left=posx;document.obj1.top=posy;};
tempo=window.setTimeout('voirMenu('+minx+','+maxx+','+miny+','+maxy+','+posx+','+posy+')',5);}
function inverse() {speedx = -speedx;}