function ShowClub() {
//  document.write("<tr><td colspan=2 bgcolor='#00BB00'><font color='#FFEE00'><b>"+Prov+" - "+Activ+"</b></font></td></tr>")
  if ((Prov=="ALL")|(Prov==Province)) {
    if (Activ=="ALL")            Publish=1
    if((Activ=="PTF")& (PTF==1)) Publish=1
    if((Activ=="GV" )& (VM ==1)) Publish=1
    if((Activ=="HT" )& (HT ==1)) Publish=1
    if((Activ=="MER")& (PM ==1)) Publish=1
    if((Activ=="EC" )&((EI==1)|(ED==1)|(CB==1))) Publish=1
  }

  if (Publish==1) {
    document.write("<tr><td bgcolor=#");
    if (Parite==1)document.write("C0E6FF");else document.write("E5F0FF")
    document.write(" valign='top' align='right' style='margin-top: 11'><p style='font-size: 18px'><b>&nbsp;"+Numero+".&nbsp;") ;
    document.write("</b></p></td><td bgcolor=#");
    if (Parite==1)document.write("C0E6FF");else document.write("E5F0FF")
    document.write(">")
    Numero = Numero+1;
    Parite = Parite+1;if (Parite==3)Parite=1
    document.write("<p>")
    if(Logo.length>0) {
      if(Link.length>0)document.write("<a href='http://"+Link+"' target='_blank'>")
      document.write("<img src='../clubs/"+Logo+"' height='"+LogoHeight+"' border='"+LogoBorder+"' style='float: Left'></a>")
      document.write("<img src='../images/spacer.gif' width='5' height='"+LogoHeight+"' style='float: Left'>")
    }
/*  if(VHF==1) {
      document.write("<img src='../clubs/radio.gif'       border='0' width='20' height='20' style='float: Right' ")
      document.write("alt='Ce club organise des cours préparatoires au certificat restreint de radiotéléphoniste'> ")
    }
*/
    if(CB==1)  {
      document.write("<img src='../clubs/cabinier.gif'    border='0' width='20' height='20' style='float: Right' ")
      document.write("alt='Ce club organise des cours préparatoires au Brevet de Yachtman (SPF Mobilité et Transport) ")
      document.write("et/ou aux brevets côtiers et hauturiers.&nbsp; Ces brevets sont reconnus par la ")
      document.write("F.F.Y.B., la F.R.B.Y. et certaines autorités étrangères'> ")
    }
    if(EI==1)  {
      document.write("<img src='../clubs/eauxint.gif'     border='0' width='20' height='20' style='float: Right' ")
      document.write("alt='Ce club organise des cours préparatoires au brevet &laquo;&nbsp;Navigation en Eaux ")
      document.write("intérieures&nbsp;&raquo; (SPF Mobilité et Transport)'> ")
    }
    if(ED==1)  {
      document.write("<img src='../clubs/deriveur.gif'    border='0' width='20' height='20' style='float: Right' ")
      document.write("alt='Ce club organise des cours préparatoires à la pratique du dériveur.<br>Le brevet est ")
      document.write("reconnu par la F.F.Y.B. , l'ADEPS et la F.R.B.Y.'> ")
    }
    if(JS==1)  {
      document.write("<img src='../clubs/jetsport.gif'    border='0' width='20' height='20' style='float: Right' ")
      document.write("alt='Ce club pratique le Jet Sport'> ")
    }
    if(PTF==1) {
      document.write("<img src='../clubs/moteur.gif'      border='0' width='20' height='20' style='float: Right' ")
      document.write("alt='Ce club pratique la Plaisance et le Tourisme Fluvial'> ")
    }
    if(VM==1)  {
      document.write("<img src='../clubs/voilemer.gif'    border='0' width='20' height='20' style='float: Right' ")
      document.write("alt='Ce club pratique la Plaisance en Mer'> ")
    }
    if(PAV==1) {
      document.write("<img src='../clubs/planche.gif'     border='0' width='20' height='20' style='float: Right' ")
      document.write("alt='Ce club pratique la Planche à Voile'> ")
    }
    if(PV==1)  {
      document.write("<img src='../clubs/petitevoile.gif' border='0' width='20' height='20' style='float: Right' ")
      document.write("alt='Ce club pratique le dériveur'> ")
    }

    document.write("<b><span style='font-size: 18px'>"+Acronym+"</span>&nbsp; "+Name+"</b><br>"+Adress+"</p>") ;
    Items=0;
    if(Contact.length>0){
      document.write("<p><b>Contact&nbsp;:</b> "+Contact)
      if(ContactMail.length>0)document.write("&nbsp;&#150; <a href='mailto:"+ContactMail+"'>"+ContactMail+"</a>")
      Item=1
    }
    if(Link.length>0){
      if(Item==0){document.write("<p>")}else{document.write("<br>")}
      document.write("<b>Site internet :</b> <a href='http://"+Link+"' target='_blank'>"+Link+"</a>");Item=1
    }
    if(Mail.length>0){
      if(Item==0)document.write("<p>");else document.write("<br>")
      document.write("<b>Adresse électronique : </b><a href='mailto:"+Mail+"'>"+Mail+"</a>")
    }
    document.write("</p></td></tr>") 
  }
  Reset()
}
// LIGNE 44
function Reset() {
  Publish=0
  Acronym="";Name="";Logo="";LogoBorder=0;PV=0;PAV=0;VM=0;PM=0;PTF=0;JS=0;HT=0;EI=0;ED=0;CB=0;VHF=0
  Adress="";Contact="";ContactMail="";Link="";Mail=""
}

Reset()

//   ***   LIGNE 52   ***
if (Activ=="ALL") {
  document.write("<body bgcolor='#80CCFF' text='#000000' link='#0000C0' vlink='#800080' alink='#0000FF'>")

  document.write("<div style='font-family: Verdana, Arial, Helvetica'>")

  document.write("<h1>Clubs affiliés :</h1><center><table width='600'>")
  document.write("<tr><td align='center' colspan='2'>")
  document.write("<table border='1' bgcolor='#DD0000' width='100%' cellspacing='0' cellpadding='3'>")
  document.write("<tr><td><b><font color='#FFDD00'>Pratique : Les clubs identifiés par un des logos suivants pratiquent ")
  document.write("principalement ou exclusivement&nbsp;:<br><center>")
  document.write("<table border='0' width='80%'><tr>")
  document.write("<td style='font-size: 10px; color: #FFDD00; font-weight: Bold'>")
  document.write("<img src='../clubs/petitevoile.gif' border='0' width='20' height='20'>&nbsp; la petite voile (dériveur)<br>")
  document.write("<img src='../clubs/planche.gif' border='0' width='20' height='20'>&nbsp; la planche à voile<br>")
  document.write("<img src='../clubs/voilemer.gif' border='0' width='20' height='20'>&nbsp; la voile en mer (habitables)</td>")
  document.write("<td style='font-size: 10px; color: #FFDD00; font-weight: Bold'>")
  document.write("<img src='../clubs/moteur.gif' border='0' width='20' height='20'>&nbsp; la plaisance moteur<br>")
  document.write("<img src='../clubs/jetsport.gif' border='0' width='20' height='20'>&nbsp; le jet-sport")
  document.write("</td></tr></table></center></td></tr>")
  document.write("<tr bgcolor='#0000DD'><td><b><font color='#FFDD00'>Enseignement : ")
  document.write("Les clubs identifiés par un des logos suivants peuvent vous préparer&nbsp;:<br><center>")
  document.write("<table border='0' width='80%'><tr>")
  document.write("<td width='28' valign='top'>")
  document.write("<img src='../clubs/deriveur.gif' border='0' width='20' height='20'></td>")
  document.write("<td style='font-size: 10px; color: #FFDD00; font-weight: Bold' valign='top'>")
  document.write("à la pratique du dériveur.<br>Leurs brevets sont reconnus par la F.F.Y.B. , l'ADEPS et la F.R.B.Y.</td></tr>")
  document.write("<tr><td width='28' valign='top'><img src='../clubs/eauxint.gif' border='0' width='20' height='20'></td>")
  document.write("<td style='font-size: 10px; color: #FFDD00; font-weight: Bold' valign='top'>au brevet &quot;Navigation ")
  document.write("Eaux intérieures&quot; (SPF Mobilité et Transport)</td></tr>")
  document.write("<tr><td width='28' valign='top'><img src='../clubs/cabinier.gif' border='0' width='20' height='20'></td>")
  document.write("<td style='font-size: 10px; color: #FFDD00; font-weight: Bold' valign='top'>au Brevet de Yachtman (SPF ")
  document.write("Mobilité et Transport) et/ou aux brevets côtiers et hauturiers.&nbsp; Ces brevets sont reconnus par la ")
  document.write("F.F.Y.B., la F.R.B.Y. et certaines autorités étrangères</td></tr>")
/*
  document.write("<tr><td width='28' valign='top'><img src='../clubs/radio.gif' border='0' width='20' height='20'></td>")
  document.write("<td style='font-size: 10px; color: #FFDD00; font-weight: Bold' valign='top'>au Certificat Restreint ")
  document.write("de Radiotéléphoniste</td></tr>")
*/
  document.write("</table></td></tr></table></td></tr>")

// ligne  90
// *****************************************************
// ***   C H O I X    D E    LA    P R O V I N C E   ***
// *****************************************************
  document.write("<tr><td colspan='2'><table width='100%'><tr>")
  if (Prov!=="ALL") document.write("<td style='text-align: Center; font-size: 11px; font-weight: Bold'><a href='main.html'>Toutes les provinces</a></td>")
  if (Prov!=="RBC") document.write("<td style='text-align: Center; font-size: 11px; font-weight: Bold'><a href='rbc.html'>Région de Bruxelles-Capitale</a></td>")
  if (Prov!=="BW")  document.write("<td style='text-align: Center; font-size: 11px; font-weight: Bold'><a href='bw.html'>Province de Brabant Wallon</a></td>")
  if (Prov!=="HT")  document.write("<td style='text-align: Center; font-size: 11px; font-weight: Bold'><a href='ht.html'>Province de Hainaut</a></td>")
  if (Prov!=="LG")  document.write("<td style='text-align: Center; font-size: 11px; font-weight: Bold'><a href='lg.html'>Province de Liège</a></td>")
  if (Prov!=="LX")  document.write("<td style='text-align: Center; font-size: 11px; font-weight: Bold'><a href='lx.html'>Province de Luxembourg</a></td>")
  if (Prov!=="NR")  document.write("<td style='text-align: Center; font-size: 11px; font-weight: Bold'><a href='nr.html'>Province de Namur</a></td>")
  document.write("</tr></table></td></tr>")

// ligne 104 
// *************************************************************
// ***   N O T E   L A C S   D E   L' E A U   D' H E U R E   ***
// *************************************************************

  if (Prov=="NR") {
    document.write("<tr><td colspan='2' style='text-align: Center; font-size: 13px; color: #DD0000; font-weight: Bold'>")
    document.write("NOTE : les sièges sociaux des clubs des lacs de l'Eau d'Heure <br>sont situés dans des communes de la ")
    document.write("province de Namur, mais l'activité se déroule sur le territoire de la <a href='ht.html'>province de ")
    document.write("Hainaut</a>&nbsp;!</td></tr>") }
}

