function addToWishlist(product)
 {
  var url='wishlist/changeWishlist.php?id='+product+'&action=change';
  setFrameSrc(url);
 }

