function openStoreLoc(){
  hWnd = window.open("http://host5.asyntel.fr/prodsearch/find.asp?gamme=soja", "StoreLoc", "width=450,height=400,scrollbars=yes");
  hWnd.focus();
}
