
function Ajout_Produit() {
	//document.FORM_ARTICLE.action = "ajout_produit.php";
	//document.FORM_ARTICLE.submit();
}
function GrandePhoto(titre,photo,W,H) {
  myWin=open("","newin","width="+W+",height="+H+",resizable=1,scrollbars=0,status=0");
  myWin.document.open();
  if (myWin.blur) myWin.focus();
  myWin.resizeTo(W+12,H+27);
  myWin.document.write('<html><head><title>'+titre+'</title></head><body BGCOLOR="#ffffff" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">');
  myWin.document.write('<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0"><tr><td>');
  myWin.document.write('<A HREF="javascript:window.close();" ALT="Cliquez pour fermer">');  
  myWin.document.write('<IMG SRC="'+photo+'" WIDTH="'+W+'" HEIGHT="'+H+'" BORDER="0">');
  myWin.document.write('</A>');  
  myWin.document.write("</table></tr></td>");
  myWin.document.write("</body></html>");
  myWin.document.close();  
}
function Autres_Photos(id) {
  myWin=open("popup_photo.php?id="+id,"newin","width=400,height=300,resizable=1,scrollbars=0,status=0");
}
function CGV() {
	alert('en attente de vos conditions de vente. Merci de nous les envoyer');
}