function htmlanimation_0(id_animation)
{
if (id_animation != 0)
{
tmp = id_animation.split('-');
document.getElementById('contenu_0').innerHTML = '
';
}
else
document.getElementById('contenu_0').innerHTML = 'Veuillez sélectionner une animation !';
}
document.write('
');
document.write('');
htmlanimation_0(0);