﻿


//$(function($) {
//    $('div.AddToCart').click(function() {
//        $(this).next().show();
//        gift.addToCart($(this).parent().parent().parent().attr("rel"), "#");
//        $(this).next().hide();
//        $(this).parent().hide();
//    });
//});

//function ClosePop(ID) 
//{
//    alert(ID);
//    if (ID != undefined) {
//        ID.style.display = 'none';
//    }
//}

//$('.addgift-buy').click(function() {

//    gift.triggerControl = $(this).prev().prev();
//    gift.ajaxLoader = gift.triggerControl.next();

//    var giftObject = gift.triggerControl.parent().parent();
//    var giftID = giftObject.attr("rel");
//    gift.addToCart(giftID, "#");

//    return true;
//});


