
<!-- Début de routine JavaScript -------------------

// mentions legales palette flottante

	function mentions(param) 
	{
	if (param == null) fichier="mentions.php";
	else fichier=param+"mentions.php";	
	pop_page = window.open(fichier, "mentions","width=543,height=530,resizable=no,scrollbars=yes,toolbar=no,dependant=yes,status=no");
	}


// -- Fin de routine JavaScript -------------- -->