<!--

//Date et heure
function Heure() {
jours = new Array ("dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi");
mois = new Array ("janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre");
d=new Date;
if (d.getHours()<10) {h="0"+d.getHours()};
else {h=d.getHours()};
if (d.getMinutes()<10) {min="0"+d.getMinutes()};
else {min=d.getMinutes()};
if (d.getSeconds()<10) {sec="0"+d.getSeconds()};
else {sec=d.getSeconds()};
j=jours[d.getDay()];
if (d.getDate()<10) {n="0"+d.getDate()};
else {n=d.getDate()};
m=mois[d.getMonth()];
a=d.getYear();
txt=""+j+" "+n+" "+m+" "+a+" - "+h+":"+min+":"+sec;
Calk.innerHTML = txt;
setTimeout("Heure()", 1000);
}

//

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

//Fonction Preload images

var tabimg;

function preload() {
	tabimg=new load("http://eurofootball2004.com/images/home/fondhome.jpg","http://eurofootball2004.com/images/fondfrance.jpg","http://eurofootball2004.com/images/fondruss.jpg","http://eurofootball2004.com/images/fondesp.jpg","http://eurofootball2004.com/images/fondgrece.jpg","http://eurofootball2004.com/images/fondport.jpg","http://eurofootball2004.com/images/fondhome2.jpg","http://eurofootball2004.com/images/fondhist.jpg","http://eurofootball2004.com/images/bt1on.gif","http://eurofootball2004.com/images/bt2on.gif","http://eurofootball2004.com/images/bt3on.gif","http://eurofootball2004.com/images/bt5on.gif","http://eurofootball2004.com/images/bt6on.gif","http://eurofootball2004.com/images/bt7on.gif","http://eurofootball2004.com/images/bt8on.gif","http://eurofootball2004.com/images/bt9on.gif","http://eurofootball2004.com/images/bt1on_anim.gif","http://eurofootball2004.com/images/ssnav/fleche_on.gif");
	// Indiquez ici la liste des urls des images à précharger
	setTimeout("Verifie()",200);
}

function FinPreload() {
}

function load() {
        if (document.images) {
                this.length=load.arguments.length;
                for (var i=0;i<this.length;i++) {
                        this[i+1]=new Image();
                        this[i+1].src=load.arguments[i];
                }
        }
}
function Verifie() {
        var ok=1;
        if (document.images) {
                for (var i=0;i<tabimg.length;i++) {
                        if (!(tabimg[i+1].complete)) {ok=0}
                }
        }
        if (ok) {FinPreload()}
        else {setTimeout("Verifie()",200)}
}
//-->

function noclic(clicno) {
var mess="Toutes les informations (dépêches, logos) sont protégées\npar des droits de propriété intellectuelle détenus par leurs\npropriétaires.\n\nPar conséquent, aucune des informations ne peut être \nreproduite, modifiée, transmise, rediffusée, traduite, vendue, \nexploitée commercialement ou réutilisée de quelque manière\nque ce soit sans l'accord préalable écrit de leurs auteurs.";
if (navigator.appName == 'Netscape' && clicno.which==3) {
alert(mess);
return false;}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(mess);
return false;
}
return true;
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown = noclic;
