var fenAide
function Call_fAide(theURL,winName,features) {
if (typeof(fenAide)!="object" || (fenAide.closed ==true))
	fenAide=window.open(theURL,winName,features);
else fenAide.location.replace(theURL);
	fenAide.focus();
}