  function popupA(cible) {
    var fenetre = window.open('actu/' + cible + '.htm', 'popliste', 'scrollbars=yes,resizable=yes,width=668,height=600');
    fenetre.focus();
  }

  function OuvertureWindow(adresse) {
    var MyWindow = window.open(adresse, 'popup', 'resizable=no,scrollbars=yes,status=no,menubar=no,toolbar=yes,directories=no,location=no,width=670,height=450,closed=no,opener=no');
  }
  
  // Fonctions ROLL ACCEUIL
function rollacc_on(nom) {
	if (document.images) {
	document.images[nom].src = 'images/bt_' + nom + '_off.gif';
	}
}

function rollacc_off(nom) {
	if (document.images) {
	document.images[nom].src = 'images/bt_' + nom + '_roll.gif';
	}
}

  // Fonctions ROLL 
function roll_on(nom) {
	if (document.images) {
	document.images[nom].src = '../images/bt_' + nom + '_off.gif';
	}
}

function roll_off(nom) {
	if (document.images) {
	document.images[nom].src = '../images/bt_' + nom + '_roll.gif';
	}
}



  function popupC(cible) {
    var fenetre = window.open('../h' + cible + '.htm', 'popDetailC', 'resizable=yes,scrollbars=no,status=no,menubar=no,toolbar=yes,directories=no,location=no,width=400,height=250');
    fenetre.focus();
    self.close();
  }
  function popupW(cible) {
    var fenetre = window.open('http://' + cible, '_blank');
    self.close();
  }
  function netie(net, ie) {
    if ((navigator.appVersion.substring(0,3) >= net && navigator.appName == 'Netscape' && net != -1) || (navigator.appVersion.substring(0,3) >= ie && navigator.appName.substring(0,9) == 'Microsoft' && ie != -1))
      return true;
      else return false;
  }

