var fenetre_identification;
var fenetre_newsletter;
var fenetre_passe;
var fenetre_impression_fiche;
var fenetre_impression_commande;
var fenetre_affichage_cgv;

	function ajout_fav() {

		window.external.AddFavorite('http://dietcity.fr','DietCity.fr | Les produits Bio et naturel');	
	}
	
	function newsletter() {
	
		if ((fenetre_newsletter) && (!fenetre_newsletter.closed)) fenetre_newsletter.close();
		fenetre_newsletter=window.open('newsletter.php','','scrollbars=no,resizable=no,toolbar=no,width=540,height=270');	
	}
	
	function impression_commande() {
	
		if ((fenetre_impression_commande) && (!fenetre_impression_commande.closed)) fenetre_impression_commande.close();
		fenetre_impression_commande=window.open('impression-commande.php','','scrollbars=no,resizable=no,toolbar=no,width=600,height=750');	
	}

	function affichage_cgv() {
	
		if ((fenetre_affichage_cgv) && (!fenetre_affichage_cgv.closed)) fenetre_affichage_cgv.close();
		fenetre_affichage_cgv=window.open('conditions-de-vente.php','','scrollbars=yes,resizable=yes,toolbar=no,width=600,height=750');	
	}
	
	function oublier_identification() {
	
		if ((fenetre_identification) && (!fenetre_identification.closed)) fenetre_passe.close();
		fenetre_identification=window.open('oublier-identification.php','','scrollbars=no,resizable=no,toolbar=no,width=370,height=230');	
	}
	
	
	function impression_fiche(reference) {
	
		if ((fenetre_impression_fiche) && (!fenetre_impression_fiche.closed)) fenetre_impression_fiche.close();
		fenetre_impression_fiche=window.open('impression-produit.php?ref='+reference,'','scrollbars=yes,resizable=no,toolbar=no,width=600,height=750');	
	}	

	function affiche_menu(numero_menu) {
	
		NOMBRE_MAX=30;
		
		nombre=0;
		html="<table border='0' cellspacing='0' cellpadding='0'>";
		
		for (i=0;i<nombre_categorie;i++) {
					
			if (categorie[i][1] ==0)	{
				html+= "<tr><td valign='middle' width='167' height='15' ><img src='images/fleche.gif' border='0' align='absmiddle'>&nbsp;&nbsp;<a class='Texte6' href='#' onclick=\"affiche_menu("+categorie[i][0]+")\" >"+categorie[i][2]+"</a></td></tr>";
				nombre++;
			}
			else {				
				if (categorie[i][0]==numero_menu) {
					html+= "<tr><td valign='middle' width='167' height='15' >&nbsp;&nbsp;<img src='images/fleche.gif' border='0' align='absmiddle'>&nbsp;&nbsp;<a class='Texte7' href='sous-categorie-produit-naturel-et-bio.php?cat="+categorie[i][0]+"&scat="+categorie[i][1]+"'>"+categorie[i][2]+"</a></td></tr>";
					nombre++;
				}
			}
			

		}
		
		
		html+="</table>";
		document.getElementById("menu").innerHTML =html;
		
		// Affichage du bloc AVANTAGES	
		
		if (nombre<NOMBRE_MAX)  {
			html="";
			if (page_index) {
				html="<table border='0' cellspacing='0' cellpadding='0' ><tr><td height='340' width='169' border='0 valign='center'>";
				html+="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' height='340' width='169'><param name='movie' value='flash/pub4.swf'><param name='quality' value='high'></object>";
				html+="</td></tr></table>";
			}
			
			if (page_commande) {
				html="<table border='0' cellspacing='0' cellpadding='0'>";
				html+="<tr><td><img src='images/titre-question2.jpg' alt='' height='34' width='169' border='0'></td></tr>";
				html+="<tr height='100%'><td bgcolor='white' height='100%' style='padding-left:10;padding-top:10'><img src='images/bloc-question.jpg' alt='' height='112' width='70' border='0' align='right'>";
				html+="<div class='Texte3' style='margin-top:10;margin-left:0'><b>Une question ?</b><br><b>ou une hésitation ?</b><div style='margin-top:5'>contactez notre service clientéle.</div><div style='margin-top:5'><a href='contact-dietcity.php' class='Texte12'>Nous contacter</a></div>";
				html+="</div></td></tr></table>";
			}

			document.getElementById("avantage").innerHTML =html;
		}
		else document.getElementById("avantage").innerHTML ="";	

	}
	

