function menu1()
  {
    with(parent.barregauche.document)
    {
    parent.barregauche.document.open()
    write('<BODY BGCOLOR="#18701B" scroll=no LEFTMARGIN=0 rightmargin=0 TOPMARGIN=0 bottommargin=0 MARGINWIDTH=0 MARGINHEIGHT=0 CELLPADDING=0 CELLSPACING=0 RULES="NONE" FRAME="VOID">');
    write('<div id=1 style="position:absolute;top:0px;left:0px;visibility:visible">');
    write('<font face="arial narrow", "arial" color=#ffffff size=3><b>Sommaire</b></font>');
    write('</div>');
    write('</body>')
    parent.barregauche.document.close()
    }
  }
function vide1()
  {
    with(parent.barregauche.document)
    {
    parent.barregauche.document.open();
    write('<BODY BGCOLOR="#18701B" scroll=no LEFTMARGIN=0 rightmargin=0 TOPMARGIN=0 bottommargin=0 MARGINWIDTH=0 MARGINHEIGHT=0 CELLPADDING=0 CELLSPACING=0 RULES="NONE" FRAME="VOID">');
    write('<div id=1 style="font-family:Arial;font-weight:bold;font-size:12px;color:#ffffff;position:absolute;top:0px;left:0px;visibility:visible">');
    write('<img src=image/menusommaire.jpg height=20 width=80>');
    write('</div>');
    write('</body>');
    parent.barregauche.document.close()
    }
  }
function menu(y,top,left)
  {
    with(parent.barre.document)
    {
    parent.barre.document.open();
    write('<BODY BGCOLOR="#cc6600" scroll=no LEFTMARGIN=0 rightmargin=0 TOPMARGIN=0 bottommargin=0 MARGINWIDTH=0 MARGINHEIGHT=0 CELLPADDING=0 CELLSPACING=0 RULES="NONE" FRAME="VOID">');
    write('<div id=1 style="position:absolute;top:');
    write(top);
    write('px;left:');
    write(left);
    write('px;visibility:visible">');
    write('<font face="arial narrow", "arial" color=#ffffff size=3><b>'+y+'</b></font>');
    write('</div>');
    write('</body>')
    parent.barre.document.close()
    }
  }
function vide()
  {
    with(parent.barre.document)
    {
    parent.barre.document.open();
    write('<BODY BGCOLOR="#cc6600" scroll=no LEFTMARGIN=0 rightmargin=0 TOPMARGIN=0 bottommargin=0 MARGINWIDTH=0 MARGINHEIGHT=0 CELLPADDING=0 CELLSPACING=0 RULES="NONE" FRAME="VOID">');
    write('<div id=1 style="position:absolute;top:0px;left:0px;visibility:visible">');
    write('<img src=image/menuvide.jpg height=20 width=560>');
    write('</div>');
    write('</body>');
    parent.barre.document.close()
    }
  }

