/* Construction des références principales du timbre */
/*  Utilise les variables globales de Info-Phila.js  */

var MargeL,TitreL,Sous_titreL,DatesL,TexteL; // Variables Lecouturier 
var Saut1='<BR>&nbsp;';                      // Saut 1 ligne  (ZoneMsg)
var Saut2='&nbsp;<BR>&nbsp;';                // Saut 2 lignes (ZoneMsg)
var Saut3='&nbsp;<BR>&nbsp;<BR>&nbsp;';      // Saut 3 lignes (ZoneMsg)

// élimination des blancs (&nbsp;) dans un mot 
function Mot_sans_Blancs(Mot)
{
 var Pos=0;
 while (Pos!=-1) 
 {
  Pos=Mot.lastIndexOf('&nbsp;');
  if (Pos!=-1)
  {
   Lg=Mot.length;
   Mot1=Mot.substring(0,Pos);
   Mot2=Mot.substring(Pos+6,Lg);
   Mot=Mot1+' '+Mot2;
  }
 } // plus de blancs !
 return Mot;
}

// remplacement de <BR> dans un mot par " - "
function Mot_sans_BR(Mot)
{
 var Pos=0;
 while (Pos!=-1) 
 {
  Pos=Mot.lastIndexOf('<BR>');
  if (Pos!=-1)
  {
   Lg=Mot.length;
   Mot1=Mot.substring(0,Pos);
   Mot2=Mot.substring(Pos+4,Lg);
   Mot=Mot1+' - '+Mot2;
  }
 }
 return Mot;
}

// Apurement des tags dans un mot 
function Mot_sans_Tag(Mot)
{
 var PosD;
 var PosF;
 var PosR;
 var DebutMot='';
 var FinMot='';
 var N=0;
 PosD=Mot.lastIndexOf("<");
 var Enleve='';
 while (PosD!=-1)
 {
  N=N+1;
  Lg=Mot.length;
  PosD=Mot.lastIndexOf("<");
  PosF=Mot.lastIndexOf(">");
  DebutMot=Mot.substring(0,PosD);
  FinMot=Mot.substring(PosF+1,Lg);
  Enleve=Mot.substring(PosD,PosF);
  Mot=DebutMot+FinMot;
 }
 return Mot;
}

//----------- Pas de copie d'image de timbres --------
function Avis_PasCopie(evt) 
{
 if (navigator.appName != 'Microsoft Internet Explorer')
 {
  if (evt.which != 3) 
  return true;
 };
 alert("Je souhaite que cette image\nde timbre ne soit pas copiée.\nMerci\n                            B.L.");
 return false;
}
// -------------------- BODY -------------------------
function Corps(Natif)
{
 var FondCorps='../Images/Fond_Bleu.gif';
 if ((Natif!='O')&&(Natif!='')) FondCorps='../Images/Fond_Bleu_fonce.gif';
 document.writeln('<BODY BACKGROUND="'+FondCorps+'" BGCOLOR="#404080" TEXT="#D0FEFF" LINK="#4AFF6A" VLINK="#00EC06" ALINK="#C7FE47" TOPMARGIN="0" onLoad="window.defaultStatus=Titre">');
}

//----------------- Titre général --------------------

function Afficher_Titre(Titre_timbre)
{

 // On teste si on est sur www.le-lann.com ou ailleurs (Wanadoo, iFrance, LibertySurf, Multiumania.)
 document.writeln('<DIV ALIGN="Center">');
 document.writeln('<FONT COLOR="#FEFECE" FACE="Arial,Helvetica" SIZE="2"><B>Avis de déménagement:</B></FONT><BR>');
 document.writeln('<FONT COLOR="#FEF658" FACE="Arial,Helvetica" SIZE="2">nouvelle adresse: <A HREF="http://www.phil-ouest.com/Choix_General.php?Choix=Timbres" TARGET="_blank">http://www.phil-ouest.com/</A></FONT><BR><BR>');
 document.writeln('</DIV>');
 document.writeln('<FONT COLOR="#FFFF00" FACE="Arial,Helvetica" SIZE="3"><B><DIV CLASS="Titre" ALIGN="Center">'+Titre_timbre+'</DIV></B></FONT><BR>\n');

 // Vérification de chargement dans la bonne trame de la fenêtre  
 
 /*
 if (TypeFichier=='Timbre') // Cas général d'un timbre s'affichant en cadre de gauche. 
 {
  if ((top==self)||(window.name!='Gauche'))    // la ligne d'URL du navigateur sert à passer des paramètres à une autre page...
  // On teste si on est sur www.le-lann.com ou ailleurs (Wanadoo, iFrance, LibertySurf, Multiumania...)
  {
   if ((Local==false)&&(location.href.indexOf("http://www.le-lann.com/Phil-Ouest")==-1))
   {
    newURL='http://www.le-lann.com/Phil-Ouest/'+Rep_Dep+'/index.html?$Ghttp://www.le-lann.com/Phil-Ouest/'+Rep_Dep+'/'+Fichier_Origine; // on charge l'index du répertoire en cours (URL_0 défini dans Tinfo_Phila.js)
    PosInt=newURL.lastIndexOf("?");
    top.location.href=newURL.substring(0,PosInt);
   }
   else // on est sur http://www.le-lann.com/Phil-Ouest ou en local 
   top.location.href=URL_0+'/index.html?$G'+ location.href; // on charge l'index du répertoire en cours (URL_0 défini dans Info_Phila.js)
  }
 }
 else // autre catégorie (timbre ou page s'affichant à droite ou en fenêtre autonome )
 {
  if (TypeFichier=='autre')// sinon cas, entre autres de Devinette.html, Dumont_d_Urville_TAAF.html, etc... 
  {
   if ((top==self)||(window.name!='Droite'))
   top.location.href='index.htm?FenD='+location.href; // on charge l'index du répertoire en cours (URL_0 défini dans Info_Phila.js)
  }// sinon cas de Pont_Normandie_0.html
 }
 */
}

//--------------- Le timbre encadré ----------------

// NOTA : pour les quelques timbres imaginaires ou avec mention patrticulire                
// (Tabarly, Jean Marais) utiliser la fonction Afficher_Timbre_enCadre sinon Afficher_Timbre

// *** Le cadre change de couleur selon la décade ***
unJour=new Date();
var LeJour=1;
LeJour = unJour.getDate();
//document.write('LeJour='+LeJour);

function Afficher_Timbre_enCadre(Timbre,Largeur,Hauteur,Texte_timbre,CopyRight) // pour les quelques timbres imaginaires !!
{
 var LCadre=Largeur+2;
 var HCadre=Hauteur+2;
 
 /* Gamme bronze patiné */
 var CoulFondInt="#AAC9A6";
 var CoulFondExt="#99B495";
 var CoulBord   ="#839B80";
 var CoulDark   ="#4B5949";
 var CoulLight  ="#C8ECC2";
 
 if ((LeJour>1)&(LeJour<=10))
 {
  /* Gamme gris clair */
  var CoulFondInt="#909090";
  var CoulFondExt="#C5C5C5";
  var CoulBord   ="#BCBCBC";
  var CoulDark   ="#5A5A5A";
  var CoulLight  ="#E3E3E3";
 }
 
 if ((LeJour>10)&(LeJour<=20))
 {
  /* Gamme vieil or */
  var CoulFondInt="#E1CF9F";
  var CoulFondExt="#D5C3A4";
  var CoulBord   ="#D5BA86";
  var CoulDark   ="#8F7750";
  var CoulLight  ="#FFE9C8";
 }
 
 var Image_timbre='<A HREF="JavaScript:Info_Phila()"><IMG SRC='+Timbre+' BORDER="0" WIDTH='+Largeur+' HEIGHT='+Hauteur+' ALT=" '+Texte_timbre+'\nCliquez pour plus d´informations " NAME="Timbre" onLoad="defaultStatus=Titre; return true"></A>';
 if (Timbre=='')
 Image_timbre=Texte_timbre; // Cas particuliers (cf le timbre d'Audubon où il y a des zones sensibles sur le timbre), le code HTML est écrit dans la zone du ALT

 if (LCadre>2)
 {
  document.writeln('<DIV ALIGN="Center">');
  document.writeln('<TABLE BGCOLOR='+CoulFondInt+' CELLPADDING=0>');
  document.writeln(' <TR ALIGN="Center" VALIGN="Middle">');
  document.writeln('  <TD ALIGN="Center" VALIGN="Middle">');
  document.writeln('   <TABLE BORDER=1 BGCOLOR='+CoulFondExt+' BORDERCOLOR='+CoulBord+' BORDERCOLORDARK='+CoulDark+' BORDERCOLORLIGHT='+CoulLight+'>');
  document.writeln('    <TR ALIGN="Center" VALIGN="Middle">');
  document.writeln('     <TD ALIGN="Center" VALIGN="Middle" WIDTH='+LCadre+' HEIGHT='+HCadre+'>');
  document.writeln(       Image_timbre);
  document.writeln('     </TD>');
  document.writeln('    </TR>');
  document.writeln('   </TABLE>');
  document.writeln('  </TD>');
  document.writeln(' </TR>');
  document.writeln('</TABLE>');
 }
 else
 {
  document.writeln('<DIV ALIGN="Center">');
  document.writeln('<IMG STYLE="border:5px groove '+CoulLight+'" SRC='+Timbre+' BORDER="0" ALT=" '+Texte_timbre+' " NAME="Timbre" onLoad="defaultStatus=Titre; return true"><BR>');
 }
 // Copyright
 document.writeln('<FONT SIZE="1" FACE="Arial,Helvetica" COLOR="'+CoulFondExt+'">'+CopyRight+'</FONT></DIV>');
 
 // N° Yvert & Tellier et N° Cérès
 var YTC=NoYT+NoCeres;
 if ((YTC!='')&&(YTC!='-')&&(YTC!='--'))
 {
  document.write  ('<DIV ALIGN="Center" CLASS="YTC">');
  //document.write  ('<FONT COLOR="'+CoulFondInt+'" FACE="Arial,Helvetica" SIZE="1">');
  if ((NoYT!='')&&(NoYT!='-'))
  document.write  ('N° Yvert & Tellier: <B>'+NoYT+'</B>');
  if (YTC.length>35)
  document.write  ('<BR>')
  else
  if ((NoYT!='')&(NoCeres!=''))
  document.write  (' - ');
  if (NoCeres!='')
  document.write  ('N° Cérès: <B>'+NoCeres+'</B>');
  document.write  ('</DIV>');
 }
 document.writeln('<BR>');

}

function Afficher_Timbre(Timbre,Largeur,Hauteur,Texte_timbre ) // pour tous les autres timbres ....
{
 Afficher_Timbre_enCadre(Timbre,Largeur,Hauteur,Texte_timbre,'Tous droits réservés');
}

//------------------- Sous titre ------------------- 
function Afficher_Sous_Titre(Taille,Sous_Titre)
{
 if (Sous_Titre!='')
 {
 if (Taille!=2) {Sous_Titre='<FONT SIZE='+Taille+'>'+Sous_Titre+'</FONT>';} // Ceci afin de permettre la priorité de la classe "S-Titre"
 document.writeln('<FONT COLOR="#00FFFF" FACE="Arial,Helvetica" FONT SIZE="2"><B><DIV ALIGN="Center" CLASS="S-Titre">'+Sous_Titre+'</DIV></B></FONT><BR>');
 }
}
 
//------------------ Texte centré ------------------
function Texte_centre(Texte_C)
{
 if (Texte_C!='')
 {
 document.writeln('<DIV ALIGN="Center" CLASS="Centre"><FONT COLOR="#66FFCC" FACE="Arial,Helvetica" SIZE="2">'+Texte_C+'</FONT></DIV><BR>');
 }
}

//----------------- Texte justifié -----------------
function Texte_justifie (LgJ,Texte_J)
{
 if (Texte_J!='')
 {
 document.writeln('<DIV ALIGN="Center">');
 document.writeln('<TABLE BORDER="0" WIDTH='+LgJ+'>');
 document.writeln(' <TR>');
 document.writeln('  <TD ALIGN="Center" VALIGN="Middle">');
 document.writeln('   <DIV STYLE="text-align:justify;"><FONT COLOR="#D3E9E8" FACE="Arial,Helvetica" SIZE="2">'+Texte_J+'</FONT></DIV>');
 document.writeln('  </TD>');
 document.writeln(' </TR>');
 document.writeln('</TABLE>');
 document.writeln('</DIV>');
 document.writeln('<BR>');
 }
}

//----------- Particularité philatélique -----------
function Texte_Partic (LgP,Texte_P ) 
{
//Texte_justifie (LgP,'<DIV CLASS="Partic">'+Texte_P+'</DIV>')
 if (Texte_P!='')
 {
 if (LgP >'90%') { LgP='90%'; }
 document.writeln('<DIV ALIGN="Center">');
 document.writeln('<TABLE BGCOLOR="#0000FF" BORDER="0" CLASS="Partic" WIDTH='+LgP+'>');
 document.writeln(' <TR>');
 document.writeln('  <TD ALIGN="Center" VALIGN="Middle">');
 document.writeln('   <TABLE BORDER="0">');
 document.writeln('    <TR>');
 document.writeln('     <TD>');
 document.writeln('      <DIV CLASS="Partic-Lien" STYLE="text-align:justify;"><FONT SIZE="2">'+Texte_P+'</FONT></DIV>');
 document.writeln('     </TD>');
 document.writeln('    </TR>');
 document.writeln('   </TABLE>');
 document.writeln('  </TD>');
 document.writeln(' </TR>');
 document.writeln('</TABLE>');
 document.writeln('</DIV>');
 document.writeln('<BR>');
 }
}

//---------------- Artiste graveur -----------------
function Ref_Artistes (Artiste_timbre)
{
 if (Artiste_timbre!='')
 {
  document.writeln('<DIV CLASS="Dessin" ALIGN="Center">'+Artiste_timbre+'</DIV><BR>');
 }
}

var Annees='\<FONT COLOR=#00FF1A\>Tous les timbres de l’Ouest classés par \<B\>années\</B\>\</FONT\>';
var DocTech='\<FONT COLOR=#66FFFF\>\<B\>Informations philatéliques\</B\> sur le timbre\</FONT\>';
var MenuOuest='\<FONT COLOR=#FFFFCC\>Vers le menu du choix d’un \<B\>département\</B\> de l´\<B\>Ouest\</B\>\</FONT\>';
var MsgZoom='\<FONT COLOR=#FFA6C3\>Vue en \<B\> zoom \</B\> sur le timbre\</FONT\>';
var NoYTC='\<FONT COLOR=#FF0430\>Vers la liste des timbres par N° \<B\>Yvert & Tellier\</B\> et \<B\>Cérès\</B\>\</FONT\>';
var PhilInfo='\<FONT COLOR=#FFFF00\>Lien vers «\<B\>\<FONT COLOR=#FFFF66\>\<B\>Philinfo\</B\>\</FONT\>\</B\>», le site philatélique de \<B\>\<I\>La Poste\</I\>\</B\>\</FONT\>';
var RefLecouturier='\<FONT COLOR=#FFBD74\>Biographie extraite de «\<B\>Nés en Normandie\</B\>» d’Yves Lecouturier\</FONT\>';

var VsL='Vers la liste des timbres ';
var C_PdL='\<FONT COLOR=#FFDE63\>'; // Pays de Loire  
var C_Br='\<FONT COLOR=#52DE6B\>'; // Bretagne 
var C_BN='\<FONT COLOR=#FF9CC6\>'; // Basse Normandie  
var Liste00='\<FONT COLOR="#FFFFFF"\>\<B\>Autres timbres\</B\> ayant un lien avec ceux de l’Ouest\</FONT\>';
var Liste13='\<FONT COLOR=#66FFFF\>'+VsL+'des \<B\>Bouches du Rhône\</B\>\</FONT\>';
var Liste14=C_BN+VsL+'du \<B\>Calvados\</B\>';
var Liste22=C_Br+VsL+'des \<B\>Côtes d´Armor\</B\>';
var Liste29=C_Br+VsL+'du \<B\>Finistère\</B\>';
var Liste33='\<FONT COLOR=#DF3F97\>'+VsL+'de la \<B\>Gironde\</B\>';
var Liste35=C_Br+VsL+'d´\<B\>Ille et Vilaine\</B\>';
var Liste44=C_PdL+VsL+'de \<B\>Loire Atlantique\</B\>';
var Liste49=C_PdL+VsL+'du \<B\>Maine et Loire\</B\>';
var Liste50=C_BN+VsL+'de la \<B\>Manche\</B\>';
var Liste53=C_PdL+VsL+'de la \<B\>Mayenne\</B\>';
var Liste56=C_Br+VsL+'du \<B\>Morbihan\</B\>';
var Liste61=C_BN+VsL+'de l´\<B\>Orne\</B\>';
var Liste72=C_PdL+VsL+'de la \<B\>Sarthe\</B\>';
var Liste85=C_PdL+VsL+'de la \<B\>Vendée\</B\>';

// Affichage d'un message au passage de la souris sur une zone 
function AffMsg(Zone,Msg)
{
 var MsgStatus=Mot_sans_Blancs(Msg);// élimination des &nbsp;    
 MsgStatus=Mot_sans_BR(MsgStatus);  // on remplace <BR> par " - "
 MsgStatus=Mot_sans_Tag(MsgStatus); // élimination des tags HTML 
 window.status=MsgStatus;
 if(document.getElementById)
 document.getElementById(Zone).innerHTML=Msg;
}
//-- Effacement de ce même message --
function EffMsg(Zone,Msg)
{
 window.status=Titre;
 if(document.getElementById)
 document.getElementById(Zone).innerHTML=Msg;
}

/**************** DEBUT DE LA BARRE DES COMMANDES ***************/
var SL0='';
var SL1='<BR>&nbsp;';
var SL2='<BR>&nbsp;<BR>&nbsp;';

//----------------- Début de la barre des commandes --------------
function DebBarre()
{
 document.writeln('<DIV ALIGN="Center">');
}
//----------- Vers la carte des départements de l´Ouest ----------
function Retour_Ouest(Zone)
{
 var Carte_Ouest="\'\<FONT COLOR=#FFFFCC\>Vers le menu du choix d’un \<B\>département\</B\> de l´\<B\>Ouest\</B\>\</FONT\>\'";
 document.write  ('<A HREF="../Choix_Timbres.html" TARGET="_self" ');
 document.write  ('onMouseOver="document.images.FGOuest.src=\'../Images/F_carteR.gif\'; AffMsg(\''+Zone+'\','+Carte_Ouest+'+\''+SL1+'\'); return true;" ');
 document.writeln('onMouseOut="document.images.FGOuest.src=\'../Images/F_carte.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/F_carte.gif" BORDER=0 WIDTH=50 HEIGHT=28 NAME="FGOuest"></A>&nbsp;');
}

//----------- Vers le menu général ----------
function Retour_MenuGen(Zone)
{
 var Menu="\'\<FONT COLOR=#FF7EF9\>Vers le menu général\</FONT\>\'";
 document.write  ('<A HREF="../Menu_General.html" TARGET="_self" ');
 document.write  ('onMouseOver="document.images.FG.src=\'../Images/FGR.gif\'; AffMsg(\''+Zone+'\','+Menu+'+\''+SL1+'\'); return true;" ');
 document.writeln('onMouseOut="document.images.FG.src=\'../Images/FG.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/FG.gif" BORDER=0 WIDTH=20 HEIGHT=20 NAME="FG"></A>&nbsp;');
}

//----------- Vers le menu la Gironde ----------
function Retour_33(Zone)
{
 var Menu_33="\'\<FONT COLOR=#FF7EF9\>Vers le menu de la \<B\>Gironde\</B\>\</FONT\>\'";
 document.write  ('<A HREF="Intro.html" TARGET="_self" ');
 document.write  ('onMouseOver="document.images.FG33.src=\'../Images/F_carte33R.gif\'; AffMsg(\''+Zone+'\','+Menu_33+'+\''+SL1+'\'); return true;" ');
 document.writeln('onMouseOut="document.images.FG33.src=\'../Images/F_carte33.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/F_carte33.gif" BORDER=0 WIDTH=50 HEIGHT=28 NAME="FG33"></A>&nbsp;');
}

//--------- Choix sur carte de France ----------
function Choix_Carte_France(Zone)
{
 var MsgCarte="\'\Vers le choix d’un autre timbre sur la carte de France\'";
 document.write  ('<A HREF="../Choix_Carte.html" TARGET="Droite" ');
 document.write  ('onMouseOver="document.images.France.src=\'../Images/Carte_FranceR.gif\'; AffMsg(\''+Zone+'\','+MsgCarte+'+\''+SL1+'\'); return true;" ');
 document.write  ('onMouseOut="document.images.France.src=\'../Images/Carte_France.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/Carte_France.gif" BORDER=0 WIDTH=28 HEIGHT=28 NAME="France"></A>&nbsp;');
}

//----------------- Informations philatéliques -------------------
function Informations_philateliques(Zone,SautsLignes)
{
 var InfoPhila="\'\<FONT COLOR=#66FFFF\>\<B\>Informations philatéliques\</B\> sur le timbre\</FONT\>\'";
 document.write  ('<A HREF="JavaScript:Info_Phila ()" ');
 document.write  ('onMouseOver="document.images.Info.src=\'../Images/InfoR.gif\'; AffMsg(\''+Zone+'\','+InfoPhila+'+\''+SL1+'\'); return true;" ');
 document.writeln('onMouseOut="document.images.Info.src=\'../Images/Info.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/Info.gif" BORDER="0" WIDTH="20" HEIGHT="20" NAME="Info"></A>&nbsp;');
}

//---------------------- Flamme d'oblitération -------------------
function Lien_TaD(Zone,Rang,Fichier_TaD,LgTaD,HTaD,MsgTaD)
{
 // Rang est à utiliser ('1', '2', etc...) quand il y a plusieurs liens vers TàD
 MsgTaD="\'\<FONT COLOR=#FFFFFF\>"+MsgTaD+"\</FONT\>\'";
 document.write  ('<A HREF="JavaScript:Fenetre_TaD (\''+Fichier_TaD+'\',\''+LgTaD+'\',\''+HTaD+'\')" ');
 document.write  ('onMouseOver="document.images.TaD'+Rang+'.src=\'../Images/TaDR.gif\'; AffMsg(\''+Zone+'\','+MsgTaD+'); return true" '); 
 document.writeln('onMouseOut="document.images.TaD'+Rang+'.src=\'../Images/TaD.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/TaD.gif" BORDER="0" WIDTH="20" HEIGHT="20" NAME="TaD'+Rang+'"></A>&nbsp;');
}
//----------------- Lien vers un document interne -----------------
function Lien_notice_interne(Zone,Rang,MsgDoc,Marge,Titre,Sous_titre1,Sous_titre2,CorpsLien,References)
{
 // Rang est à utiliser ('1', '2', etc...) quand il y a plusieurs liens vers TàD
 document.write  ('<A HREF="JavaScript:Doc_BL(\''+Marge+'\',\''+Titre+'\',\''+Sous_titre1+'\',\''+Sous_titre2+'\',\''+CorpsLien+'\',\''+References+'\')" ');
 document.write  ('onMouseOver="document.images.Docu'+Rang+'.src=\'../Images/DocuR.gif\'; AffMsg(\''+Zone+'\',\''+MsgDoc+'\'); return true" ');
 document.writeln('onMouseOut="document.images.Docu'+Rang+'.src=\'../Images/Docu.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/Docu.gif" BORDER="0" WIDTH="29" HEIGHT="20" NAME="Docu'+Rang+'"></A>&nbsp;');
}
//---------------- Lien vers un document sur fichier --------------
function Lien_notice_Fichier(Zone,Rang,MsgDoc,Fichier)
{
 // Rang est à utiliser ('1', '2', etc...) quand il y a plusieurs liens vers TàD
 document.write  ('<A HREF="JavaScript:Fen_Doc(\''+Fichier+'\')" ');
 document.write  ('onMouseOver="document.images.Docu'+Rang+'.src=\'../Images/DocuR.gif\'; AffMsg(\''+Zone+'\',\''+MsgDoc+'\'); return true" ');
 document.writeln('onMouseOut="document.images.Docu'+Rang+'.src=\'../Images/Docu.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/Docu.gif" BORDER="0" WIDTH="29" HEIGHT="20" NAME="Docu'+Rang+'"></A>&nbsp;');
}
//------------------------- Zoom sur le timbre -------------------
function Lien_Zoom(Zone,Fichier_Zoom)
{
 document.write  ('<A HREF="'+Fichier_Zoom+'" TARGET="Droite" ');
 document.write  ('onMouseOver="document.images.Loupe.src=\'../Images/LoupeR.gif\'; AffMsg(\''+Zone+'\',\''+MsgZoom+'\'+\''+SL1+'\'); return true" ');
 document.writeln('onMouseOut="document.images.Loupe.src=\'../Images/Loupe.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/Loupe.gif" BORDER="0" WIDTH="20" HEIGHT="20" NAME="Loupe"></A>&nbsp;');
}

//------------ Vers la liste des timbres par années --------------
function Lien_annees(Zone,Millesime)
{
 var Liste_annees="\'\<FONT COLOR=#00FF1A\>Tous les timbres de l’Ouest classés par \<B\>années\</B\>\</FONT\>\<BR\> - \<B\>Année "+Millesime+"\</B\> - \'";
 /* var Liste_annees="\'\ Tous les timbres de l’Ouest classés par années \'"; */
 document.write  ('<A HREF="../Annees.html#'+Millesime+'" TARGET="Droite" ');
 document.write  ('onMouseOver="document.images.Annee.src=\'../Images/AnneeR.gif\'; AffMsg(\''+Zone+'\','+Liste_annees+'); return true" ');
 document.writeln('onMouseOut="document.images.Annee.src=\'../Images/Annee.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/Annee.gif" BORDER="0" WIDTH="44" HEIGHT="20" NAME="Annee"></A>&nbsp;');
}

//---------------- Liste par N° Y&T et Cérès ---------------------
function Lien_Yvert_Tellier(Zone,PageYT)
{
 var LigneYT='<BR><B><FONT COLOR=#FF9A81>N° Yvert & Tellier : <FONT COLOR=#FFFFFF>'+NoYT+'</FONT> - N° Cérès : <FONT COLOR=#FFFFFF>'+NoCeres+'</FONT></FONT></B>'
 if (NoYT=='-') LigneYT='<BR><B><FONT COLOR=#FF9A81>N° Yvert & Tellier et N° Cérès non attribués</FONT></B>'
 if (NoYT=='') MsgYT='';
 document.write  ('<A HREF="../YT_Ceres_'+PageYT+'.html?NYT=#'+NoYT+'" TARGET="Droite" ');
 document.write  ('onClick="parent.DroiteBas.location.href=\'../Choix_No_YT_Ceres.html\'" ');
 document.write  ('onMouseOver="document.images.FDYT.src=\'../Images/F_YTR.gif\'; AffMsg(\''+Zone+'\',\''+NoYTC+'\'+\''+LigneYT+'\'); return true" ');
 document.writeln('onMouseOut="document.images.FDYT.src=\'../Images/F_YT.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="../Images/F_YT.gif" BORDER=0 WIDTH=50 HEIGHT=20  NAME="FDYT"></A>&nbsp;');
}

//------- Retour vers la liste des timbres du département --------
function Retour_departement(Zone,Dep,Fin)
{
 if (Fin!='#Fin') Fin='';
 var Liste_Dep='Liste'+Dep;
 if (Dep!='00')
 {
  Lg='40';
  Fleche='../Images/FD_'+Dep+'.gif';
  FlecheR='../Images/FDR_'+Dep+'.gif';
 }
 else
 {
  Lg='50';
  Fleche='../Images/F_France.gif';
  FlecheR='../Images/F_FranceR.gif';
 }
 document.writeln('<A HREF="Timbres.html'+Fin+'" TARGET="Droite" ');
 document.writeln('onMouseOver="document.images.FD'+Dep+'.src=\''+FlecheR+'\'; AffMsg(\''+Zone+'\','+Liste_Dep+'+\''+SL1+'\'); return true;" ');
 document.writeln('onMouseOut="document.images.FD'+Dep+'.src=\''+Fleche+'\'; EffMsg(\''+Zone+'\',\''+SL1+'\'); return true">');
 document.writeln('<IMG SRC="'+Fleche+'" BORDER=0 WIDTH='+Lg+' HEIGHT=20 NAME="FD'+Dep+'"></A>');
}

//--------- Zone d'affichage des messages de AffMsg --------------
function Zone_Messages(Zone)
{
 document.writeln('<DIV ALIGN="Center" CLASS="ZoneMsg" ID="'+Zone+'">&nbsp;'+SL1+'&nbsp;</DIV>');
}
//------------------ Fin de la barre des commandes ---------------
function FinBarre()
{
 document.writeln('</DIV>');
}
/******************** FIN DE LA BARRE DES COMMANDES **************/

/************************ Liens externes *************************/
//----------------- Début de la barre des commandes --------------
function DebLiens()
{
 document.writeln('<DIV ALIGN="Center">');
}

//--------------------- Lien vers Phil Info ----------------------
function Lien_PhilInfo(Zone,Rang,MsgLien,URL)
{
 // Rang est à utiliser ('1', '2', etc...) quand il y a plusieurs liens vers TàD
 var Phil_Info='\''+PhilInfo+'\'';
 document.write  ('<A HREF="'+URL+'" TARGET="Droite" ');
 document.write  ('onClick="parent.DroiteBas.location.href=\'../Liens/PhilInfo.html\';" ');
 document.write  ('onMouseOver="document.images.LaPoste'+Rang+'.src=\'../Images/LaPosteR.gif\'; AffMsg(\''+Zone+'\','+'\''+PhilInfo+'<BR>'+MsgLien+'\'); return true;" ');
 document.writeln('onMouseOut="document.images.LaPoste'+Rang+'.src=\'../Images/LaPoste.gif\'; EffMsg(\''+Zone+'\',\''+SL1+'\');  return true">');
 document.writeln('<IMG SRC="../Images/LaPoste.gif" BORDER="0" WIDTH="20" HEIGHT="20" NAME="LaPoste'+Rang+'"></A>&nbsp;');
}

//----------------- Lien externe sans fichier lien --------------
function Lien_sans_FichierLien(Zone,Rang,MsgLien,URL,Site,Coul,LienPhila)
{
 if (LienPhila=='Phila') // lien philatélique
 {
  var ImgLien='../Images/Lien_Phila.gif';
  var ImgLienR='../Images/Lien_PhilaR.gif';
 }
 else
 {
  var ImgLien='../Images/Lien.gif';
  var ImgLienR='../Images/LienR.gif';
 }
 document.writeln('<A HREF="'+URL+'" TARGET="Droite"');
 if (Site!='')
 document.writeln('onClick="Ref_Lien(Body_'+Site+',\''+Coul+'\',Ref_'+Site+');"');
 else
 document.writeln('onClick="Ref_Lien(\'\',\'\',\'\');" ');
 document.writeln('onMouseOver="document.images.Lien'+Rang+'.src=\''+ImgLienR+'\'; AffMsg(\''+Zone+'\','+'\''+MsgLien+'\'); return true;"');
 document.writeln('onMouseOut="document.images.Lien'+Rang+'.src=\''+ImgLien+'\'; EffMsg(\''+Zone+'\',\''+SL1+'\');  return true">');
 document.writeln('<IMG SRC="'+ImgLien+'" BORDER="0" WIDTH="29" HEIGHT="20" NAME="Lien'+Rang+'" ALT=""></A>&nbsp;');
}

//----------------- Lien externe avec fichier lien --------------
function Lien_avec_FichierLien(Zone,Rang,MsgLien,URL,FichierLien,LienPhila)
{
 if (LienPhila=='Phila') // lien philatélique
 {
  var ImgLien='../Images/Lien_Phila.gif';
  var ImgLienR='../Images/Lien_PhilaR.gif';
 }
 else
 {
  var ImgLien='../Images/Lien.gif';
  var ImgLienR='../Images/LienR.gif';
 }
 document.writeln('<A HREF="'+URL+'" TARGET="Droite" ');
 document.writeln('onClick="parent.DroiteBas.location.href=\''+FichierLien+'\';" ');
 document.writeln('onMouseOver="document.images.Lien'+Rang+'.src=\''+ImgLienR+'\'; AffMsg(\''+Zone+'\','+'\''+MsgLien+'\'); return true;" ');
 document.writeln('onMouseOut="document.images.Lien'+Rang+'.src=\''+ImgLien+'\'; EffMsg(\''+Zone+'\',\''+SL1+'\');  return true">');
 document.writeln('<IMG SRC="'+ImgLien+'" BORDER="0" WIDTH="29" HEIGHT="20" NAME="Lien'+Rang+'" ALT=""></A>&nbsp;');
}

//------------------ Fin de la barre des liens ---------------
function FinLiens()
{
 document.writeln('</DIV>');
}

// Retour vers le haut sur double click
function DoubleClick()
{
 window.scrollTo(0,0)
}
if (document.layers)
document.captureEvents(Event.ondblclick);
document.ondblclick=DoubleClick;
