﻿// Fichier JScript
function TaillePage() {
    x=window.screen.width;
    y=window.screen.height;
    window.moveTo(0,0);
    window.resizeTo(x,y);

}

function Histo() {
var x= history.length ;
if (x>1) 
    {history.go(-x+1)}
else    
    {history.go(-1);}

//return true;
}

function CRight(E) {
    if (navigator.userAgent.indexOf('Mozilla')== -1) {
       if (event.button==2 || window.event.button==3) {
            alert('Copyright France Galop  - 2009'); 
            return false; }
        else 
            { return true;}
       }     
    else
        {// Pour NS ??
         //alert('Copyright France Galop  - 2009'); 
        return true;
    }
}


