<!--
function iframeheight()
	{
	var myiframe = window.parent.document.getElementById('main');
	var haut = document.body.scrollHeight + 30 + "px";
	myiframe.style.height = haut; 
	}

function PopUpLocation(url)
	{
	window.open(url,'pop1', 'width=820,height=600,left='
	+ ((screen.width - 820)/2) + ',top=' + ((screen.height - 600)/2) + ',scrollbars=no');
	}

function PopUpVentes(url)
  {
  window.open(url,'pop2', 'width=900,height=750,left='+ ((screen.width - 820)/2) + ',top=' + ((screen.height - 600)/2) + ',scrollbars=no');
  }


-->

