Elizabeth Taylor White Diamonds for Women - 4-Piece Gift Set - Small
Introduced by Elizabeth Taylor in 1991 White Diamonds is classified as a sharp gentle floral fragrance. This perfume has a blend of lily, rose, amber, oakmoss, and sandalwood. It is recommended for daytime wear.
- 4-Piece gift set
- Elizabeth Taylor White Diamonds for women
- eau de Toilette spray - 3.3 oz
- Perfumed body lotion - 1.7 oz
- Gentle moisturizing body wash - 1.7 oz
- Mini eau de toilette spray - 10ml
var tabWidth = 0;
var totalTabs = $('#product_info_tabs li').length;
$('#product_info_tabs li').hover(function(){
thisClassName = $(this).attr('class');
if (! thisClassName.match(/Active/)) {
thisClassName += 'Hover';
$(this).attr('class',thisClassName);
}
},function(){
thisClassName = $(this).attr('class')
if (! thisClassName.match(/Active/)) {
thisClassName = thisClassName.replace(/Hover/,'');
$(this).attr('class',thisClassName);
}
}).each(function(i){
if (i == 0) $(this).addClass('FirstItemActive');
if (i == totalTabs-1) {
$(this).addClass('LastItem');
} else {
tabWidth += $(this).outerWidth();
}
$('a',this).click(function(){
var thisClassName = $(this).parent().attr('class');
if (! thisClassName.match(/Active/)) {
$('#product_info_tabs li').each(function(){
var thisClassName = $(this).attr('class');
thisClassName = thisClassName.replace(/Hover/,'');
thisClassName = thisClassName.replace(/Active/,'');
$(this).attr('class',thisClassName);
})
thisClassName += 'Active';
thisClassName = thisClassName.replace(/Hover/,'');
$(this).parent().attr('class',thisClassName);
}
});
});
function showNewProductInfoTab(ID) {
$(ID).trigger('click');
idx = parseInt($("a","#product_info_tabs").index($(ID)[0]));
$(".tab_content_wrapper","#product_info_content").hide();
$(".tab_content_wrapper:eq("+idx+")","#product_info_content").show();
}
You have no recently viewed items.