<!--
//Votre texte ici  !
texte='<p><FONT COLOR="#7E8170"><FONT SIZE=+1>All bouvet decorative hardware products are manufactured in France by premier craftsmen using traditional know-how combined with the latest technology. We use only the finest materials which are finished with care and pride to ensure your complete satisfaction now and for the years to come.</FONT></FONT></p>'
if(document.all){                                                                   
function fadein(){
transition.filters.revealTrans.apply()
transition.innerHTML=texte
transition.filters.revealTrans.play()
}
function regenerate(){
window.location.reload()
}
window.onload=fadein
window.onresize=regenerate}
else
document.write(texte);
-->