<!--
//////////////////////////////////////
// Ouverture d'une nouvelle fenetre
// pour l'affichage d'une image
//////////////////////////////////////
function bye(nom,larg,haut) {
	var guru=null;
	var t='window.open(\"image.asp?image='+nom+'&large='+larg+'&haute='+haut+'\",\"voir\",\"toolbar=0,menubar=0,scrollbars=0,location=no,directories=no,status=no,resizable=1,width='+larg+',height='+haut+',screenX=5,screenY=5,top=5,left=5\")\n';
	guru=eval(t);
}
//-->
