// variable pour le calcul du total de commande

function DisplayBasPage()
  {
    var output ;
    output  = "<DIV ALIGN=\"CENTER\"><CENTER>";
    output += "<HR WIDTH=\"400\" SIZE=\"2\">";
    output += "<TABLE><TR><TD WIDTH=\"120\"><CENTER>";
    output += "<A HREF=\"javascript:history.go(-1)\"><IMG SRC=\"..\/..\/images\/fr\/icoret-on.gif\" WIDTH=\"50\" HEIGHT=\"50\" BORDER=\"0\" ALT=\"http:\/\/www.poisson-saint-eloi.fr\"><\/A>";
    output += "&nbsp;<A HREF=\"http:\/\/www.poisson-saint-eloi.fr\" TARGET=\"_top\">";
    output += "<IMG SRC=\"..\/..\/images\/fr\/icohome-on.gif\" WIDTH=\"50\" HEIGHT=\"50\" BORDER=\"0\" ALT=\"http:\/\/www.poisson-saint-eloi.fr\"><\/A>";
    output += "<\/CENTER><\/TD>";
    output += "<TD WIDTH=\"280\"><CENTER><FONT FACE=\"Times\" SIZE=\"-1\">Pour toute information supplémentaire :<BR>";
//  output += "<A HREF=\"mailto:informatique@poisson-saint-eloi.fr\">informatique@poisson-saint-eloi.fr<\/A><BR>";
    output += "<A HREF=\"..\/..\/ecrire.htm\">informatique@poisson-saint-eloi.fr<\/A><BR>";
    output += "117 rue Garibaldi - 94107 St-Maur cédex FRANCE<\/FONT><\/CENTER><\/TD>";
    output += "<\/TR><\/TABLE>";
    output += "<\/CENTER><\/DIV>";
    document.write(output);
  }

function DisplayBasPage_N1()
  {
    var output ;
    output  = "<DIV ALIGN=\"CENTER\"><CENTER>";
    output += "<HR WIDTH=\"400\" SIZE=\"2\">";
    output += "<TABLE><TR><TD WIDTH=\"120\"><CENTER>";
    output += "<A HREF=\"javascript:history.go(-1)\"><IMG SRC=\"..\/images\/fr\/icoret-on.gif\" WIDTH=\"50\" HEIGHT=\"50\" BORDER=\"0\" ALT=\"http:\/\/www.poisson-saint-eloi.fr\"><\/A>";
    output += "&nbsp;<A HREF=\"http:\/\/www.poisson-saint-eloi.fr\" TARGET=\"_top\">";
    output += "<IMG SRC=\"..\/images\/fr\/icohome-on.gif\" WIDTH=\"50\" HEIGHT=\"50\" BORDER=\"0\" ALT=\"http:\/\/www.poisson-saint-eloi.fr\"><\/A>";
    output += "<\/CENTER><\/TD>";
    output += "<TD WIDTH=\"280\"><CENTER><FONT FACE=\"Times\" SIZE=\"-1\">Pour toute information supplémentaire :<BR>";
    output += "<A HREF=\"..\/ecrire.htm\">informatique@poisson-saint-eloi.fr<\/A><BR>";
    output += "117 rue Garibaldi - 94107 St-Maur cédex FRANCE<\/FONT><\/CENTER><\/TD>";
    output += "<\/TR><\/TABLE>";
    output += "<\/CENTER><\/DIV>";
    document.write(output);
  }

function select(i) {
        if (document.images) {
                var src = document.images[i].src;
                var off = src.lastIndexOf("off");
                if (off != -1) {
                        var newsrc = src.substring(0, off) + "on";
                        document.images[i].src = newsrc + ".gif";
                }
        }
}

function deselect(i) {
        if (document.images) {
                var src = document.images[i].src;
                var on = src.lastIndexOf("on");
                if (on != -1) {
                        var newsrc = src.substring(0,on) + "off" + src.substring(on + 2, src.length);
                        document.images[i].src = newsrc;
                }
        }
}


function protege() 
  {
    extension='.htm' 
    var motdepasse=prompt("Accès protégé, entrez votre mot de passe","")
    if (motdepasse==null){}
    else{
    window.location=motdepasse+extension}  
  }



