//var Base="http://www.arcalpin.com/temp/voyages-gonthier/";
//var Base="http://yannick/voyages-gonthier/www/";
//var Base="http://marc/voyages-gonthier/www/";
var Base="http://www.voyages-gonthier.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
var CouleurFondMenuOver='#EBF2BA';
var CouleurFondMenuSelect='#FDF99E';

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;	
	}
}


function ChangeRollOver(IdCell) {
	if(IdCell!=''){
		document.getElementById("menu"+IdCell).src=eval("DQM_rollover_image"+IdCell);
	}
}
