//*------------------------------------------------------------------------
//* FRENCH Footer for each page. (Copyright & date, top and back buttons.

//* The actual positioning of the top and back buttons is done in mir.css
//*------------------------------------------------------------------------

//alert(homepg);
today=new Date();
y0=today.getFullYear();
document.write('<div class="FooterTEXT"><center>');
document.write('<table width="100%" cellpadding="0" cellspacing="0"><tr><td align="left" width=1><br><img src="' + imagedir + '/spacer.gif" width="1" height="8" border="0"><br></td><td xheight=55" align="center" class="FooterTEXT">');
document.write('<a href="' + htmldir + 'copyright-f.html" class="bod">© 1999');
document.write("-" + y0);
document.write(' Ville de Miramichi.</a> ');
document.write('</td></tr></table>');
document.write('</center></div>');
//document.write('homepg=' + homepg);

// homepg is defined in index-f.asp
if (homepg == 0) {
  document.write('<div id="topbutton"><img src="../assets/but-top-f.gif" alt="Haut" width="41" height="12" border="0" usemap="#Top_map"></div>');
  document.write('<div id="backbutton"><img src="../assets/but-back-f.gif" alt="retour" width="46" height="12" border="0" usemap="#Back_map"></div>');
}
document.write('');




