Mississippi State Micro Flame Graphics
This set of NCAA graphics are perfect for the sports enthusiasts on the go. Featuring Mississippi State colors and logo, this this pair of graphic decals can be put on your car, truck, or motorcycle.
- Auto flame graphics
- 2 Graphics
- Mississippi State University Bulldogs
- NCAA officially licensed
- Perfect for the car, truck, or motorcycle
- Made from plastic resin, Mylar
- Each decal measures 5" x 2"
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.