LastRev=""

Vandaag = new Date()
Datum   = Vandaag.getFullYear()*10000+(Vandaag.getMonth()+1)*100+Vandaag.getDate()

//  Pn = 0 indique que le logo NE SERA PAS affiché !!!

P1 =0 ; End1 =20070210 ; Sponsor1 ="fortis"     ; Alt1 ="Fortis Bank - Fortis Banque"         ; if(Datum>End1 )P1 =0
//  Part BoatShow

P2 =1 ; End2 =20080106 ; Sponsor2 ="nexis"      ; Alt2 = "Nexis IT Infrastructure & Services" ; if(Datum>End2 )P2 =0
//  Prêt Mat Informatique

P3 =1 ; End3 =20070210 ; Sponsor3 ="vanlaer"    ; Alt3 ="Van Laer Yachting"                   ; if(Datum>End3 )P3 =0
//  Part BoatShow

P4 =1 ; End4 =20061231 ; Sponsor4 ="bosmans"    ; Alt4 ="Bosmans Yachting and Surfing"        ; if(Datum>End4 )P4 =0
//  Souscription provisoire

P5 =1 ; End5 =20080209 ; Sponsor5 ="duvel"      ; Alt5 ="Brouwerij Moortgat - Duvel"          ; if(Datum>End5 )P5 =0
//  Part BoatShow

P6 =1 ; End6 =20080209 ; Sponsor6 ="vedett"     ; Alt6 ="Brouwerij Moortgat - Vedett"         ; if(Datum>End6 )P6 =0
//  Part BoatShow

P7 =0 ; End7 =20080209 ; Sponsor7 ="ezdock"     ; Alt7 ="EZ Dock - The Floating Solution"     ; if(Datum>End7 )P7 =0
//  Part BoatShow

P8 =1 ; End8 =20070210 ; Sponsor8 ="passion"    ; Alt8 ="Passion - Windsurf-Kitesurf-Boats"   ; if(Datum>End8 )P8 =0
//  Part BoatShow

P9 =1 ; End9 =20061231 ; Sponsor9 ="golfclub"   ; Alt9 ="Golf Club Cleydael-de Drie Eycken"   ; if(Datum>End9 )P9 =0
//  Souscription provisoire

P10=1 ; End10=20080215 ; Sponsor10="arc"        ; Alt10="ARC" ; if(Datum>End10)P10=0
//  Part Election Yachtman

P11=1 ; End11=20080215 ; Sponsor11="marineelectronics" ; Alt11="Marine Electronics"           ; if(Datum>End11)P11=0
//  Part Election Yachtman

P12=1 ; End12=20080209 ; Sponsor12="fortisyachtF" ; Alt12="Fortis Yacht Services" ; if(Datum>End12)P12=0
//  Part Boatshow 2007

P13=1 ; End13=20080209 ; Sponsor13="fortisyachtN" ; Alt13="Fortis Yacht Services" ; if(Datum>End13)P13=0
//  Part Boatshow 2007
P14=0 ; End14=0 ; Sponsor14=""           ; Alt14="" ; if(Datum>End14)P14=0

P15=0 ; End15=0 ; Sponsor15=""           ; Alt15="" ; if(Datum>End15)P15=0

P16=0 ; End16=0 ; Sponsor16=""           ; Alt16="" ; if(Datum>End16)P16=0

/*
P1 =0 ; S1 ="marina"    ;
P3 =0 ; S3 ="espacevin" ;
P6 =0 ; S6 ="huysman"   ;
P7 =0 ; S7 ="zeilen"    ;
*/

NbButtons=P1+P2+P3+P4+P5   +P7+P8+P9+P10+P11+P12    +P14+P15+P16

ShowButtons=2
if(NbButtons> 4)ShowButtons=3
if(NbButtons> 9)ShowButtons=4
if(NbButtons>16)ShowButtons=5
ShowButtons=Math.min(NbButtons,ShowButtons)

LeftCol=164

sfHover = function() {
  var sfEls = document.getElementById("nav").getElementsByTagName("LI");
  for (var i=0; i<sfEls.length; i++) {
    sfEls[i].onmouseover=function() { this.className+=" sfhover"; }
    sfEls[i].onmouseout =function() { this.className=this.className.replace(new RegExp(" sfhover\\b"), ""); }
  }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

document.write("<body style='background-color: #F4F8FF' leftmargin=2 topmargin=0>")
document.write("<table width='100%' border=0 cellpadding=0 cellspacing=0>")
document.write("<tr><td height=32 colspan=3 background='"+Root+"img/headerlines1.gif'></td></tr>")
document.write("<tr><td height= 4 colspan=3 bgcolor='white'></td></tr>")
document.write("<tr><td height=56 colspan=3 background='"+Root+"img/headerback1.gif' align='left' valign='top'>")
document.write("<img src='"+Root+"img/header1.gif'></td></tr>") 
