// Variables Navigateur
var isMinNS4 = (navigator.appName.indexOf("Netscape") >= 0) ? 1 : 0;
var isMinNS6 = (isMinNS4 && parseFloat(navigator.appVersion) >= 6) ? 1 : 0;
var isMinIE4 = (document.all) ? 1 : 0;
var isMinIE5 = (isMinIE4 && navigator.appVersion.indexOf("5.") >= 0) ? 1 : 0;
var isMinIE6 = (isMinIE4 && navigator.appVersion.indexOf("6.") >= 0) ? 1 : 0;

// Fonctions ROLL
function rollacc_on(nom) {
  if (document.images) document.images['lib'+nom].src = 'img/b_' + nom + '_off.gif';
}

function rollacc_off(nom) {
  if (document.images) document.images['lib'+nom].src = 'img/b_' + nom + '_roll.gif';
}

function initacc() {
  if (document.images) {
    boutrollsrc01 = new Image(202,21); boutrollsrc01.src = 'img/b_acc_roll.gif';
    boutrollsrc02 = new Image(202,21); boutrollsrc02.src = 'img/b_qui_roll.gif';
    boutrollsrc03 = new Image(202,21); boutrollsrc03.src = 'img/b_que_roll.gif';
    boutrollsrc04 = new Image(202,21); boutrollsrc04.src = 'img/b_ref_roll.gif';
    boutrollsrc05 = new Image(202,21); boutrollsrc05.src = 'img/b_con_roll.gif';
  }
}

// Fonctions ROLL
function roll_on(nom) {
  if (document.images) document.images['lib'+nom].src = '../img/b_' + nom + '_off.gif';
}

function roll_off(nom) {
  if (document.images) document.images['lib'+nom].src = '../img/b_' + nom + '_roll.gif';
}

function init() {
  if (document.images) {
    boutrollsrc01 = new Image(202,21); boutrollsrc01.src = '../img/b_acc_roll.gif';
    boutrollsrc02 = new Image(202,21); boutrollsrc02.src = '../img/b_qui_roll.gif';
    boutrollsrc03 = new Image(202,21); boutrollsrc03.src = '../img/b_que_roll.gif';
    boutrollsrc04 = new Image(202,21); boutrollsrc04.src = '../img/b_ref_roll.gif';
    boutrollsrc05 = new Image(202,21); boutrollsrc05.src = '../img/b_con_roll.gif';
  }
}

// Fonctions Ouverture fenetre
function OuvertureWindow(adresse) {
  var MyWindow = window.open(adresse, 'popup', 'resizable=no,scrollbars=no,status=no,menubar=no,toolbar=no,directories=no,location=no,width=330,height=270,closed=no,opener=no');
}

function accflash() {
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="202" height="455">');
  document.write('<param name="movie" value="img/anim-acc2.swf">');
  document.write('<param name="quality" value="high">');
  document.write('<embed src="img/anim-acc2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="202" height="455"></embed></object>');
}

function adresse(ver,accueil) {
  if (ver=='') ver='1';
  imgchemin = '../';
  if (accueil) imgchemin= '';
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="582" height="18">');
  document.write('<param name="movie" value="'+imgchemin+'img/anim-adresse'+ver+'.swf">');
  document.write('<param name="quality" value="high">');
  document.write('<embed src="'+imgchemin+'img/anim-adresse'+ver+'.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="582" height="18"></embed></object>');
}



