//var Base="http://yannick/les-carrettes/www/"
var Base="http://www.caveaucourchevel.com/"



/******************************************************************************
* utils.js                                                                 *
*                                                                             *
* (c) Alliance Réseaux MY 1998-2004                                                                            *
*                                                                             *
*                                                                             *
******************************************************************************/

function ClickSurCase(obj) {
 var taille = obj.all.length;
 var i;
// Debug(obj);
 for(i=0;i<taille;i++) {
  if (obj.all[i].tagName.toUpperCase()=="A") top.location.href = obj.all[i].href;
//Debug(obj.tagName);
//  if (obj.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')
}

function Debug(obj){
	var res=""
	for (n in obj) {
		res+=n+"<br>";
	}
	document.write(res);
}


var CouleurFondMenu="#F0F0F0"
var CouleurFondMenuOver="#FFFFFF"

function ChangeColorCellule(IdCell,Couleur) {
	var cc=Couleur||CouleurFondMenu;
	if(IdCell!=''){
		document.getElementById(IdCell).style.backgroundColor=cc;	
	}
}

function ChangeColorOut(TT) {
	TT.style.backgroundColor=CouleurCellule;
}

function ChangeColorOver(TT) {
	CouleurCellule=TT.style.backgroundColor;
	TT.style.backgroundColor=CouleurFondMenuOver;
	TT.style.cursor='hand';
	
}

