function include(fileName){
	document.write("<script type='text/javascript' src='"+fileName+"'></script>" );
}
include("js/shadowbox/shadowbox-base.js");
include("js/shadowbox/shadowbox.js");

function maj_lien() {
	var com=document.getElementById('commentaire').value;
	var qte=document.getElementById('qte').value;
	var id=document.getElementById('id').value;
	var url='panier.php?qte='+qte+'&id='+id+'&com='+com;
	var options = {
            onClose: function() {
                window.location.href="http://boucherie-traiteur-letal-dor.com/articles-boucherie--1.html";
            }
        };
	Shadowbox.init(options);
	Shadowbox.open({
	player: 'iframe', 
	title:  'Votre sélection',
	content:url,
	width:  400,
	height: 400
	});
}
