
function openArticle(uid_produit){
window.open("produit.php?pdt="+uid_produit, "photo", "width=520,height=250,menubar=no,scrollbars=no,resizable=yes");
}

function confRetrait(){
	resp=confirm('Etes-vous sūr de vouloir retirer cet article de votre panier ?');
	return(resp);
}

function openPrintable(codepays){
	window.open("impression.php?cp="+codepays, "facture", "width=575,height=560,menubar=no,scrollbars=no,resizable=yes");
}
