
function MenuItem(Caption,Target) {
  document.write("<tr><td class='menu' height=38 width=90><a href='")
  if(Target.substr(0,1)!=="#") document.write(Root)
  document.write(Target+"'>"+Caption+"</a></td></tr>");
}

//function Menu() {
  Aujourdhui = new Date();
  Jour       = Aujourdhui.getDate();
  Mois       = Aujourdhui.getMonth();
  JourAnnee  = 100*Mois+100+Jour;
  Today      = 10000*Aujourdhui.getFullYear()+JourAnnee
  ThisYear   = Math.round(Today/10000)

  if(navigator.appName!=="Microsoft Internet Explorer") {
    document.write("<table border=0 cellpadding=5 cellspacing=0 style='position: fixed; top: 193; left: 10; bottom: auto; right: Auto'>")
    document.write("<tr><td><img src='"+Root+"images/spacer.gif' width=80 height=10></font></td></tr>");


    if(screen.height>800) MenuItem("&uArr; TOP &uArr;","#top")
//    MenuItem("Home","spip/spip.php?page=home")
    MenuItem("Home","main.html")
    MenuItem("Rules","rules/main.html")
    MenuItem("Nations","nations.html")
    MenuItem("History","history.html")
    MenuItem("Calendar","calendarEM"+ThisYear+".html")
    MenuItem("Results","results/main.html")
    MenuItem("Photos","photos.html")
    MenuItem("Forum","forum")
    MenuItem("Links","links.html")
    if(screen.height>800) MenuItem("&dArr; BOTTOM &dArr;","#bottom")

    document.write("</table>") 
  }
//}