//var Base="http://marc/guides-pralognan/www/";
//var Base="http://www.arcalpin.com/temp/guides-pralognan/";
var Base="http://www.guides-pralognan.com/";



function Ouvre(url){
	window.open(url,'Aide','height=600,width=780,scrollbars=yes')
}

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;
 } 
}

var CouleurCellule;			// nécessaire
var CouleurFondMenu='transparent';
var CouleurFondMenuOver='transparent';

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) {
	if(IdCell!=''){
		document.getElementById(IdCell).style.backgroundColor=CouleurFondMenu;	
	}
}

function ouvre(url) {
  window.open(url,'Detail','width=440,height=230,toolbar=no')
}
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')
}
