');
//$('#tip_status').css({top: $('#filter_status').position().top-30+"px", left:222+"px"});
// $('#tip_collection').css({top: $('#filter_collection').position().top-30+"px", left:222+"px"});
// $('#tip_type').css({top: $('#filter_type').position().top-30+"px", left:222+"px"});
// //$('#tip_accessory').css({top: $('#filter_accessory').position().top-30+"px", left:222+"px"});
// $('#tip_series').css({top: $('#filter_series').position().top-30+"px", left:222+"px"});
$('#products_form INPUT').click(function() {
$(this).next().find('a')[0].click();
});
$('.collection_info A').click(function() {
$('.collection_info P').slideToggle();
return false;
});
//$('.tip_link').show();
$('.tip_link').click(function() {
var theid = $(this).attr("name");
//alert(theid);
if (!theid) {
$('.tip').hide();
$('#productlist').css({ opacity: 1.0 });
} else if ($('#'+theid).is(":visible")) {
$('.tip').hide();
$('#productlist').css({ opacity: 1.0 });
} else {
$('.tip').hide();
$('#'+theid).show();
$('#productlist').css({ opacity: 0.0 });
}
return false;
});
}
Click a thumbnail to zoom
Facebook
Join the conversation with other Anthem fans on Facebook.
Twitter
Keep up with everything Anthem on Twitter.
Flickr
View & download product photos, lifestyle images and logos on Flickr.
YouTube
Watch our information and product videos on YouTube.
Blog
Get the latest news and special announcements on our official Blog.