function menubar(quel)
{
document.writeln("<NOBR>");
document.writeln("<TABLE WIDTH=140 CELLSPACING=0 CELLPADDING=1 BORDER=0 ALIGN=LEFT>");
document.writeln("<TR>");
document.writeln("<TD VALIGN=TOP ALIGN=left>");


document.writeln("<BR>");
document.writeln("<IMG SRC='../gifs/default-r.gif' ALT='Grand Portneuf'  BORDER='0'  NAME='tv' hspace=4><BR>");
document.writeln("<IMG SRC='../gifs/clear.gif' WIDTH='150' HEIGHT='2' BORDER='0'><BR>");
document.writeln("<BR>");


document.writeln("<FONT FACE='Verdana,arial' SIZE='-1'>");

document.writeln("<A HREF='../index.html'>");
document.writeln("<FONT COLOR='#FFFFFF'><B>Accueil</B></A><BR>");

document.writeln("<A HREF='s2000.htm' onMouseOver='doPopup(12,-1);'>");
if(quel==12)
document.writeln("<FONT COLOR='#000000'><B>Séries 2000</B></FONT></A><BR>");
if(quel!=12)
document.writeln("<FONT COLOR='#FFFFFF'><B>Séries 2000</B></FONT></A><BR>");


document.writeln("<A HREF='grandportneuf.htm' onMouseOver='doPopup(0,-1);'>");
if(quel==0)
document.writeln("<FONT COLOR='#000000'><B>Grand Portneuf</B></FONT></A><BR>");
if(quel!=0)
document.writeln("<FONT COLOR='#FFFFFF'><B>Grand Portneuf</B></FONT></A><BR>");



document.writeln("<A HREF='lhspq.htm' onMouseOver='doPopup(1,-1);'>");
if(quel==1)
document.writeln("<FONT COLOR='#000000'><B>L.H.S.P.Q.</B></FONT></A><BR>");
if(quel!=1)
document.writeln("<FONT COLOR='#FFFFFF'><B>L.H.S.P.Q.</B></FONT></A><BR>");


document.writeln("<A HREF='stats.htm' onMouseOver='hidePopups();'>");
if(quel==3)
document.writeln("<FONT COLOR='#000000'><B>Statistiques</B></FONT></A><BR>");
if(quel!=3)
document.writeln("<FONT COLOR='#FFFFFF'><B>Statistiques</B></FONT></A><BR>");


document.writeln("<A HREF='molson.htm' onMouseOver='doPopup(5,-1);'>");
if(quel==5)
document.writeln("<FONT COLOR='#000000'><B>Coupe Molson Dry</B></FONT></A><BR>");
if(quel!=5)
document.writeln("<FONT COLOR='#FFFFFF'><B>Coupe Molson Dry</B></FONT></A><BR>");


document.writeln("<A HREF='calendrier.htm' onMouseOver='doPopup(6,-1);'>");
if(quel==6)
document.writeln("<FONT COLOR='#000000'><B>Calendrier/Résultats</B></FONT></A><BR>");
if(quel!=6)
document.writeln("<FONT COLOR='#FFFFFF'><B>Calendrier/Résultats</B></FONT></A><BR>");


document.writeln("<A HREF='photos.htm' onMouseOver='hidePopups();'>");
if(quel==8)
document.writeln("<FONT COLOR='#000000'><B>Album de photos</B></FONT></A><BR>");
if(quel!=8)
document.writeln("<FONT COLOR='#FFFFFF'><B>Album de photos</B></FONT></A><BR>");


document.write("<BR>");



document.writeln("<BR><BR>");
document.writeln("<A HREF='http://www.legrandportneuf.com' target='_new'><IMG SRC='../gifs/golf.gif'align=center WIDTH='142' HIGHT='114'  BORDER=0 ALT='CLub de golf'></A>");
document.writeln("<BR><BR>");

document.writeln("<BR>");
document.writeln("<A HREF='http://ville.pontrouge.qc.ca' target='_new'><IMG SRC='../gifs/pont-rouge.gif'   BORDER=0   ALIGN=LEFT ALT='Ville de Pont-Rouge'></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:black;");
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:10px;");
document.writeln("      font-weight:normal;");
document.writeln("      line-height:12px;");
document.writeln("      color:white;");
document.writeln(" }");
document.writeln(" </STYLE>");
}
