<!-- FIN DU SCRIPT -->
<!--
function popupcentre(page,largeur,hauteur,options)
{
var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}
//-->

function ChangeUrl(formulaire)
	{
		location.href = formulaire.indiscretions.options[formulaire.indiscretions.selectedIndex].value;
	}
function ajouter_panier(){
		document.location.href="site/commande/achat/caddie_ajout.php?id=<?=$id_produit;?>&location=popup";
		window.self.close();
	}		