vrai=true;
faux=false;
function SwapButton(id, state)
{
	if(state == "on")
		eval("document." + id + ".src='/menu/images/" + id + "ON.gif'");
	else if(state == "off")
		eval("document." + id + ".src='/menu/images/" + id + "OFF.gif'");
}
function hlrow(obj)
{
  obj.bgColor='PaleTurquoise';
}
function hlrow2(obj)
{
  obj.bgColor='#FFFACD';
}
function dlrow(obj)
{
  obj.bgColor='';
}
function newfen(name,url,wid,hei)
{
  var top_pos = (screen.height - hei)/2;
  var left_pos = (screen.width - wid)/2;
  var nouv=window.open(url,name,"status=0,resizable=0,scrollbars=1,width="+wid+",height="+hei+",top="+top_pos+",left="+left_pos);
}
function maj()
{
  window.location.reload();
}
function AskConfirmation(msg,url)
{
  var agree=confirm(msg);
  if (agree)
	  return window.location=url;
}
function loadpage() 
{ 
  index1 = 0;
  listofimages = new Array(6);
  listofimages[0] = new Image(468,60)
  listofimages[0].src = "/images/tb/aqualonde.jpg"
  listofimages[1] = new Image(468,60)
  listofimages[1].src = "/images/tb/brognaux.jpg"
  listofimages[2] = new Image(468,60)
  listofimages[2].src = "/images/tb/ciplavandou.jpg"
  listofimages[3] = new Image(468,60)
  listofimages[3].src = "/images/tb/dsm.jpg"
  listofimages[4] = new Image(468,60)
  listofimages[4].src = "/images/tb/lavandou.jpg"
  listofimages[5] = new Image(468,60)
  listofimages[5].src = "/images/tb/peeters.jpg"
  listofimages[6] = new Image(468,60)
  listofimages[6].src = "/images/tb/victoria.jpg"
  thetimer = setTimeout("changeimage()", 3000);
} 
function changeimage()
{ 
  index1 = index1 + 1
  if (index1 == "7") 
    { 
      index1 = 0 
    } 
  imagesource = listofimages[index1].src
  window.document.banner1.src = imagesource
  thetimer = setTimeout("changeimage()", 3000);
} 
function changepage()
{ 
  if (index1 == 0) 
  { 
    newlocation = "" 
  }
  else if (index1 == 2)
  { 
    newlocation = "http://www.scubapro.com/europe/french/home" 
  }
  location = newlocation 
} 