function create_gallery(id) {
  window.open("/gallery?ean="+id, "avambo_gallery","width=725,height=450,resizable=no,scrollbars=no,toolbar=no,location=no,status=no");
}