On Sale Professional Tenor Trombones
King 2103 3B Legend Series Trombone The King Legend is, well, legendary. -
New: $1,879.00 - $3,329.00 MSRP: $3,130.00
-
Used:
$2,546.69 - $2,996.10
-
Rating:
Options Available:
Lacquer F Attachment, Lacquer Gold Brass Bell, Lac...
[more]
$(document).ready(function()
{
var targets = {};
$('body').on('mouseover', '.product-hover-trigger', function()
{
var id = $(this).data('hover-target');
var target = (targets[id] = targets[id] || $('#' + id));
target.addClass('product-hover');
})
.on('mouseout', '.product-hover-trigger', function()
{
var id = $(this).data('hover-target');
var target = (targets[id] = targets[id] || $('#' + id));
target.removeClass('product-hover');
});
});