function addToCart(href) {
  try {
    if (href!='') {
      showCenteredPopup(href+'&popup=1', 370, 300);
      return false;
    }
  }  catch (e) { }
 
  return true;
}

function addToLightbox(href) {
  try {
    if (href!='') {
      showCenteredPopup(href+'&popup=1', 320, 300);
      return false;
    }
  }  catch (e) { }
 
  return true;
}

