//fonctions pour agayn


function InfoPopUp(w,h,fichier)
{
	fen=window.open(fichier,"","resizable=yes,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,alwaysraised=yes,width= "+w+",height="+h);
}



