function Header() { 
  document.write("<body style='background-color: #EFF3FF; ")
  Back = "background-image: URL("+Root+"style/jamaiscciii_"
  if (screen.width>2560)                       Back=Back+1
  if((screen.width>1920)&(screen.width<=2560)) Back=Back+2
  if((screen.width>1600)&(screen.width<=1920)) Back=Back+3
  if((screen.width>1440)&(screen.width<=1600)) Back=Back+4
  if((screen.width>1280)&(screen.width<=1440)) Back=Back+5
  if((screen.width>1024)&(screen.width<=1280)) Back=Back+6
  if((screen.width> 800)&(screen.width<=1024)) Back=Back+7
  if                     (screen.width<= 800)  Back=Back+8

  document.write(Back+".jpg); background-repeat: no-repeat; background-position: bottom center; background-attachment: fixed; ")
  document.write("margin-top: 10; margin-left: 10; margin-right: 10'><table border=0 cellpadding=0 cellspacing=0 width='100%'>")
  document.write("<tr><td width=100><img src='"+Root+"style/JamaisCCIIIlogo.gif' width=100 height=72></td><td><table ")
  document.write("align='center'><tr><td style='text-align: Center; vertical-align: Bottom; background-image:URL(")
  document.write(String.fromCharCode(34)+Root+"style/J.gif"+String.fromCharCode(34)+"); background-repeat: no-repeat'><p ")
  document.write("style='font-family: Comic Sans MS; font-size: 60px; color: #050350; font-weight: Bold; margin-left: 50'>")
  document.write("<i>amais <font color='#2C3798'>CC</font><font color='#E81926'>III</font</i></p></td></tr></table></td>")
  document.write("<td width=100><img src='"+Root+"style/MCB.gif' width=100 height=70></td></tr></table>")
}

function Links() {
  document.write("<br><table width=680 align='center' background='style/light2.gif'><tr><td align='center'")
  if (ThisPage!=="Index") document.write(" width='20%'")
  document.write("><a href='"+Root+"../index.html' style='font-size: 11px'><b>&lArr;&nbsp;retour pages de Philippe De&nbsp;Troy&nbsp;</b></a></td>")
  if (ThisPage!=="Index") {
    document.write("<td align='center' width='20%'>")
    document.write("<a href='"+Root+"index.html' style='font-size: 11px'><b>&lArr;&nbsp;Retour&nbsp;Index Jamais&nbsp;CCIII&nbsp;</b></a></td>")
  }
  if ((ThisPage!=="Calendar")&(ThisPage!=="Index")) ShowThisLink("Calendrier","calendrier")
  if ((ThisPage!=="Results" )&(ThisPage!=="Index")) ShowThisLink("Résultats" ,"resultats" )
  if ((ThisPage!=="Crew"    )&(ThisPage!=="Index")) ShowThisLink("Equipage"  ,"crew"      )
  if ((ThisPage!=="Team"    )&(ThisPage!=="Index")) ShowThisLink("RacingTeam","team"      )
  if ((ThisPage!=="Links"   )&(ThisPage!=="Index")) ShowThisLink("Liens"     ,"links"     )
  if ((ThisPage!=="Album"   )&(ThisPage!=="Index")) ShowThisLink("Album"     ,"album/09-1")
}
function ShowThisLink(Txt,Lnk) {
  document.write("<td align='center' width='20%'>&nbsp;<a href='"+Root+Lnk+".html' style='font-size: 11px'><b>"+Txt+"&nbsp&rArr;</b></a></td>")
}

function A(B,C,D) {
  E=String.fromCharCode(2*2*2*2*2*2)
  F=String.fromCharCode(2*2*2*2*2+2*2*2+2*2+2)
  M=B+E+D+F+C
//  M="philippe@detroy.org"
  document.write("<a h"+"ref"+"='m"+"ail"+"to:"+M+"'>"+M+"</a>")
}