

/*Menu horizontal */ 
<!--
window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}
if (d) {d.style.display='block';}
}
//-->

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->


<!-- // MenuBuilder 3.0 - Formulaire de trie pour trouver un distributeur par département

function load1(form) {
     var url = form.Llist_1.options[form.Llist_1.selectedIndex].value;
     if (url != '') parent.location.href = url;
     return false;
}
// -->


<!--
var texte = "__ Royal Mer Bretagne, Nautical Sweaters and Creative Knits __________   " 

function statscroll() {
debut=texte.substring(i,texte.length);
fin=texte.substring(0,i);
window.status=debut+fin;
if (i < texte.length) i++;else i=0;
setTimeout("statscroll()",100);}
i=0;statscroll();
// -->


