// Highlight Layers $('#color_one').mouseover(function(){ color_one_high_.show(); layer.draw(); }); $('#color_one').mouseout(function(){ color_one_high_.hide(); layer.draw(); }); $('#color_two').mouseover(function(){ color_two_high_.show(); layer.draw(); }); $('#color_two').mouseout(function(){ color_two_high_.hide(); layer.draw(); }); $('#color_three').mouseover(function(){ color_three_high_.show(); layer.draw(); }); $('#color_three').mouseout(function(){ color_three_high_.hide(); layer.draw(); }); $('#color_four').mouseover(function(){ color_four_high_.show(); layer.draw(); }); $('#color_four').mouseout(function(){ color_four_high_.hide(); layer.draw(); }); $('#color_five').mouseover(function(){ color_five_high_.show(); layer.draw(); }); $('#color_five').mouseout(function(){ color_five_high_.hide(); layer.draw(); }); $('#color_six').mouseover(function(){ color_six_high_.show(); layer.draw(); }); $('#color_six').mouseout(function(){ color_six_high_.hide(); layer.draw(); }); $('#color_seven').mouseover(function(){ color_seven_high_.show(); layer.draw(); }); $('#color_seven').mouseout(function(){ color_seven_high_.hide(); layer.draw(); }); $('#color_eight').mouseover(function(){ color_eight_high_.show(); layer.draw(); }); $('#color_eight').mouseout(function(){ color_eight_high_.hide(); layer.draw(); }); $('#color_nine').mouseover(function(){ color_nine_high_.show(); layer.draw(); }); $('#color_nine').mouseout(function(){ color_nine_high_.hide(); layer.draw(); }); $('#color_ten').mouseover(function(){ color_ten_high_.show(); layer.draw(); }); $('#color_ten').mouseout(function(){ color_ten_high_.hide(); layer.draw(); }); $('#color_eleven').mouseover(function(){ color_eleven_high_.show(); layer.draw(); }); $('#color_eleven').mouseout(function(){ color_eleven_high_.hide(); layer.draw(); }); $('#color_twelve').mouseover(function(){ color_twelve_high_.show(); layer.draw(); }); $('#color_twelve').mouseout(function(){ color_twelve_high_.hide(); layer.draw(); }); $('#color_thirteen').mouseover(function(){ color_thirteen_high_.show(); layer.draw(); }); $('#color_thirteen').mouseout(function(){ color_thirteen_high_.hide(); layer.draw(); }); $('#color_fourteen').mouseover(function(){ color_fourteen_high_.show(); layer.draw(); }); $('#color_fourteen').mouseout(function(){ color_fourteen_high_.hide(); layer.draw(); }); $('#color_fifteen').mouseover(function(){ color_fifteen_high_.show(); layer.draw(); }); $('#color_fifteen').mouseout(function(){ color_fifteen_high_.hide(); layer.draw(); }); $('#color_sixteen').mouseover(function(){ color_sixteen_high_.show(); layer.draw(); }); $('#color_sixteen').mouseout(function(){ color_sixteen_high_.hide(); layer.draw(); }); $('#color_seventeen').mouseover(function(){ color_seventeen_high_.show(); layer.draw(); }); $('#color_seventeen').mouseout(function(){ color_seventeen_high_.hide(); layer.draw(); }); $('#color_eighteen').mouseover(function(){ color_eighteen_high_.show(); layer.draw(); }); $('#color_eighteen').mouseout(function(){ color_eighteen_high_.hide(); layer.draw(); }); $('#color_nineteen').mouseover(function(){ color_nineteen_high_.show(); layer.draw(); }); $('#color_nineteen').mouseout(function(){ color_nineteen_high_.hide(); layer.draw(); }); $('#color_twenty').mouseover(function(){ color_twenty_high_.show(); layer.draw(); }); $('#color_twenty').mouseout(function(){ color_twenty_high_.hide(); layer.draw(); }); $('#color_twenty_one').mouseover(function(){ color_twenty_one_high_.show(); layer.draw(); }); $('#color_twenty_one').mouseout(function(){ color_twenty_one_high_.hide(); layer.draw(); }); $('#color_twenty_two').mouseover(function(){ color_twenty_two_high_.show(); layer.draw(); }); $('#color_twenty_two').mouseout(function(){ color_twenty_two_high_.hide(); layer.draw(); }); $('#color_twenty_three').mouseover(function(){ color_twenty_three_high_.show(); layer.draw(); }); $('#color_twenty_three').mouseout(function(){ color_twenty_three_high_.hide(); layer.draw(); }); $('#color_stitching').mouseover(function(){ stitching_high_.show(); layer.draw(); }); $('#color_stitching').mouseout(function(){ stitching_high_.hide(); layer.draw(); }); $('#color_pocket_lacing').mouseover(function(){ pocket_lacing_high_.show(); layer.draw(); }); $('#color_pocket_lacing').mouseout(function(){ pocket_lacing_high_.hide(); layer.draw(); }); $('#color_lacing').mouseover(function(){ pocket_lacing_high_.show(); layer.draw(); }); $('#color_lacing').mouseout(function(){ pocket_lacing_high_.hide(); layer.draw(); }); $('#color_bindings').mouseover(function(){ bindings_high_.show(); layer.draw(); }); $('#color_bindings').mouseout(function(){ bindings_high_.hide(); layer.draw(); }); $('#color_transfer').mouseover(function(){ transfers_high_.show(); layer.draw(); }); $('#color_transfer').mouseout(function(){ transfers_high_.hide(); layer.draw(); }); $('#color_elastic').mouseover(function(){ color_elastic_high_.show(); layer.draw(); }); $('#color_elastic').mouseout(function(){ color_elastic_high_.hide(); layer.draw(); });