<!--
var isloaded = false;
// Tableau associatif nom / chemin image on
var tab = new Array();
tab["accueil"] = "../img/menus/accueil_on.gif";
tab["contact"] = "../img/menus/contact_on.gif";
tab["autre_produits"] = "../img/menus/autres_produits_on.gif";
tab["sommes_nous"] = "../img/menus/sommes_nous_on.gif";
tab["produits"] = "../img/menus/produits_on.gif";
tab["consultation"] = "../img/menus/consultation_stocks_on.gif";
tab["commandes"] = "../img/menus/commandes_on.gif";
tab["tarifs"] = "../img/menus/tarifs_devis_on.gif";
tab["promotions"] = "../img/menus/promotions_on.gif";
tab["operations"] = "../img/menus/operations_commerciales_on.gif";
tab["fabrications"] = "../img/menus/fabrications_speciales_on.gif";
tab["presentation"] = "../img/menus/presentation_services_on.gif";
tab["contacts"] = "../img/menus/contacts_on.gif";
tab["aide"] = "../img/menus/aide_on.gif";
tab["quitter"] = "../img/menus/quitter_on.gif";
tab["familles"] = "../img/menu_haut/picto_familles_on.gif";
tab["themes"] = "../img/menu_haut/picto_themes_on.gif";
tab["metiers"] = "../img/menu_haut/picto_metiers_on.gif";
tab["evenements"] = "../img/menu_haut/picto_evenements_on.gif";
tab["caddie"] = "../img/menus/caddie_on.gif";
tab["remonter"] = "../img/menus/remonter_on.gif";
tab["remonter2"] = "../img/menus/remonter_on2.gif";
tab["ok"] = "../img/menu_haut/ok_on.gif";


// fonctions standard Macromédia

/*function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    
}*/

function MM_swapImgRestore() { //v3.0
	if( isloaded ) // Pas de restore avant que tout ne soit charge (sinon pb sous Netscape)
	{
	var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
	}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  if( isloaded )
	{
		var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length);i++)
		if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=tab[a[i]];}
	}
}

function MM_preloadImages() { //v3.0
	var d=document; 
	if(d.images)
	{
		if(!d.MM_p) 
			d.MM_p=new Array();
		var i,j=d.MM_p.length,a=MM_preloadImages.arguments;		
		for(i=0; i<a.length; i++)
		{
			if (a[i].indexOf("#")!=0)
			{
				d.MM_p[j]=new Image; 
				d.MM_p[j++].src=a[i];
			}
		}
	}    
}




// fonctions Microline - tous droits réservés

var fenet = null;

function ML_preload(){

//	MM_preloadImages(tab["promotions"],tab["accueil"],tab["produits"],tab["consultation"],tab["commandes"],tab["tarifs"],tab["operations"],tab["fabrications"],tab["presentation"],tab["contacts"],tab["aide"],tab["quitter"],tab["familles"],tab["themes"],tab["metiers"],tab["evenements"],tab["caddie"],tab["remonter"],tab["ok"]);
	MM_preloadImages(tab["promotions"],tab["accueil"],tab["produits"],tab["commandes"],tab["presentation"],tab["aide"],tab["familles"],tab["themes"],tab["metiers"],tab["evenements"],tab["caddie"],tab["remonter"],tab["ok"]);	
	// Ajout du 14/11/2000 (selection de l'image)
	var i,j=0,x,a=ML_preload.arguments; document.MM_sr=new Array; for(i=0;i<(a.length);i++)
	if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=tab[a[i]]; x.src=tab[a[i]];}
	isloaded = true;
}

// ouvrir fenetre - maj du 25/10/2000
// maj LFB 07/2005 : pb avec focus si plusieurs fenetres ouvertes par differents liens sur la même page
function ouvrirfenetre(addr, cible, largeur, hauteur)	{
	if ( (navigator.appVersion +"").indexOf("MSIE") != -1 && (navigator.platform +"").indexOf("Mac") != -1) {
		
			taille = "width="+largeur+",height="+hauteur;
			window.open(addr, cible, taille +",scrollbars=1,resizable=1");
	}
	else {
	  	  if ( fenet == null || fenet.closed  ) {
			taille = "width="+largeur+",height="+hauteur;
			/*fenet=*/window.open(addr, cible, taille +",scrollbars=1,resizable=1");
		  }
		  else {
			//fenet.location = addr;
		  }

	 	if (fenet != null && fenet.focus) {
			fenet.focus();
		}
	}

}

// ouvrir fenetre2 - sans scrollbars
function ouvrirfenetre2(addr, cible, largeur, hauteur)	{
	if ( (navigator.appVersion +"").indexOf("MSIE") != -1 && (navigator.platform +"").indexOf("Mac") != -1) {
		
			taille = "width="+largeur+",height="+hauteur;
			window.open(addr, cible, taille +",scrollbars=0,resizable=1");
	}
	else {
	  	  if ( fenet == null || fenet.closed  ) {
			taille = "width="+largeur+",height="+hauteur;
			/*fenet=*/window.open(addr, cible, taille +",scrollbars=0,resizable=1");
		  }
		  else {
			//fenet.location = addr;
		  }

	 	if (fenet != null && fenet.focus) {
			fenet.focus();
		}
	}
}

// ---------------------------------------------------------------------------
// Fonction supprimant les espaces eventuels a la fin d'une chaîne
// Thanks to M
// ---------------------------------------------------------------------------
function RTrim(str) {
	var tmp = new String(str);
	var ix = tmp.length - 1;
	while (tmp.charAt(ix) == ' ') {
		ix--;
		if (ix < 0) break;
	}
	return tmp.substr(0, ix + 1);
}

//--------------------------------------------------------------------
// validation synthaxique de l'adresse email soumise

function valideEmail(email){
	if 

(email.search(/^[-a-zA-Z0-9._]*[-a-zA-Z0-9_]@[-a-zA-Z0-9_]+(\.[-a-zA-Z0-9_]+)*\.[a-zA-Z]{2,3}$/) < 0) {
		return "";
	}
	else {
		return email;
	}
}
//-->