// JavaScript Document
var ns4=document.layers
var ie4=document.all
var ns6=document.getElementById&&!document.all

function RollOver(img,lien) {
document.images[img].src=lien;
}

function cell_on(cellule){
document.getElementById(cellule).bgColor = '#FFFAE5';
}
function cell_off(cellule){
document.getElementById(cellule).bgColor = '#FDFCF8';
}

function mailpage()
{
 chaine_mail = "mailto:?subject=Creations et savoir-faire 2005";
 chaine_mail += "&body= Je te recommande cette page du site EuroBTP : ";
 chaine_mail += ""+ location.href; 
 location.href = chaine_mail;
}
