// Highlight Layers $('#color_one').mouseover(function(){ color_one_high_pads.show(); layerpads.draw(); color_one_high_blocker.show(); layerblocker.draw(); color_one_high_catch.show(); layercatch.draw(); color_one_high_set.show(); layerset.draw(); }); $('#color_one').mouseout(function(){ color_one_high_pads.hide(); layerpads.draw(); color_one_high_blocker.hide(); layerblocker.draw(); color_one_high_catch.hide(); layercatch.draw(); color_one_high_set.hide(); layerset.draw(); }); $('#color_two').mouseover(function(){ color_two_high_pads.show(); layerpads.draw(); color_two_high_blocker.show(); layerblocker.draw(); color_two_high_catch.show(); layercatch.draw(); color_two_high_set.show(); layerset.draw(); }); $('#color_two').mouseout(function(){ color_two_high_pads.hide(); layerpads.draw(); color_two_high_blocker.hide(); layerblocker.draw(); color_two_high_catch.hide(); layercatch.draw(); color_two_high_set.hide(); layerset.draw(); }); $('#color_three').mouseover(function(){ color_three_high_pads.show(); layerpads.draw(); color_three_high_blocker.show(); layerblocker.draw(); color_three_high_catch.show(); layercatch.draw(); color_three_high_set.show(); layerset.draw(); }); $('#color_three').mouseout(function(){ color_three_high_pads.hide(); layerpads.draw(); color_three_high_blocker.hide(); layerblocker.draw(); color_three_high_catch.hide(); layercatch.draw(); color_three_high_set.hide(); layerset.draw(); }); $('#color_four').mouseover(function(){ color_four_high_pads.show(); layerpads.draw(); color_four_high_blocker.show(); layerblocker.draw(); color_four_high_catch.show(); layercatch.draw(); color_four_high_set.show(); layerset.draw(); }); $('#color_four').mouseout(function(){ color_four_high_pads.hide(); layerpads.draw(); color_four_high_blocker.hide(); layerblocker.draw(); color_four_high_catch.hide(); layercatch.draw(); color_four_high_set.hide(); layerset.draw(); }); $('#color_five').mouseover(function(){ color_five_high_pads.show(); layerpads.draw(); color_five_high_blocker.show(); layerblocker.draw(); color_five_high_catch.show(); layercatch.draw(); color_five_high_set.show(); layerset.draw(); }); $('#color_five').mouseout(function(){ color_five_high_pads.hide(); layerpads.draw(); color_five_high_blocker.hide(); layerblocker.draw(); color_five_high_catch.hide(); layercatch.draw(); color_five_high_set.hide(); layerset.draw(); }); $('#color_six').mouseover(function(){ color_six_high_pads.show(); layerpads.draw(); color_six_high_blocker.show(); layerblocker.draw(); color_six_high_catch.show(); layercatch.draw(); color_six_high_set.show(); layerset.draw(); }); $('#color_six').mouseout(function(){ color_six_high_pads.hide(); layerpads.draw(); color_six_high_blocker.hide(); layerblocker.draw(); color_six_high_catch.hide(); layercatch.draw(); color_six_high_set.hide(); layerset.draw(); }); $('#color_seven').mouseover(function(){ color_seven_high_pads.show(); layerpads.draw(); color_seven_high_blocker.show(); layerblocker.draw(); color_seven_high_catch.show(); layercatch.draw(); }); $('#color_seven').mouseout(function(){ color_seven_high_pads.hide(); layerpads.draw(); color_seven_high_blocker.hide(); layerblocker.draw(); color_seven_high_catch.hide(); layercatch.draw(); }); $('#color_eight').mouseover(function(){ color_eight_high_pads.show(); layerpads.draw(); color_eight_high_blocker.show(); layerblocker.draw(); color_eight_high_catch.show(); layercatch.draw(); }); $('#color_eight').mouseout(function(){ color_eight_high_pads.hide(); layerpads.draw(); color_eight_high_blocker.hide(); layerblocker.draw(); color_eight_high_catch.hide(); layercatch.draw(); }); $('#color_nine').mouseover(function(){ color_nine_high_pads.show(); layerpads.draw(); color_nine_high_blocker.show(); layerblocker.draw(); color_nine_high_catch.show(); layercatch.draw(); color_nine_high_set.show(); layerset.draw(); }); $('#color_nine').mouseout(function(){ color_nine_high_pads.hide(); layerpads.draw(); color_nine_high_blocker.hide(); layerblocker.draw(); color_nine_high_catch.hide(); layercatch.draw(); color_nine_high_set.hide(); layerset.draw(); }); $('#color_ten').mouseover(function(){ color_ten_high_pads.show(); layerpads.draw(); color_ten_high_set.show(); layerset.draw(); }); $('#color_ten').mouseout(function(){ color_ten_high_pads.hide(); layerpads.draw(); color_ten_high_set.hide(); layerset.draw(); }); $('#color_eleven').mouseover(function(){ color_eleven_high_pads.show(); layerpads.draw(); }); $('#color_eleven').mouseout(function(){ color_eleven_high_pads.hide(); layerpads.draw(); }); $('#color_twelve').mouseover(function(){ color_twelve_high_pads.show(); layerpads.draw(); }); $('#color_twelve').mouseout(function(){ color_twelve_high_pads.hide(); layerpads.draw(); }); $('#color_thirteen').mouseover(function(){ color_thirteen_high_pads.show(); layerpads.draw(); color_thirteen_high_blocker.show(); layerblocker.draw(); color_thirteen_high_catch.show(); layercatch.draw(); color_thirteen_high_set.show(); layerset.draw(); }); $('#color_thirteen').mouseout(function(){ color_thirteen_high_pads.hide(); layerpads.draw(); color_thirteen_high_blocker.hide(); layerblocker.draw(); color_thirteen_high_catch.hide(); layercatch.draw(); color_thirteen_high_set.hide(); layerset.draw(); }); $('#color_fourteen').mouseover(function(){ color_fourteen_high_blocker.show(); layerblocker.draw(); color_fourteen_high_catch.show(); layercatch.draw(); }); $('#color_fourteen').mouseout(function(){ color_fourteen_high_blocker.hide(); layerblocker.draw(); color_fourteen_high_catch.hide(); layercatch.draw(); }); $('#color_fifteen').mouseover(function(){ color_fifteen_high_blocker.show(); layerblocker.draw(); color_fifteen_high_catch.show(); layercatch.draw(); }); $('#color_fifteen').mouseout(function(){ color_fifteen_high_blocker.hide(); layerblocker.draw(); color_fifteen_high_catch.hide(); layercatch.draw(); }); $('#color_sixteen').mouseover(function(){ color_sixteen_high_blocker.show(); layerblocker.draw(); color_sixteen_high_catch.show(); layercatch.draw(); color_sixteen_high_set.show(); layerset.draw(); }); $('#color_sixteen').mouseout(function(){ color_sixteen_high_blocker.hide(); layerblocker.draw(); color_sixteen_high_catch.hide(); layercatch.draw(); color_sixteen_high_set.hide(); layerset.draw(); }); $('#color_seventeen').mouseover(function(){ color_seventeen_high_catch.show(); layercatch.draw(); }); $('#color_seventeen').mouseout(function(){ color_seventeen_high_catch.hide(); layercatch.draw(); }); $('#color_eighteen').mouseover(function(){ color_eighteen_high_catch.show(); layercatch.draw(); color_eighteen_high_set.show(); layerset.draw(); }); $('#color_eighteen').mouseout(function(){ color_eighteen_high_catch.hide(); layercatch.draw(); color_eighteen_high_set.hide(); layerset.draw(); }); $('#color_nineteen').mouseover(function(){ color_nineteen_high_catch.show(); layercatch.draw(); }); $('#color_nineteen').mouseout(function(){ color_nineteen_high_catch.hide(); layercatch.draw(); }); $('#color_twenty').mouseover(function(){ color_twenty_high_pads.show(); layerpads.draw(); color_twenty_high_blocker.show(); layerblocker.draw(); color_twenty_high_catch.show(); layercatch.draw(); color_twenty_high_set.show(); layerset.draw(); }); $('#color_twenty').mouseout(function(){ color_twenty_high_pads.hide(); layerpads.draw(); color_twenty_high_blocker.hide(); layerblocker.draw(); color_twenty_high_catch.hide(); layercatch.draw(); color_twenty_high_set.hide(); layerset.draw(); }); $('#color_twenty_one').mouseover(function(){ color_twenty_one_high_pads.show(); layerpads.draw(); color_twenty_one_high_blocker.show(); layerblocker.draw(); color_twenty_one_high_catch.show(); layercatch.draw(); color_twenty_one_high_set.show(); layerset.draw(); }); $('#color_twenty_one').mouseout(function(){ color_twenty_one_high_pads.hide(); layerpads.draw(); color_twenty_one_high_blocker.hide(); layerblocker.draw(); color_twenty_one_high_catch.hide(); layercatch.draw(); color_twenty_one_high_set.hide(); layerset.draw(); }); $('#color_twenty_two').mouseover(function(){ color_twenty_two_high_pads.show(); layerpads.draw(); color_twenty_two_high_blocker.show(); layerblocker.draw(); color_twenty_two_high_catch.show(); layercatch.draw(); color_twenty_two_high_set.show(); layerset.draw(); }); $('#color_twenty_two').mouseout(function(){ color_twenty_two_high_pads.hide(); layerpads.draw(); color_twenty_two_high_blocker.hide(); layerblocker.draw(); color_twenty_two_high_catch.hide(); layercatch.draw(); color_twenty_two_high_set.hide(); layerset.draw(); }); $('#color_twenty_three').mouseover(function(){ color_twenty_three_high_pads.show(); layerpads.draw(); }); $('#color_twenty_three').mouseout(function(){ color_twenty_three_high_pads.hide(); layerpads.draw(); }); $('#color_twenty_four').mouseover(function(){ color_twenty_four_high_pads.show(); layerpads.draw(); color_twenty_four_high_blocker.show(); layerblocker.draw(); color_twenty_four_high_catch.show(); layercatch.draw(); color_twenty_four_high_set.show(); layerset.draw(); }); $('#color_twenty_four').mouseout(function(){ color_twenty_four_high_pads.hide(); layerpads.draw(); color_twenty_four_high_blocker.hide(); layerblocker.draw(); color_twenty_four_high_catch.hide(); layercatch.draw(); color_twenty_four_high_set.hide(); layerset.draw(); }); $('#color_stitching').mouseover(function(){ stitching_high_pads.show(); layerpads.draw(); stitching_high_blocker.show(); layerblocker.draw(); stitching_high_catch.show(); layercatch.draw(); stitching_high_set.show(); layerset.draw(); }); $('#color_stitching').mouseout(function(){ stitching_high_pads.hide(); layerpads.draw(); stitching_high_blocker.hide(); layerblocker.draw(); stitching_high_catch.hide(); layercatch.draw(); stitching_high_set.hide(); layerset.draw(); }); $('#color_pocket_lacing').mouseover(function(){ pocket_lacing_high_pads.show(); layerpads.draw(); pocket_lacing_high_blocker.show(); layerblocker.draw(); pocket_lacing_high_catch.show(); layercatch.draw(); pocket_lacing_high_set.show(); layerset.draw(); }); $('#color_pocket_lacing').mouseout(function(){ pocket_lacing_high_pads.hide(); layerpads.draw(); pocket_lacing_high_blocker.hide(); layerblocker.draw(); pocket_lacing_high_catch.hide(); layercatch.draw(); pocket_lacing_high_set.hide(); layerset.draw(); }); $('#color_lacing').mouseover(function(){ pocket_lacing_high_pads.show(); layerpads.draw(); pocket_lacing_high_blocker.show(); layerblocker.draw(); pocket_lacing_high_catch.show(); layercatch.draw(); pocket_lacing_high_set.show(); layerset.draw(); }); $('#color_lacing').mouseout(function(){ pocket_lacing_high_pads.hide(); layerpads.draw(); pocket_lacing_high_blocker.hide(); layerblocker.draw(); pocket_lacing_high_catch.hide(); layercatch.draw(); pocket_lacing_high_set.hide(); layerset.draw(); }); $('#color_bindings').mouseover(function(){ bindings_high_pads.show(); layerpads.draw(); bindings_high_blocker.show(); layerblocker.draw(); bindings_high_catch.show(); layercatch.draw(); bindings_high_set.show(); layerset.draw(); }); $('#color_bindings').mouseout(function(){ bindings_high_pads.hide(); layerpads.draw(); bindings_high_blocker.hide(); layerblocker.draw(); bindings_high_catch.hide(); layercatch.draw(); bindings_high_set.hide(); layerset.draw(); }); $('#color_transfer').mouseover(function(){ transfers_high_pads.show(); layerpads.draw(); transfers_high_blocker.show(); layerblocker.draw(); transfers_high_catch.show(); layercatch.draw(); transfers_high_set.show(); layerset.draw(); }); $('#color_transfer').mouseout(function(){ transfers_high_pads.hide(); layerpads.draw(); transfers_high_blocker.hide(); layerblocker.draw(); transfers_high_catch.hide(); layercatch.draw(); transfers_high_set.hide(); layerset.draw(); }); $('#color_elastic').mouseover(function(){ color_elastic_high_pads.show(); layerpads.draw(); color_elastic_high_catch.show(); layercatch.draw(); color_elastic_high_set.show(); layerset.draw(); }); $('#color_elastic').mouseout(function(){ color_elastic_high_pads.hide(); layerpads.draw(); color_elastic_high_catch.hide(); layercatch.draw(); color_elastic_high_set.hide(); layerset.draw(); }); $('#color_twenty_four').mouseover(function(){ color_twenty_four_high_pads.show(); layerpads.draw(); color_twenty_four_high_set.show(); layerset.draw(); }); $('#color_twenty_four').mouseout(function(){ color_twenty_four_high_pads.hide(); layerpads.draw();; color_twenty_four_high_set.hide(); layerset.draw(); });