<!--
if(document.images) { 
		currentslide=1; 
		maxslides=2; 
		slide = new Array(maxslides+1); 
		for(var n=1;n<=maxslides;n++) { 
			slide[n]=new Image(184,195); 
			slide[n].src='images/slideprofil'+n+'.jpg'; 
		} 
	} 
	
	function prevSlide() { 
		if(document.images) { 
			currentslide--; 
			if(currentslide<1) currentslide=maxslides; 
			document.images['slide'].src=slide[currentslide].src; 
		} 
	} 


	function nextSlide() { 
		if(document.images) { 
			currentslide++; 
			if(currentslide>maxslides) currentslide=1; 
			document.images['slide'].src=slide[currentslide].src; 
		} 
	} 


function MM_timelinePlay(tmLnName, myID) { //v1.2
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
  if (myID == tmLn.ID) { //if Im newest
    setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
    fNew = ++tmLn.curFrame;
    for (i=0; i<tmLn.length; i++) {
      sprite = tmLn[i];
      if (sprite.charAt(0) == 's') {
        if (sprite.obj) {
          numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
          if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
            keyFrm=1;
            for (j=0; j<sprite.values.length; j++) {
              props = sprite.values[j]; 
              if (numKeyFr != props.length) {
                if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
                else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
              } else {
                while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
                if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
                  if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
                  else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
        } } } } }
      } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
      if (fNew > tmLn.lastFrame) tmLn.ID = 0;
  } }
}

function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
  //Copyright 1997 Macromedia, Inc. All rights reserved.
  var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
  if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
  tmLn = document.MM_Time[tmLnName];
  if (numGotos != null)
    if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
    else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
  jmpFwd = (fNew > tmLn.curFrame);
  for (i = 0; i < tmLn.length; i++) {
    sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
    if (sprite.charAt(0) == "s") {
      numKeyFr = sprite.keyFrames.length;
      firstKeyFr = sprite.keyFrames[0];
      lastKeyFr = sprite.keyFrames[numKeyFr - 1];
      if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
      for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
      for (j=0; j<sprite.values.length; j++) {
        props = sprite.values[j];
        if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
        else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
        if (sprite.obj != null) {
          if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
          else        sprite.obj[props.prop2][props.prop] = props[propNum];
      } }
    } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
  }
  tmLn.curFrame = fNew;
  if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_initTimelines() {
    //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
    var ns = navigator.appName == "Netscape";
    document.MM_Time = new Array(1);
    document.MM_Time[0] = new Array(2);
    document.MM_Time["passe1"] = document.MM_Time[0];
    document.MM_Time[0].MM_Name = "passe1";
    document.MM_Time[0].fps = 15;
    document.MM_Time[0][0] = new String("sprite");
    document.MM_Time[0][0].slot = 1;
    if (ns)
        document.MM_Time[0][0].obj = document["bouteille"];
    else
        document.MM_Time[0][0].obj = document.all ? document.all["bouteille"] : null;
    document.MM_Time[0][0].keyFrames = new Array(1, 223);
    document.MM_Time[0][0].values = new Array(4);
    document.MM_Time[0][0].values[0] = new Array(-150,-149,-147,-146,-145,-144,-142,-141,-140,-138,-137,-136,-135,-133,-132,-131,-129,-128,-127,-126,-124,-123,-122,-120,-119,-118,-117,-115,-114,-113,-111,-110,-109,-108,-106,-105,-104,-103,-101,-100,-99,-97,-96,-95,-94,-92,-91,-90,-88,-87,-86,-85,-83,-82,-81,-79,-78,-77,-76,-74,-73,-72,-70,-69,-68,-67,-65,-64,-63,-61,-60,-59,-58,-56,-55,-54,-52,-51,-50,-49,-47,-46,-45,-43,-42,-41,-40,-38,-37,-36,-34,-33,-32,-31,-29,-28,-27,-25,-24,-23,-22,-20,-19,-18,-16,-15,-14,-13,-11,-10,-9,-8,-6,-5,-4,-2,-1,0,1,3,4,5,7,8,9,10,12,13,14,16,17,18,19,21,22,23,25,26,27,28,30,31,32,34,35,36,37,39,40,41,43,44,45,46,48,49,50,52,53,54,55,57,58,59,61,62,63,64,66,67,68,70,71,72,73,75,76,77,79,80,81,82,84,85,86,88,89,90,91,93,94,95,96,98,99,100,102,103,104,105,107,108,109,111,112,113,114,116,117,118,120,121,122,123,125,126,127,129,130,131,132,134,135);
    document.MM_Time[0][0].values[0].prop = "left";
    document.MM_Time[0][0].values[1] = new Array(139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139,139);
    document.MM_Time[0][0].values[1].prop = "top";
    if (!ns) {
        document.MM_Time[0][0].values[0].prop2 = "style";
        document.MM_Time[0][0].values[1].prop2 = "style";
    }
    document.MM_Time[0][0].values[2] = new Array("inherit","inherit");
    document.MM_Time[0][0].values[2].prop = "visibility";
    if (!ns)
        document.MM_Time[0][0].values[2].prop2 = "style";
    document.MM_Time[0][0].values[3] = new Array(620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620,620);
    document.MM_Time[0][0].values[3].prop = "width";
    if (!ns)
        document.MM_Time[0][0].values[3].prop2 = "style";
    document.MM_Time[0][1] = new String("behavior");
    document.MM_Time[0][1].frame = 223;
    document.MM_Time[0][1].value = "MM_timelineGoto('passe1','1');MM_timelinePlay('passe1')";
    document.MM_Time[0].lastFrame = 223;
    for (i=0; i<document.MM_Time.length; i++) {
        document.MM_Time[i].ID = null;
        document.MM_Time[i].curFrame = 0;
        document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
    }
}
function verifyCompatibleBrowser(){ 
    this.ver=navigator.appVersion 
    this.dom=document.getElementById?1:0 
    this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0; 
    this.ie4=(document.all && !this.dom)?1:0; 
    this.ns5=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
 
    this.ns4=(document.layers && !this.dom)?1:0; 
    this.bw=(this.ie5 || this.ie4 || this.ns4 || this.ns5) 
    return this 
} 
bw=new verifyCompatibleBrowser() 
 
 
var speed=50 
 
var loop, timer 
 
function ConstructObject(obj,nest){ 
    nest=(!nest) ? '':'document.'+nest+'.' 
    this.el=bw.dom?document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):0; 
    this.css=bw.dom?document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+'document.'+obj):0; 
    this.scrollHeight=bw.ns4?this.css.document.height:this.el.offsetHeight 
    this.clipHeight=bw.ns4?this.css.clip.height:this.el.offsetHeight 
    this.up=MoveAreaUp;this.down=MoveAreaDown; 
    this.MoveArea=MoveArea; this.x; this.y; 
    this.obj = obj + "Object" 
    eval(this.obj + "=this") 
    return this 
} 
function MoveArea(x,y){ 
    this.x=x;this.y=y 
    this.css.left=this.x 
    this.css.top=this.y 
} 
 
function MoveAreaDown(move){ 
	if(this.y>-this.scrollHeight+objContainer.clipHeight){ 
    this.MoveArea(0,this.y-move) 
    if(loop) setTimeout(this.obj+".down("+move+")",speed) 
	} 
} 
function MoveAreaUp(move){ 
	if(this.y<0){ 
    this.MoveArea(0,this.y-move) 
    if(loop) setTimeout(this.obj+".up("+move+")",speed) 
	} 
} 
 
function PerformScroll(speed){ 
	if(initialised){ 
		loop=true; 
		if(speed>0) objScroller.down(speed) 
		else objScroller.up(speed) 
	} 
} 
 
function CeaseScroll(){ 
    loop=false 
    if(timer) clearTimeout(timer) 
} 
var initialised; 
function InitialiseScrollableArea(){ 
    objContainer=new ConstructObject('divContainer') 
    objScroller=new ConstructObject('divContent','divContainer') 
    objScroller.MoveArea(0,0) 
    objContainer.css.visibility='visible' 
    initialised=true; 
} 

function carte(){
window.open("carte.html","",'menubar=no,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=432,height=324,left=10,top=10');
}
function ecarte(){
window.open("ecarte.html","",'menubar=no,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=432,height=324,left=10,top=10');
}

function formulaire(){
window.open("formulaire.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=770,height=442,left=10,top=10');
}
function eformulaire(){
window.open("eformulaire.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=770,height=442,left=10,top=10');
}

function pop1(){
window.open("images/photo/115ml.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}

function pop2(){
window.open("images/photo/500ml.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function pop3(){
window.open("images/photo/700ml.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function pop4(){
window.open("images/photo/1lt.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function pop5(){
window.open("images/photo/15lt.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function pop6(){
window.open("images/photo/jarre.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function pop7(){
window.open("images/photo/bouchon.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}

function epop1(){
window.open("images/photo/e115ml.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function epop2(){
window.open("images/photo/e500ml.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function epop3(){
window.open("images/photo/e700ml.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function epop4(){
window.open("images/photo/e1lt.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function epop5(){
window.open("images/photo/e15lt.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function epop6(){
window.open("images/photo/ejarre.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}
function epop7(){
window.open("images/photo/ebouchon.html","",'menubar=yes,toolbar=no,title=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=770,height=442,left=1,top=1');
}

function OpenWindow( url, width, height, options, name )
             {
             if ( ! width ) width = 640;
             if ( ! height ) height = 420;
             if ( ! options ) options = "scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=no";
             if ( ! name ) name = "nomfenetre";

             var newWin = window.open( url, name, "width=" + width + ",height=" + height + "," + options );
			 }
 
//-->
