function nouvelleFenetre(destination,titre)
	{
		var newWindow=
		window.open(destination,titre,"height=600,width=500,resizable=0,scrollbars=0,toolbar=0,menubar=0,status=0,location=0,left=275,top=102")
	}
