 function km_openShop(id) {
  window.open('ficheMagasin.html?webcontact='+id,'pop','left=20, top=20, width=420, height=560,scrollbars=yes,resizable=yes');
}