//var Base="http://www.arcalpin.com/temp/lecloscerdan/"
//var Base="http://olivier/lecloscerdan/www/"
var Base="http://www.lecloscerdan.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')
}

var CouleurFondMenu="#990000"
var CouleurFondSousMenu="#E5C0A5"

function ChangeColorCellule(IdCell,Couleur) {
	var cc=Couleur||CouleurFondMenu;
	if((IdCell!='')&&(document.getElementById(IdCell)!=null)){
		document.getElementById(IdCell).style.backgroundColor=cc;	
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function DetailProduit(theURL) { 
  window.open(theURL,'DetailProduit','width=675,height=520');
}

function ChangeTitrePage(Titre){
	if (parent.document.getElementById){
		parent.document.getElementById('TitrePage').innerHTML=Titre;
	}else{
		document.write("<span class='ProduitsGammeTitre'>"+Titre+"</span>");
	}
}

