function Lancer(Chaine,Largueur,Hauteur)
{
	window.open(Chaine,"","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width="+Largueur+",height="+Hauteur+",left=50,top=50")
}
