
// *** Bas de page général***
function BasDePage()
   {

   document.write("<div align='center'>");
   document.write("<hr align='center' size='1' color='#000000' noshade>");
   document.write("<span class='bas_page'>| <A href=\"index_actu.asp\">Actualités</A> | ");
   document.write("<A href=\"calendrier.asp\">Calendrier</A> | ");
   document.write("<A href=\"program.asp\">Programmes</A> | ");
   document.write("<A href=\"photo.asp\">Photos</A> | ");
   document.write("<A href=\"http://www.multimania.com/rallyrun/forum\" target='_blank'>Forum</A> | ");
   document.write("<A href=\"http://www.rezoweb.com/forum/automobile/rallyrun/chat\">Chat</A> | ");
   document.write("<A href=\"archives.asp\">Archives</A> | ");
   document.write("</span></div>");
   document.write("<hr align='center' size='1' color='#000000' noshade>");
   document.write("<div align='center'>");
   document.write("<span class='bas_page'>>Pour plus d'informations : <a href=\"mailto:rallyrun@ifrance.com\">rallyrun@ifrance.com </a>- © 2001 Rally Réunion</span><br>");
   document.write("</div>");
      document.write("<CENTER><a href=\"http://www.estat.com/getstats?serial=277077111280\"><img src=\"http://perso.estat.com/cgi-bin/perso/277077111280?page=marque_perso\" border=0></a></CENTER>");

   
   }

// *** Bas de page pour photos***
function BasDePage_photos()
   {

   document.write("<hr>");
   document.write("<CENTER><FONT color=white>RALLY REUNION - Tous droits réservés -");
   document.write("<a href=\"photos.asp\" >Retour recherche photos</A> - ");
   document.write("<a href=\"mailto:rallyrun@ifrance.com\">Nous écrire</A></FONT></CENTER>");
   document.write("<BR><CENTER><a href=\"http://www.estat.com/getstats?serial=277077111280\"><img src=\"http://perso.estat.com/cgi-bin/perso/277077111280?page=marque_perso\" border=0></a></CENTER>");


   }


// *** Fenetre pour photos ***   
function WinOpen(page) 
  {
  window.open(page,"DisplayWindow","toolbar=no, location=no, scrollbars=no, resizable=yes, directories=no, menubar=no,width=800,height=600, left=100,top=100");
  }

// *** Fenetre pour cartes ES ***   
function WinOpen2(page) 
  {
  window.open(page,"DisplayWindow","toolbar=no, location=no, scrollbars=Yes, resizable=yes, directories=no, menubar=no,width=800,height=600, left=100,top=100");
  }
// ***Ajout du site dans les favoris***
function AjoutFavoris()
{
	var url = "http://www.rallyreunion.com"
	window.external.AddFavorite(url, document.title);
}