<!--
document.write('<form name="selecter"><select name="select1" size=1>');
document.write('<option value=none><i><b>Choisissez votre rubrique sur Bruyères :</b></i>');
document.write('<option value="">------------------------');
document.write('<option value="../villes/bruyeres.htm#Description">Description');
document.write('<option value="../villes/bruyere_mariage.htm">Un mariage au XVII° siècle');
document.write('<option value="../livre_bruyere/avertissement.htm">Livre : Bruyère au XVIII°');
document.write('<option value="../villes/bruyeres.htm#La ville en 1772">La ville en 1772');
document.write('</select>');
document.write('<input type="button" value="On y va" onclick="go()">');
document.write('</form>');
// end hiding contents -->
