function popAmbiance(img) {
  var body = top.document.getElementsByTagName('body')[0];

  closeAmbiance();
	
  if (typeof(olddiv) == 'object' && olddiv != null) {
    body.removeChild(olddiv);
  }

  var div = top.document.createElement('DIV');
  div.style.position = 'absolute';
  div.style.zIndex = 200;
  div.id='popdiv';
	
  body.appendChild(div);
	
	
  div.style.top = 140;
  div.style.left = 90;
  div.innerHTML = "<a href=\"javascript:closeAmbiance()\"><img src=\"images/pop-"+img+".jpg\" border=\"0\"/></a>";
}

function popAmbiance2(img,coll) {
  var body = top.document.getElementsByTagName('body')[0];

  closeAmbiance();
	
  if (typeof(olddiv) == 'object' && olddiv != null) {
    body.removeChild(olddiv);
  }

  var div = top.document.createElement('DIV');
  div.style.position = 'absolute';
  div.style.zIndex = 200;
  div.id='popdiv';
	
  body.appendChild(div);
	
	
  div.style.top = 80;
  div.style.left = 20;
  div.innerHTML = "<a href=\"javascript:closeAmbiance()\"><img src=\"../../../../images/collections/"+coll+"/pop-"+img+".jpg\" border=\"0\"/></a>";
}

function closeAmbiance() {
  var body = top.document.getElementsByTagName('body')[0];
  var olddiv = top.document.getElementById('popdiv');
	
  if (typeof(olddiv) == 'object' && olddiv != null) {
    body.removeChild(olddiv);
  }

} 


function doubleclic()
  {
  w1 = window.open("http://maisonmartinmargiela-parfums.com/fr/", "popUpBlank", "toolbar=0,location=0,directories=0,scrollbars=1, target=_blank");
  }


function doubleclic_en()
  {
  w1 = window.open("http://maisonmartinmargiela-parfums.com/en/", "popUpBlank", "toolbar=0,location=0,directories=0,scrollbars=1, target=_blank");
  }

