function ChangeUrl(formulaire)
	{
	if (formulaire.ListeUrl.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
	 	}
	else 
		{
		alert('Veuillez choisir une destination.');
		}
	}
	

function pop() 
   {
    window.open("http://www.mylinea.com/1-allopass/","_blank","scrollbars=yes,status=yes,toolbar=yes,location=yes,directories=yes,resizable=yes");
/* http://www.auplaisir.com/?in=2345*/
   }
	 
function stopError() 
   {
    return true;
   }
	 
window.onerror = stopError;