 function PopImage(flash_src,bgcolor){
  PopImages=window.open('pop_actu.asp?flash_src='+flash_src+'&bgcolor='+bgcolor,'pophm','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=430, height=350');
  if (PopImages.blur) PopImages.focus();
  }
  
  function PopCatalogue(lien){
  PopImages=window.open(lien,'pophm','toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=1, copyhistory=0, menuBar=0, width=820, height=620');
  if (PopImages.blur) PopImages.focus();
  }