bgcolor='#e3d6c4';
bgcolor2='#e3d6c4';
bgcolor3='#e9dccc';
bgcolor4='#000000';
bgcolorcell='#DDC899';
bgcolorcell2='#3c68ab';
document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:30; }')
document.write('#topgauche { position:absolute;  z-index:10; }')
document.write('A:hover.ejsmenu {color:#ffffff; text-decoration:none;}')
document.write('A.ejsmenu {color:#000000; text-decoration:none;}')
document.write('</style>')
document.write('<div style="position:relative;"><DIV class=popper id=topdeck></DIV>');
/*
SCRIPT EDITE SUR L'EDITEUR JAVACSRIPT
http://www.editeurjavascript.com
*/

/*
LIENS
*/
zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;
zlien[6] = new Array;
zlien[7] = new Array;
zlien[8] = new Array;
zlien[9] = new Array;
zlien[10] = new Array;
zlien[0][0] = '<A HREF="calendar.php" CLASS=ejsmenu>Calendar</A>';
zlien[1][0] = '<A HREF="historique.html" CLASS=ejsmenu>Background</A>';
zlien[1][1] = '<A HREF="fonctionnement.html" CLASS=ejsmenu>Operations</A>';
zlien[2][0] = '<A HREF="provenance.html" CLASS=ejsmenu>Where Do Wastes Come From</A>';
zlien[2][1] = '<A HREF="postedepese.html" CLASS=ejsmenu>Weighing Station</A>';
zlien[2][2] = '<A HREF="lesite.html" CLASS=ejsmenu>The site</A>';
zlien[2][3] = '<A HREF="a.html" CLASS=ejsmenu>A</A>';
zlien[2][4] = '<A HREF="b.html" CLASS=ejsmenu>B</A>';
zlien[2][5] = '<A HREF="c.html" CLASS=ejsmenu>C</A>';
zlien[2][6] = '<A HREF="d.html" CLASS=ejsmenu>D</A>';
zlien[2][7] = '<A HREF="illegal.html" CLASS=ejsmenu>Illegal Dumping</A>';
zlien[3][0] = '<A HREF="programme.html" CLASS=ejsmenu>Recycling Program</A>';
zlien[3][1] = '<A HREF="matiererecyclable.html" CLASS=ejsmenu>Recyclable Materials</A>';
zlien[3][2] = '<A HREF="emplacement.html" CLASS=ejsmenu>Location of Recycling Bins</A>';
zlien[3][3] = '<A HREF="quedeviennent.html" CLASS=ejsmenu>What Becomes of Recyclable Materials?</A>';
zlien[3][4] = '<A HREF="vpneus.html" CLASS=ejsmenu>Scrap Tires</A>';
zlien[3][5] = '<A HREF="cartouches.html" CLASS=ejsmenu>Ink and Toner Cartridges</A>';
zlien[3][6] = '<A HREF="ordi.html" CLASS=ejsmenu>Old Computers/Electronics</A>';
zlien[3][7] = '<A HREF="3rs.html" CLASS=ejsmenu>3 R</A>';
zlien[4][0] = '<A HREF="compostage.html" CLASS=ejsmenu>What is Composting?</A>';
zlien[4][1] = '<A HREF="composprogramme.html" CLASS=ejsmenu>Program</A>';
zlien[4][2] = '<A HREF="composcomment.html" CLASS=ejsmenu>How to Compost</A>';
zlien[4][3] = '<A HREF="autresressources.html" CLASS=ejsmenu>Other Resources</A>';
zlien[4][4] = '<A HREF="vermicompostage.html" CLASS=ejsmenu>Vermicomposting</A>';
zlien[5][0] = '<A HREF="pileprogrammee.html" CLASS=ejsmenu>Program</A>';
zlien[5][1] = '<A HREF="pilerecyclable.html" CLASS=ejsmenu>Recyclable Batteries</A>';
zlien[5][2] = '<A HREF="pilerechargeable.html" CLASS=ejsmenu>Rechargeable Batteries</A>';
zlien[5][3] = '<A HREF="pileapporter.html" CLASS=ejsmenu>Where to Bring Them?</A>';
zlien[5][4] = '<A HREF="recup.html" CLASS=ejsmenu>Why?</A>';
zlien[6][0] = '<A HREF="dddprogrammee.html" CLASS=ejsmenu>Program</A>';
zlien[6][1] = '<A HREF="dddapporter.html" CLASS=ejsmenu>Recovered Material</A>';
zlien[6][2] = '<A HREF="pna.html" CLASS=ejsmenu>Non Accepted Products</A>';
zlien[7][0] = '<A HREF="ecoleprogramme.html" CLASS=ejsmenu>Program</A>';
zlien[7][1] = '<A HREF="matieresrecuperables.html" CLASS=ejsmenu>Recovered Materials</A>';
zlien[7][2] = '<A HREF="activites.html" CLASS=ejsmenu>Activities</A>';
zlien[8][0] = '<A HREF="communaute.html" CLASS=ejsmenu>Community Section</A>';
zlien[8][1] = '<A HREF="dons.html" CLASS=ejsmenu>Donations and Sponsorships</A>';
zlien[9][0] = '<A HREF="comissions.html" CLASS=ejsmenu>Other Commissions</A>';
zlien[9][1] = '<A HREF="liens.html" CLASS=ejsmenu>Interesting Links</A>';
zlien[10][0] = '<A HREF="contact.html" CLASS=ejsmenu>Contact Us</A>';

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = 34;


function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 bgcolor=d1d0b0><TR><TD><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 bgcolor=d1d0b0><TR>";
pass = 0
while (pass < msg.length)
	{
	content += "<tr><TD BGCOLOR="+bgcolorcell+" onMouseOver=\"this.style.background='"+bgcolorcell2+"'\" onMouseOut=\"this.style.background='"+bgcolorcell+"'\" HEIGHT=20><FONT color=#ffffff SIZE=-2 FACE=\"Verdana\">&nbsp;<b>"+msg[pass]+"</b>&nbsp;</FONT></TD></tr>";
	pass++;
	}
content += "</TR></TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=718><TR><TD valign="top"><TABLE CELLPADING=0 CELLSPACING= BORDER=0 WIDTH=718 HEIGHT=36><TR>')
document.write('<TD WIDTH=50 valign="middle" ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[0],0)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],0)" href="./calendar.php" CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Calendar</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=50 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[1],56)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],60)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>COGERNO</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=90 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[2],114)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],120)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Household Wastes</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[3],200)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[3],200)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Recycling</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[4],260)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],260)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Composting</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=70 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[5],310)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],310)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Battery Recovery Program</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[6],400)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[6],420)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>HHW</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=98 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[7],450)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[7],400)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Schools</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[8],536)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[8],550)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>The Community</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=40 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[9],600)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[9],600)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Links</b></FONT></a></TD>')
document.write('<TD WIDTH=1 ALIGN=center BGCOLOR='+bgcolor+'><img src="images/bare.gif" alt="" width="1" height="32" border="0"></TD>')
document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor3+'\';pop(zlien[10],646)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[10],540)" href=# CLASS=ejsmenu><FONT SIZE=1 FACE="Verdana"><b>Contact Us</b></FONT></a></TD>')
document.write('</TR></TABLE></TD></TR></TABLE></DIV></div>')