function OuvreImage(url,x,y){
var aaa=Base+"voir.htm?REF="+url
	window.open(aaa,'PopupImg','height='+(y+26)+',width='+x)
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function ouvre(url){
	window.open(url,'Aide','height=500,width=500,scrollbars=yes')
}

function OuvrePopup(url){
	window.open(url,'Popup','height=700,width=1024,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;
 } 
}


function Detail(NumNews){
var aaa=Base+"news/general/voirnews.asp?NUMNEWS="+NumNews
//document.location=aaa;
	window.open(aaa,'DetailNews','height=450,width=622,scrollbars=yes,toolbar=no')
} 

function DetailAnimation(NumNews){
var aaa=Base+"news/informations/voirnews.asp?NUMNEWS="+NumNews
//document.location=aaa;
	window.open(aaa,'DetailNews','height=450,width=622,scrollbars=yes,toolbar=no')
} 