function popup(){
	selection = document.getElementById("liste_incu").value;
	if(selection !="")
	{
		document.location.href="interne.php?page=4&incu="+selection;
	}
	else
	{
		alert("Choisir un incubateur !");
	}
}