function ChangeUrl(formulaire)
	{
	if (formulaire.ListeUrl.selectedIndex != 0)
		{
		target = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
		window.open("http://www.aide-webmaster.com/"+target,'');
	 	}
	else 
		{
		alert('Veuillez choisir un partenaire.');
		}
	}
