function popup_choix_lien(champ_produit)
{
  var width = 500;
  var height = 500;
  window.open('/admin/catalogue/blancs_news.php3?champ_produit='+champ_produit, 'choixmenu', 'location=no, width='+width+', height='+height+', menubar=no, status=yes, resizable=yes, scrollbars=yes');
  // window.open('http://option-ameublement.dev:8080/admin/catalogue/blancs_news.php3?champ_produit='+champ_produit, 'choixmenu', 'location=no, width='+width+', height='+height+', menubar=no, status=yes, resizable=yes, scrollbars=yes');
}
