function lienEstatPopUp(urlEstat, session, titleWindow, options){	
	window.open(urlEstat, titleWindow, options);
}

