<!-- hide this script from non-javascript-enabled browsers

// Function that displays status bar messages.

var showMsg = navigator.userAgent != "Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
var Fichier;
var Image;
function dmim(msgStr) {
  document.MM_returnValue = false;
  if (showMsg) {
     window.status = msgStr;
     document.MM_returnValue = true;
  }
}


// stop hiding -->
