/**
 *	redirection vers l'url cible au clic
 */
function redirect(url)
{
	window.open(url);
}
