<!--
function noframes() {
if (self.parent.frames.length != 0)
self.parent.location=document.location;
}

function ChangeUrl(formulaire)
	{
	if (formulaire.ListeUrl.selectedIndex != 0)
		{
		location.href = formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
	 	}
	else 
		{
		alert('Veuillez choisir un thème.');
		}
	}
//-->

