function ShowNews() {
document.write('
- 23/04/2008:
Naissance dogues alt...');
document.write('
- 09/04/2008:
Daisy');
document.write('
- 19/03/2008:
Confirmation gestati...');
document.write('
- 11/03/2008:
Bon anniversaire');
document.write('
- 10/03/2008:
Exposition poitiers');
return true;
}
function ShowDossiers() {
document.write('
Les évènements :
');
document.write('');
return true;
}
function GoDossier() {
if (document.getElementById("SelectDossier").value == "none")
return true;
if (document.getElementById("SelectDossier").value == "0")
{
top.location.href = 'http://www.elevage-du-usselskirch.com/EUSS_listeevenements.php';
}
else
{
window.open('http://www.elevage-du-usselskirch.com/EUSS_evenements.php?dossier=' + document.getElementById("SelectDossier").value,'_blank');
}
return true;
}