<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html" ><img src="picts/logofaunus.gif" border="0"  alt="Logo"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="Estockageretenteur.htm" ><img src="picts/retenteur eau.jpg" border="0" class="borders" alt="Rétendeur d\'eau"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Régulateur d\'eau<br></legend>');

document.write('Fixe 100 à 500 fois son poids d\'eau. <br>1 kg de régulateur = 100 kg de terreau.<br>Rendement :  + 40 %<br>Fertilisant :  - 50 %<br>Durée de vie : 10 ans<br>15 g/m² : pelouse, fleurs, semis, arbustres.<br><a href="Estockageretenteur.htm" >Suivez l\'ami Faunus ...</a>');


document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="AprotectionUV.htm" ><img src="picts/protection UV.jpg" border="0" class="borders" alt="Indicateur UV"></a><br>');
document.write('</center>');
document.write('<br><br>');
}









// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('UV PORTABLE<br></legend>');

document.write('<center>Pour conserver votre capital soleil !</center>A la plage, à la campagne ou à la neige - Temps ensoleillé ou couvert - Peau de Bébé, allergique :<BR><center>Protégez-vous !</center>Intensité des UV avec niveaux - Alerte UV - Température - Horloge, date, réveil - Fonction porte-clés -<BR>Dimensions 105 x 42 x 20 mm<BR><a href="AprotectionUV.htm" >Suivez l\'ami Faunus ...</a>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->