	function addProduit(id_produit,qte_select)
	{
	lb = document.createElement('a'); 
	lb.href = 'index.php?page=137&id_produit='+id_produit+'&modifpanier=1&action=1&qte_select='+qte_select;	
	pop = new lightbox(lb); 
	pop.activate();
	}
	ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )) 
	ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )) 
	if (ns4) { 
	layerRef="document.layers"; 
	styleRef=""; 
	} else { 
	layerRef="document.all"; 
	styleRef=".style"; 
	} 
	function afficheCalque(calque) 
	{ 
	eval(layerRef + '["' + calque +'"]' + styleRef + '.visibility = "visible"'); 
	} 
	function cacheCalque(calque) 
	{ 
	eval(layerRef + '["' + calque +'"]' + styleRef + '.visibility = "hidden"'); 
	} 