//var Base="http://matthieu/passy-flash-uk/www/"
var Base="http://www.passy-mont-blanc.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')
}

function Debug(obj){
	var res=""
	for (n in obj) {
		res+=n+"<br>";
	}
	document.write(res);
}



