//---------------------
//-- FUNC drawFooter --
//---------------------

function drawFooter ()
{
  document.write ("<TABLE align=center border=0 cellPadding=0 cellSpacing=0>");
  document.write ("<TR>");
  document.write ("  <TD align=center class=stsmall>");
  document.write ("    © COPYRIGHT 2002 Internet Netrevolution INC. Tous droits réservés");
  document.write ("  </TD>");
  document.write ("</TR><TR>");
  document.write ("  <TD align=center class=stsmall colspan=2>");  
  document.write ("    <BR>Pour tout commentaire, n'hésitez pas à contacter le <A href='mailto:billing@netrevolution.com'>webmaster</A>");
  document.write ("  </TD>");
  document.write ("</TR>");
  document.write ("</TABLE>");
}
