//var Base="http://www.arcalpin.com/temp/saintjeandemaurienne/";
var Base="http://www.bottieres-jarrier.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);
	}
}

function SelectionListe(NomChamp,Valeur) {
	if(document.getElementById(NomChamp)){
		var NomCombo=document.getElementById(NomChamp);
		for (i=0; i<NomCombo.length;i++){
			if(NomCombo[i].value==Valeur){				
				NomCombo.selectedIndex=i;			
			}
		}
	}	
}

//---------------------Sélection menu CSS-------------------
function SelectionMenuCss(IdCell) {
 if((IdCell!='')&&(document.getElementById(IdCell)!=null)){
  document.getElementById(IdCell).className="SelectMenu";
 }
}

/******************************************
	Affichage sur Googlemaps
******************************************/
function OuvreGoogleMaps(Id,Lat,Lon){
	window.open(Base+"voirgooglemaps.asp?Id="+Id+"&Lat="+Lat+"&Lon="+Lon,'Popup','width=500,height=400,scrollbars=no,toolbar=yes')
}