<!--
function changeLiens(val, lien)
	{
   var txt = document.getElementById(val);
   txt.href=lien;
	}

function openWindowSize (theURL, winName)
	{ 
	window.open (theURL, 'EPI', 'width=795, height=600, toolbar=0, menubar=0, scrollbars=0, resizable=1');
	}
//-->
