// Highlight Layers
$('#color_one').mouseover(function(){
color_one_high_blocker.show();
layerblocker.draw();
});
$('#color_one').mouseout(function(){
color_one_high_blocker.hide();
layerblocker.draw();
});
$('#color_two').mouseover(function(){
color_two_high_blocker.show();
layerblocker.draw();
});
$('#color_two').mouseout(function(){
color_two_high_blocker.hide();
layerblocker.draw();
});
$('#color_three').mouseover(function(){
color_three_high_blocker.show();
layerblocker.draw();
});
$('#color_three').mouseout(function(){
color_three_high_blocker.hide();
layerblocker.draw();
});
$('#color_four').mouseover(function(){
color_four_high_blocker.show();
layerblocker.draw();
});
$('#color_four').mouseout(function(){
color_four_high_blocker.hide();
layerblocker.draw();
});
$('#color_five').mouseover(function(){
color_five_high_blocker.show();
layerblocker.draw();
});
$('#color_five').mouseout(function(){
color_five_high_blocker.hide();
layerblocker.draw();
});
$('#color_six').mouseover(function(){
color_six_high_blocker.show();
layerblocker.draw();
});
$('#color_six').mouseout(function(){
color_six_high_blocker.hide();
layerblocker.draw();
});
$('#color_seven').mouseover(function(){
color_seven_high_blocker.show();
layerblocker.draw();
});
$('#color_seven').mouseout(function(){
color_seven_high_blocker.hide();
layerblocker.draw();
});
$('#color_eight').mouseover(function(){
color_eight_high_blocker.show();
layerblocker.draw();
});
$('#color_eight').mouseout(function(){
color_eight_high_blocker.hide();
layerblocker.draw();
});
$('#color_nine').mouseover(function(){
color_nine_high_blocker.show();
layerblocker.draw();
});
$('#color_nine').mouseout(function(){
color_nine_high_blocker.hide();
layerblocker.draw();
});
$('#color_ten').mouseover(function(){
color_ten_high_blocker.show();
layerblocker.draw();
});
$('#color_ten').mouseout(function(){
color_ten_high_blocker.hide();
layerblocker.draw();
});
$('#color_eleven').mouseover(function(){
color_eleven_high_blocker.show();
layerblocker.draw();
});
$('#color_eleven').mouseout(function(){
color_eleven_high_blocker.hide();
layerblocker.draw();
});
$('#color_twelve').mouseover(function(){
color_twelve_high_blocker.show();
layerblocker.draw();
});
$('#color_twelve').mouseout(function(){
color_twelve_high_blocker.hide();
layerblocker.draw();
});
$('#color_thirteen').mouseover(function(){
color_thirteen_high_blocker.show();
layerblocker.draw();
});
$('#color_thirteen').mouseout(function(){
color_thirteen_high_blocker.hide();
layerblocker.draw();
});
$('#color_fourteen').mouseover(function(){
color_fourteen_high_blocker.show();
layerblocker.draw();
});
$('#color_fourteen').mouseout(function(){
color_fourteen_high_blocker.hide();
layerblocker.draw();
});
$('#color_fifteen').mouseover(function(){
color_fifteen_high_blocker.show();
layerblocker.draw();
});
$('#color_fifteen').mouseout(function(){
color_fifteen_high_blocker.hide();
layerblocker.draw();
});
$('#color_sixteen').mouseover(function(){
color_sixteen_high_blocker.show();
layerblocker.draw();
});
$('#color_sixteen').mouseout(function(){
color_sixteen_high_blocker.hide();
layerblocker.draw();
});
$('#color_seventeen').mouseover(function(){
color_seventeen_high_blocker.show();
layerblocker.draw();
});
$('#color_seventeen').mouseout(function(){
color_seventeen_high_blocker.hide();
layerblocker.draw();
});
$('#color_eighteen').mouseover(function(){
color_eighteen_high_blocker.show();
layerblocker.draw();
});
$('#color_eighteen').mouseout(function(){
color_eighteen_high_blocker.hide();
layerblocker.draw();
});
$('#color_nineteen').mouseover(function(){
color_nineteen_high_blocker.show();
layerblocker.draw();
});
$('#color_nineteen').mouseout(function(){
color_nineteen_high_blocker.hide();
layerblocker.draw();
});
$('#color_twenty').mouseover(function(){
color_twenty_high_blocker.show();
layerblocker.draw();
});
$('#color_twenty').mouseout(function(){
color_twenty_high_blocker.hide();
layerblocker.draw();
});
$('#color_twenty_one').mouseover(function(){
color_twenty_one_high_blocker.show();
layerblocker.draw();
});
$('#color_twenty_one').mouseout(function(){
color_twenty_one_high_blocker.hide();
layerblocker.draw();
});
$('#color_twenty_two').mouseover(function(){
color_twenty_two_high_blocker.show();
layerblocker.draw();
});
$('#color_twenty_two').mouseout(function(){
color_twenty_two_high_blocker.hide();
layerblocker.draw();
});
$('#color_twenty_three').mouseover(function(){
color_twenty_three_high_blocker.show();
layerblocker.draw();
});
$('#color_twenty_three').mouseout(function(){
color_twenty_three_high_blocker.hide();
layerblocker.draw();
});
$('#color_stitching').mouseover(function(){
stitching_high_blocker.show();
layerblocker.draw();
});
$('#color_stitching').mouseout(function(){
stitching_high_blocker.hide();
layerblocker.draw();
});
$('#color_pocket_lacing').mouseover(function(){
pocket_lacing_high_blocker.show();
layerblocker.draw();
});
$('#color_pocket_lacing').mouseout(function(){
pocket_lacing_high_blocker.hide();
layerblocker.draw();
});
$('#color_lacing').mouseover(function(){
pocket_lacing_high_blocker.show();
layerblocker.draw();
});
$('#color_lacing').mouseout(function(){
pocket_lacing_high_blocker.hide();
layerblocker.draw();
});
$('#color_bindings').mouseover(function(){
bindings_high_blocker.show();
layerblocker.draw();
});
$('#color_bindings').mouseout(function(){
bindings_high_blocker.hide();
layerblocker.draw();
});
$('#color_transfer').mouseover(function(){
transfers_high_blocker.show();
layerblocker.draw();
});
$('#color_transfer').mouseout(function(){
transfers_high_blocker.hide();
layerblocker.draw();
});
$('#color_elastic').mouseover(function(){
color_elastic_high_blocker.show();
layerblocker.draw();
});
$('#color_elastic').mouseout(function(){
color_elastic_high_blocker.hide();
layerblocker.draw();
});