// JavaScript Document

function ouvrir(fichier)
{
  // ouverture de la fenêtre
  fen=window.open(fichier,"guichardan");
  fen.focus();
}
