function ejs_img_fx(img){	
	if(img && img.filters && img.filters[0]){
		img.filters[0].apply();
		img.filters[0].play();
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function modif(img, titre, texte, lien, url){
	document.main.src = img;
	document.getElementById("titre").firstChild.nodeValue = titre;
	document.getElementById("texte").firstChild.nodeValue = texte;
	document.getElementById("lien").href = url;
	document.getElementById("lien").firstChild.nodeValue = lien;
	document.getElementById("img_lien").href = url;
}
