<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS



var topspacing		= "0"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY MENU WIDTH




document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<hr class="page-splits" style="width: 100px;">');
document.write('<span class="picturetitle">');

document.write('LES ANIMAUX DU PARC:<br>');

document.write('</span>');
document.write('<hr class="page-splits" style="width: 100px;"><br>');



// DEBUT MENU GALLERIE



document.write('<a href="gallery6.htm"><img src="gallery/Camelides.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Camelides</a><br><br>');



document.write('<a href="gallery5.htm"><img src="gallery/Oiseaux.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Oiseaux</a><br><br>');


document.write('<a href="gallery8.htm"><img src="gallery/Canides_Furets.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Canides & Furets</a><br><br>');


document.write('<a href="gallery1.htm"><img src="gallery/Bovins.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Bovins</a><br><br>');



document.write('<a href="gallery2.htm"><img src="gallery/Chevres.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Chêvres</a><br><br>');


document.write('<a href="gallery3.htm"><img src="gallery/Ovins.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Moutons</a><br><br>');



document.write('<a href="gallery4.htm"><img src="gallery/Rongeurs.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Rongeurs</a><br><br>');



document.write('<a href="gallery7.htm"><img src="gallery/Equides.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Equides</a><br><br>');



document.write('<a href="gallery9.htm"><img src="gallery/Cochons.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Cochons</a><br><br>');






document.write('<hr class="page-splits" style="width: 100px;"><br>');
document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');

// END -->