//var Base="http://www.arcalpin.com/temp/esf-ozenoisans/";
//var Base="http://yannick/esf-ozenoisans/www/";
//var Base="http://marc/esf-ozenoisans/www/";
var Base="http://www.esf-ozenoisans.com/";



function ClickSurCase(obj) {
 var taille = obj.all.length;
 var i;
 for(i=0;i<taille;i++) {
  if (obj.all[i].tagName.toUpperCase()=="A") top.location.href = obj.all[i].href;
 } 
}
 
 
 function VoirImage(Img,txt){
	window.open(Base+"voirimage.asp?I="+Img+"&T="+txt,'Image','height=200,width=300,resizable=yes')
}

var CouleurCellule;			// nécessaire
var CouleurFondMenu='#FCF2EA';
var CouleurFondSousMenu="#E5C0A5"	//#FFD6CC#F78B72

function ChangeColorOut(TT) {
	TT.style.backgroundColor=CouleurCellule;
}

function ChangeColorOver(TT) {
	CouleurCellule=TT.style.backgroundColor;
	TT.style.backgroundColor=CouleurFondMenuOver;
	TT.style.cursor='hand';
	
}

function ChangeColorCellule(IdCell,Couleur) {
	var cc=Couleur||CouleurFondMenu;
	if((IdCell!='')&&(IdCell!='T0')){
		document.getElementById(IdCell).style.backgroundColor=cc;	
	}
}
