
	function popupResize(hauteur) {
		document.getElementById('dgPlayer').style.height = hauteur+'px';
		var monswf = window.document.DgPlayer;
		if(monswf.PercentLoaded()==100){
		  monswf.height = hauteur;
		}
		
		window.resizeTo(825+16,hauteur+89); //take in account window borders
	}
