function changement(url)
{
	if(url != '0')
		window.open(url);
}