function menubar(quel)
{
document.writeln("<NOBR>");
document.writeln("<TABLE WIDTH=150 CELLSPACING=0 CELLPADDING=0 BORDER=0 ALIGN=LEFT>");
document.writeln("<TR>");
document.writeln("<TD VALIGN=TOP ALIGN=left>");


document.writeln("<IMG SRC='../gifs/caronetguay-p.jpg' ALT='Caron et Guayf'  BORDER='2' hspace=9>");
document.writeln("<BR>");


document.writeln("<A HREF='../index.html'>");
document.writeln("<img src='../gifs/menu/m-accueil.jpg' border=0></A><BR>");

document.writeln("<A HREF='s2004.htm' onMouseOver='doPopup(12,-1);'>");
if(quel==12)
document.writeln("<img src='../gifs/menu/mb-series04.jpg' border=0></A><BR>");
if(quel!=12)
document.writeln("<img src='../gifs/menu/m-series04.jpg' border=0></A><BR>");


document.writeln("<A HREF='caronetguay.htm' onMouseOver='doPopup(0,-1);'>");
if(quel==0)
document.writeln("<img src='../gifs/menu/mb-caronetguay.jpg' border=0></A><BR>");
if(quel!=0)
document.writeln("<img src='../gifs/menu/m-caronetguay.jpg' border=0></A><BR>");

document.writeln("<A HREF='lhsmq.htm' onMouseOver='doPopup(1,-1);'>");
if(quel==1)
document.writeln("<img src='../gifs/menu/mb-lhsmq.jpg' border=0></A><BR>");
if(quel!=1)
document.writeln("<img src='../gifs/menu/m-lhsmq.jpg' border=0></A><BR>");

document.writeln("<A HREF='photos.htm' onMouseOver='hidePopups();'>");
if(quel==8)
document.writeln("<img src='../gifs/menu/mb-album.jpg' border=0></A><BR>");
if(quel!=8)
document.writeln("<img src='../gifs/menu/m-album.jpg' border=0></A><BR>");


document.writeln("<A HREF='billeterie.htm' onMouseOver='hidePopups();'>");
if(quel==2)
document.writeln("<img src='../gifs/menu/mb-billeterie.jpg' border=0></A><BR>");
if(quel!=2)
document.writeln("<img src='../gifs/menu/m-billeterie.jpg' border=0></A><BR>");


document.writeln("<A HREF='stats.htm' onMouseOver='hidePopups();'>");
if(quel==3)
document.writeln("<img src='../gifs/menu/mb-statistiques.jpg' border=0></A><BR>");
if(quel!=3)
document.writeln("<img src='../gifs/menu/m-statistiques.jpg' border=0></A><BR>");


document.writeln("<A HREF='records.htm' onMouseOver='doPopup(4,-1);'>");
if(quel==4)
document.writeln("<img src='../gifs/menu/mb-records.jpg' border=0></A><BR>");
if(quel!=4)
document.writeln("<img src='../gifs/menu/m-records.jpg' border=0></A><BR>");


document.writeln("<A HREF='calendrier.htm' onMouseOver='hidePopups();'>");
if(quel==6)
document.writeln("<img src='../gifs/menu/mb-calendrier.jpg' border=0></A><BR>");
if(quel!=6)
document.writeln("<img src='../gifs/menu/m-calendrier.jpg' border=0></A><BR>");


document.writeln("<A HREF='znews.htm' onMouseOver='hidePopups();'>");
if(quel==7)
document.writeln("<img src='../gifs/menu/mb-news.jpg' border=0></A><BR>");
if(quel!=7)
document.writeln("<img src='../gifs/menu/m-news.jpg' border=0></A><BR>");


document.writeln("<A HREF='archivesm.htm' onMouseOver='doPopup(9,-1);'>");
if(quel==9)
document.writeln("<img src='../gifs/menu/mb-archives.jpg' border=0></A><BR>");
if(quel!=9)
document.writeln("<img src='../gifs/menu/m-archives.jpg' border=0></A><BR>");


document.writeln("<A HREF='liens.htm' onMouseOver='doPopup(11,-1);'>");
if(quel==11)
document.writeln("<img src='../gifs/menu/mb-liens.jpg' border=0></A><BR>");
if(quel!=11)
document.writeln("<img src='../gifs/menu/m-liens.jpg' border=0></A><BR>");


document.write("<BR>");


document.writeln("<A HREF='rejoindre.htm' onMouseOver='hidePopups();'>");
if(quel==10)
document.writeln("<img src='../gifs/menu/mb-rejoindre.jpg' border=0></A><BR>");
if(quel!=10)
document.writeln("<img src='../gifs/menu/m-rejoindre.jpg' border=0></A><BR>");


document.writeln("<BR><BR>");
document.writeln("<A HREF='http://www.caronetguay.qc.ca' target='_new'><IMG SRC='../gifs/portes.jpg' WIDTH='142' HIGHT='114' BORDER=0 ALT='Caron et Guay' hspace=5></A>");
document.writeln("<BR><BR>");


document.writeln("</TD>");
document.writeln("</TR>");
document.writeln("</TABLE>");


}



function ecrirestyle()
{
document.writeln("<STYLE TYPE='text/css'>");
 
document.writeln(" .menu{");
document.writeln("      background-color:#FFFFCC;");
document.writeln("      position:absolute;");
document.writeln("      width:124px;");
document.writeln("      overflow:clip;");
document.writeln(" }");
document.writeln(" .notHot {");
document.writeln("      visibility:show;");
document.writeln("      overflow:clip;");
document.writeln("      font-family:Verdana,Arial;");
document.writeln("      text-decoration:none;");
document.writeln("      font-size:10px;");
document.writeln("      font-weight:normal;");
document.writeln("      line-height:12px;");
document.writeln("      color:white;");
document.writeln(" }");
document.writeln(" .Hot {");
document.writeln("      visibility:show;");
document.writeln("      overflow:clip;");
document.writeln("      font-family:Verdana,Arial;");
document.writeln("      text-decoration:none;");
document.writeln("      font-size:12px;");
document.writeln("      font-weight:normal;");
document.writeln("      line-height:12px;");
document.writeln("      color:white;");
document.writeln(" }");
document.writeln(" </STYLE>");

}
