//var Base="http://www.arcalpin.com/temp/loucastelet/www/fr/";
//var Base="http://marc/loucastelet/www/fr/";
var Base="http://www.lou-castelet.com/fr/";


//---------------------Sélection menu CSS-------------------
function SelectionMenu(IdCell) {
 if((IdCell!='')&&(document.getElementById(IdCell)!=null)){
  document.getElementById(IdCell).className="SelectMenu";
 }
}

function SelectionMenuHaut(IdCell) {
 if((IdCell!='')&&(document.getElementById(IdCell)!=null)){
  document.getElementById(IdCell).className="SelectMenuHaut";
 }
}

function VoirImage(Img,txt){
	window.open(Base+"voirimage.asp?I="+Img+"&T="+txt,'Image','height=200,width=300,resizable=yes')
}
function VoirImage2(Img,txt){
	window.open(Base+"voirimage.asp?I="+Img+"&T="+txt,'Image','height=500,width=980,resizable=yes')
}



