/* AUTEUR: LYDIA ROCHA */
/* DATE DE CREATION: 30/06/04 */

function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
