
		function Enregistrer_produit(ref_produit)
		{
			if(document.myform.txt_connecter.value=="1")
			{document.location.href = '/espace_club_allomattel/ajouter_produit_liste.php?ref='+ref_produit;}
			if(document.myform.txt_connecter.value=="0")
			{document.location.href = '/allo_enregistrer.php?pg=enregistrer_produit&ref='+ref_produit;}
			if(document.myform.txt_connecter.value=="2")
			{document.location.href = '/espace_club_allomattel/creer_liste.php?new_liste='+ref_produit;}
			if(document.myform.txt_connecter.value=="3")
			{document.location.href = '/espace_club_allomattel/ajouter_produit_liste.php?ref='+ref_produit+'&opt=0';}
		}
		function verif()
		{
		if( (document.entete.search_txt.value != "" && document.entete.search_txt.value != "Entrez un mot clé") || document.entete.age.value!="" || document.entete.sexe.value!="" || document.entete.mot.value!="")
		{ return true;}
		else
		{return false;}
		}
		function Acceder_liste_cadeaux(id)
		{
			document.location.href = '/espace_club_allomattel/liste.php?id_liste='+id;
		}
		function Init_search_txt()
		{
			if(document.entete.search_txt.value == "Entrez un mot clé")
			{document.entete.search_txt.value='';}
		}
		function Yipitoy()
		{
		if(document.entete.search_txt.value == "Entrez un mot clé")
		{document.entete.search_txt.value="";}
		document.entete.page.value=1;
		}
		function print_page(dimW,dimH,ref)
		{
		fen=window.open("/includes/allo_produit.php?ref="+ref+"&print_page=ok","print_page",'width='+dimW+',height='+dimH+',left=100,top=100,scrollbars=yes');fen.focus();
		}