 function productPopup(path)
 {
   params = 'scrollbars, resizable';

   window.open(path, '', params);
 }


