var currentTab;
var lenses = new Array();
function Lens() {}


lens = new Lens;
lenses['1'] = lens;
lens.color = 'Light Grey Transitions';
lens.light_transmission = '38% to 9%';
lens.protection_index = '2';
lens.conditions = 'changing conditions to intense sun';
lens.is_neutral = true;
lens.application = 'Medium to extremely bright light. Neutral transmission for truer color perception across a wide variety of light conditions.';
lens.image_name = 'eyew_plu1_t_lt_grey';
lens.is_photochromic = true;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['2'] = lens;
lens.color = 'VR50 Photochromic';
lens.light_transmission = '50% to 10%';
lens.protection_index = '1';
lens.conditions = 'overcast to sunny';
lens.is_neutral = false;
lens.application = 'Sport performance lens for flat to bright light. Subtle tint that boosts contrast in a wide variety of light conditions. Excellent for mountain biking and golf, and any other sport that takes you in and out of shaded areas.';
lens.image_name = 'eyew_plu1_t_vr50';
lens.is_photochromic = true;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['3'] = lens;
lens.color = 'Black Persimmon Iridium Photochromic';
lens.light_transmission = '42% to 10%';
lens.protection_index = '2';
lens.conditions = 'changing conditions to sunny';
lens.is_neutral = false;
lens.application = 'Sport performance lens for flat to bright light. Filters blue light to boost contrast and increase depth perception in a wide variety of light conditions. Excellent for mountain biking and golf, and any other sport that takes you in and out of shaded areas.';
lens.image_name = 'eyew_plu1_t_pers_grey';
lens.is_photochromic = true;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['4'] = lens;
lens.color = 'G40 Photochromic';
lens.light_transmission = '40% to 9%';
lens.protection_index = '2';
lens.conditions = 'changing conditions to intense sun';
lens.is_neutral = false;
lens.application = 'Sport performance lens for medium to extremely bright light. Muted rose tint for improved contrast and image resolution (visual clarity) across a wide variety of light conditions.';
lens.image_name = 'eyew_plu1_t_g40';
lens.is_photochromic = true;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['5'] = lens;
lens.color = 'Black Gradient';
lens.light_transmission = '35%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = true;
lens.application = 'Medium to low light. Neutral tint with smooth transition in shading from darker top to lighter bottom. Offers truer color perception.';
lens.image_name = 'eyew_plu1_s_blk_grdt';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['6'] = lens;
lens.color = 'Black Grey Gradient';
lens.light_transmission = '16%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = true;
lens.application = 'Medium to bright light. Excellent all-purpose lens. Neutral tint for truer color perception. Smooth transition in shading from darker top to lighter bottom.';
lens.image_name = 'eyew_plu1_s_blk_grey_grdt';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['7'] = lens;
lens.color = 'Brown Gradient';
lens.light_transmission = '25%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium light. Contrast-boosting tint with smooth transition in shading from darker top to lighter bottom.';
lens.image_name = 'eyew_plu1_s_brn_grdt';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['8'] = lens;
lens.color = 'VR50 Brown Gradient';
lens.light_transmission = '24%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium light. Subtle, contrast-boosting tint with smooth transition in shading from darker top to lighter bottom. Excellent all-purpose lens.';
lens.image_name = 'eyew_plu1_s_vr50_brwn_grdt';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['9'] = lens;
lens.color = 'Black Violet Gradient';
lens.light_transmission = '23%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium light. High contrast tint that enhances detail. Smooth transition in shading from darker top to lighter bottom.';
lens.image_name = 'eyew_plu1_s_blk_vilt_grdt';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['10'] = lens;
lens.color = 'G40 Black Gradient';
lens.light_transmission = '19%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Muted rose tint for improved contrast and image resolution (visual clarity) in low light. Smooth transition in shading from darker top to lighter bottom.';
lens.image_name = 'eyew_plu1_s_g40_blk_grdt';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['11'] = lens;
lens.color = 'Light Grey Polarized';
lens.light_transmission = '35%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = true;
lens.application = 'Medium light. Neutral transmission for truer color perception. Ideal for cutting glare in mixed or changing conditions';
lens.image_name = 'eyew_plu1_p_lt_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['12'] = lens;
lens.color = 'Grey Polarized';
lens.light_transmission = '17%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = true;
lens.application = 'Medium to bright light. Excellent all-purpose lens that cuts blinding glare while offering truer color perception.';
lens.image_name = 'eyew_plu1_p_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['13'] = lens;
lens.color = 'Emerald Iridium Polarized';
lens.light_transmission = '13%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = true;
lens.application = 'Medium to bright light. Filters harsh glare while offering truer color perception. Features an Iridium&reg; coating that subtly tunes contrast.';
lens.image_name = 'eyew_plu1_p_emrld_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['14'] = lens;
lens.color = 'Ice Iridium Polarized';
lens.light_transmission = '9%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = true;
lens.application = 'Extremely bright light. Features truer color perception with a highly reflective lens for maximized glare reduction.';
lens.image_name = 'eyew_plu1_p_ice_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['15'] = lens;
lens.color = 'Black Iridium Polarized';
lens.light_transmission = '9%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = true;
lens.application = 'Extremely bright light. Comfortable lens tint that offers truer color perception. Features an Iridium&reg; coating for maximized glare reduction.';
lens.image_name = 'eyew_plu1_p_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['16'] = lens;
lens.color = 'Amber Polarized';
lens.light_transmission = '30%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Sport performance lens for flat to medium light. High contrast design that cuts blinding glare while enhancing visual acuity. Excellent for shallow water fishing.';
lens.image_name = 'eyew_plu1_p_ambr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['17'] = lens;
lens.color = 'Amber Black Iridium Polarized';
lens.light_transmission = '18%';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Sport performance lens for medium to bright light. Boosts contrast and increases visual acuity in a wide variety of conditions. Features an Iridium&reg; coating to further reduce glare.';
lens.image_name = 'eyew_plu1_p_ambr_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['18'] = lens;
lens.color = 'Amber Gold Iridium Polarized';
lens.light_transmission = '18%';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = '';
lens.image_name = 'eyew_plu1_p_ambr_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['19'] = lens;
lens.color = 'VR28 Polarized';
lens.light_transmission = '16%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Sport performance lens for medium to bright light. Cuts blinding glare while filtering blue light to increase contrast and improve depth perception in a wide variety of conditions.';
lens.image_name = 'eyew_plu1_p_vr28';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Water - Shallow','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['20'] = lens;
lens.color = 'Bronze Polarized';
lens.light_transmission = '15%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Excellent all-purpose lens that cuts blinding glare while boosting contrast and depth perception.';
lens.image_name = 'eyew_plu1_p_brnz';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['21'] = lens;
lens.color = 'Tungsten Iridium Polarized';
lens.light_transmission = '15%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Cuts harsh glare and sharpens visual acuity. Features a subtle Iridium&reg; coating to further reduce glare and tune contrast.';
lens.image_name = 'eyew_plu1_p_tgstn_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['22'] = lens;
lens.color = 'VR28 Blue Polarized';
lens.light_transmission = '14%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Sport performance lens for medium to bright light. Cuts blinding glare while filtering blue light to increase contrast and improve depth perception in a wide variety of conditions.';
lens.image_name = 'eyew_plu1_p_vr28_blue';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['23'] = lens;
lens.color = 'Titanium Iridium Polarized';
lens.light_transmission = '12%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. High-contrast glare-cutting lens with a highly reflective Iridium&reg; coating.';
lens.image_name = 'eyew_plu1_p_tit_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['24'] = lens;
lens.color = 'VR28 Gold Iridium Polarized';
lens.light_transmission = '11%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = false;
lens.application = 'Sport performance lens for extremely bright light. Cuts blinding glare while filtering blue light to enhance visual acuity and improve depth perception. Features an Iridium&reg; coating to further tune contrast.';
lens.image_name = 'eyew_plu1_p_vr28_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['25'] = lens;
lens.color = 'VR28 Black Iridium Polarized';
lens.light_transmission = '10%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = false;
lens.application = 'Sport performance lens for extremely bright light. Cuts blinding glare while filtering blue light to enhance visual acuity and improve depth perception. Features an Iridium&reg; coating to further tune contrast.';
lens.image_name = 'eyew_plu1_p_vr28_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['26'] = lens;
lens.color = 'Fire Iridium Polarized';
lens.light_transmission = '10%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = false;
lens.application = 'Sport performance lens for extremely bright light. High-contrast glare-cutting design with a highly reflective Iridium&reg; coating to enhance greens and reds.';
lens.image_name = 'eyew_plu1_p_fire_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['27'] = lens;
lens.color = 'Gold Iridium Polarized';
lens.light_transmission = '9%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = false;
lens.application = 'Extremely bright light. Excellent all-purpose contrast-enhancing lens for sunny conditions. Features an Iridium&reg; coating for maximized glare reduction.';
lens.image_name = 'eyew_plu1_p_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['28'] = lens;
lens.color = 'Clear';
lens.light_transmission = '93%';
lens.protection_index = '0';
lens.conditions = 'indoor';
lens.is_neutral = true;
lens.application = 'Very low light or indoor use only. Allows the maximum amount of light through while still filtering out 100% of all harmful uv.';
lens.image_name = 'eyew_plu1_s_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['29'] = lens;
lens.color = 'Titanium Clear';
lens.light_transmission = '54%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = true;
lens.application = 'Low light only (indoor or overcast). Subtle Iridium&reg; coating reduces glare caused by artificial lighting.';
lens.image_name = 'eyew_plu1_s_tit_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['30'] = lens;
lens.color = 'Light Grey';
lens.light_transmission = '39%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = true;
lens.application = 'Medium light. Neutral lens tint for truer color perception.';
lens.image_name = 'eyew_plu1_s_lt_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['31'] = lens;
lens.color = 'Emerald Slate Iridium';
lens.light_transmission = '24%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = true;
lens.application = 'Medium light. Neutral lens tint for truer color perception. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_emrld_slt_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['32'] = lens;
lens.color = 'Slate Iridium';
lens.light_transmission = '23%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = true;
lens.application = 'Medium light. Neutral lens tint for truer color perception. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_slt_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['33'] = lens;
lens.color = 'Grey';
lens.light_transmission = '18%';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = true;
lens.application = 'Medium to bright light. Excellent all-purpose lens offering truer color perception in sunny conditions.\n';
lens.image_name = 'eyew_plu1_s_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['34'] = lens;
lens.color = 'Neutral Grey';
lens.light_transmission = '16%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = true;
lens.application = 'Medium to bright light. Excellent all-purpose lens offering truer color perception in sunny conditions.';
lens.image_name = 'eyew_plu1_s_ntrl_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['35'] = lens;
lens.color = 'Ruby Iridium';
lens.light_transmission = '14%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = true;
lens.application = 'Medium to bright light. Neutral lens tint for truer color perception. Features an Iridium&reg; coating to reduce glare. Excellent in hot, sunny conditions.';
lens.image_name = 'eyew_plu1_s_ruby_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['36'] = lens;
lens.color = 'Emerald Iridium';
lens.light_transmission = '13%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = true;
lens.application = 'Medium to bright light. Neutral lens tint for truer color perception. Features an Iridium&reg; coating to reduce glare. Excellent in hot, sunny conditions.';
lens.image_name = 'eyew_plu1_s_emrld_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['37'] = lens;
lens.color = 'Warm Grey';
lens.light_transmission = '10%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = true;
lens.application = 'Extremely bright light. Comfortable lens tint that offers truer color perception.';
lens.image_name = 'eyew_plu1_s_warm_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['38'] = lens;
lens.color = 'Dark Grey';
lens.light_transmission = '10%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = true;
lens.application = 'Extremely bright light. Excellent all-purpose lens that offers truer color perception in sunny conditions.';
lens.image_name = 'eyew_plu1_s_dark_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['39'] = lens;
lens.color = 'Ice Iridium';
lens.light_transmission = '10%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = true;
lens.application = 'Extremely bright light. Neutral lens tint for truer color perception. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_ice_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['40'] = lens;
lens.color = 'Black Iridium';
lens.light_transmission = '10%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = true;
lens.application = 'Extremely bright light. Excellent all-purpose lens for sunny conditions. Offers truer color perception. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['41'] = lens;
lens.color = 'Ruby Clear';
lens.light_transmission = '92%';
lens.protection_index = '0';
lens.conditions = 'indoor';
lens.is_neutral = false;
lens.application = 'Very low light or indoor use only. Features a subtle Iridium&reg; coating to increase contrast and reduce glare caused by artificial lighting.';
lens.image_name = 'eyew_plu1_s_ruby_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['42'] = lens;
lens.color = 'Yellow';
lens.light_transmission = '90%';
lens.protection_index = '0';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to very low light. High contrast lens, ideal for low-light sport applications such as target shooting or night skiing/snowboarding.';
lens.image_name = 'eyew_plu1_s_yel';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['43'] = lens;
lens.color = 'High Intensity Yellow';
lens.light_transmission = '86%';
lens.protection_index = '0';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to very low light. Features an Iridium&reg; coating for tuned contrast and reduced glare, perfect for extremely flat light or foggy conditions.';
lens.image_name = 'eyew_plu1_s_hi_yel';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['44'] = lens;
lens.color = 'Pink Iridium';
lens.light_transmission = '63%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Increases depth perception and enhances detail.';
lens.image_name = 'eyew_plu1_s_pink_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['45'] = lens;
lens.color = 'Persimmon';
lens.light_transmission = '61%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Sport performance lens for flat to low light. Filters blue light to boost contrast and enhance depth perception in overcast or shaded conditions.';
lens.image_name = 'eyew_plu1_s_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['46'] = lens;
lens.color = 'High Intensity Persimmon';
lens.light_transmission = '59%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Sport performance lens for flat to low light. Filters blue light to boost contrast and enhance depth perception. Features an Iridium&reg; coating to reduce glare and balance light transmission.';
lens.image_name = 'eyew_plu1_s_hi_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['47'] = lens;
lens.color = 'Violet';
lens.light_transmission = '55%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Increases depth perception and enhances detail. Ideal for overcast conditions.';
lens.image_name = 'eyew_plu1_s_vilt';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['48'] = lens;
lens.color = 'G30 Persimmon';
lens.light_transmission = '54%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Sport performance lens for flat to low light. Filters blues and greens to increase contrast and enhance depth perception.';
lens.image_name = 'eyew_plu1_s_g30_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['49'] = lens;
lens.color = 'Gold Clear';
lens.light_transmission = '53%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Low light only (indoor or overcast). Subtle Iridium&reg; coating reduces glare and tunes contrast.';
lens.image_name = 'eyew_plu1_s_gold_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['50'] = lens;
lens.color = 'Pink Black Iridium';
lens.light_transmission = '51%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Enhances detail and depth perception.';
lens.image_name = 'eyew_plu1_s_pink_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['51'] = lens;
lens.color = 'VR50';
lens.light_transmission = '50%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Filters blue light with a subtle tint to enhance visual acuity and improve depth perception.';
lens.image_name = 'eyew_plu1_s_vr50';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Water - Ocean','Water - Shallow','Field - Stadium','Road - Flatland','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['52'] = lens;
lens.color = 'VR50 Emerald Iridium';
lens.light_transmission = '46%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Subtle tint with an Iridium&reg; coating to tune contrast and reduce glare.';
lens.image_name = 'eyew_plu1_s_vr50_emrld_ird';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['53'] = lens;
lens.color = 'Blue Black Iridium';
lens.light_transmission = '44%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Enhances contrast. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_blue_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['54'] = lens;
lens.color = 'Black Persimmon Iridium';
lens.light_transmission = '44%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Filters blue light to boost contrast and enhance depth perception. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_blk_pers_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['55'] = lens;
lens.color = 'G40';
lens.light_transmission = '40%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium light. Muted rose tint for improved contrast and image resolution (visual clarity) in low light.';
lens.image_name = 'eyew_plu1_s_g40';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['56'] = lens;
lens.color = 'Black Violet Iridium';
lens.light_transmission = '38%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium light. Enhanced contrast with an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_blk_vilt_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['57'] = lens;
lens.color = 'VR50 Gold Iridium';
lens.light_transmission = '35%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium light. Subtle tint with an Iridium&reg; coating to tune contrast and reduce glare.';
lens.image_name = 'eyew_plu1_s_vr50_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['58'] = lens;
lens.color = 'G30';
lens.light_transmission = '30%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Sport performance lens for flat to medium light. Rose base with a subtle Iridium&reg; coating to improve contrast and depth perception in blues and greens. Excellent for golf.';
lens.image_name = 'eyew_plu1_s_g30';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Water - Shallow','Water - Ocean','Field - Stadium','Road - Flatland','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['59'] = lens;
lens.color = 'VR28';
lens.light_transmission = '28%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Flat to medium light. Filters blue light to increase contrast and improve depth perception in a wide variety of conditions.';
lens.image_name = 'eyew_plu1_s_vr28';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['60'] = lens;
lens.color = 'G30 Titanium Iridium';
lens.light_transmission = '27%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Flat to medium light. Rose base with an Iridium&reg; coating to improve contrast and reduce glare.';
lens.image_name = 'eyew_plu1_s_g30_tit_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['61'] = lens;
lens.color = 'G26';
lens.light_transmission = '26%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Target-shooting-specific lens for flat to medium light. Enhances orange in targets while increasing contrast against green and blue backgrounds. Not to be used for other activities.';
lens.image_name = 'eyew_plu1_s_g26';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['62'] = lens;
lens.color = 'G30 Black Iridium';
lens.light_transmission = '25%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium light. Rose base with an Iridium&reg; coating to improve contrast and reduce glare.';
lens.image_name = 'eyew_plu1_s_g30_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['63'] = lens;
lens.color = 'VR35 Gold Iridium';
lens.light_transmission = '23%';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium light. Subtle tint with an Iridium&reg; coating to tune contrast and reduce glare.';
lens.image_name = 'eyew_plu1_s_vr35_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['64'] = lens;
lens.color = 'Bronze';
lens.light_transmission = '22%';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Excellent all-purpose lens with enhanced contrast for sunny conditions.';
lens.image_name = 'eyew_plu1_s_brnz';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['65'] = lens;
lens.color = 'VR28 Black Iridium';
lens.light_transmission = '18%';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Filters blue light to increase contrast and improve depth perception in a wide variety of conditions. Features an Iridium&reg; coating to diminish glare.';
lens.image_name = 'eyew_plu1_s_vr28_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Field - Stadium','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['66'] = lens;
lens.color = 'VR28 Gold Iridium';
lens.light_transmission = '17%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Filters blue light to increase contrast and improve depth perception in a wide variety of conditions. Features an Iridium&reg; coating to diminish glare.';
lens.image_name = 'eyew_plu1_s_vr28_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['67'] = lens;
lens.color = 'Fire Iridium';
lens.light_transmission = '16%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Improves visual acuity. Features an Iridium&reg; coating to further tune contrast and reduce glare.';
lens.image_name = 'eyew_plu1_s_fire_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['68'] = lens;
lens.color = 'Blue Iridium';
lens.light_transmission = '15%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Utilizes a contrast-enhancing VR28&reg; lens tint with an Iridium coating to further tune contrast and reduce glare.';
lens.image_name = 'eyew_plu1_s_blue_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['69'] = lens;
lens.color = 'G20 Black Iridium';
lens.light_transmission = '15%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Sport performance lens for medium to bright light. Rose tint to enhance contrast and image resolution (visual clarity) in low light. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_g20_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['70'] = lens;
lens.color = 'Tungsten Iridium';
lens.light_transmission = '15%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Sharpens visual acuity and improves depth perception. Features a subtle Iridium&reg; coating to reduce glare and tune contrast.';
lens.image_name = 'eyew_plu1_s_tgstn';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['71'] = lens;
lens.color = 'Gold Iridium';
lens.light_transmission = '12%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = false;
lens.application = 'Extremely bright light. Excellent all-purpose contrast-enhancing lens for sunny conditions. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['72'] = lens;
lens.color = 'Dark Bronze';
lens.light_transmission = '12%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = false;
lens.application = 'Extremely bright light. Excellent all-purpose contrast-enhancing lens for sunny conditions.';
lens.image_name = 'eyew_plu1_s_dark_brnz';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['73'] = lens;
lens.color = 'Titanium Iridium';
lens.light_transmission = '10%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = false;
lens.application = 'Extremely bright light. Sharpens visual acuity and improves depth perception. Features an Iridium&reg; coating to reduce glare and balance transmission.';
lens.image_name = 'eyew_plu1_s_tit_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['74'] = lens;
lens.color = 'Violet Iridium';
lens.light_transmission = '55%';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Features a neutral lens tint with an Iridium&reg; coating to tune contrast and reduce glare.';
lens.image_name = 'eyew_plu1_s_vilt_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['75'] = lens;
lens.color = 'Positive Red Iridium';
lens.light_transmission = '15%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Features a neutral lens tint with an Iridium&reg; coating to tune contrast and reduce glare.';
lens.image_name = 'eyew_plu1_s_pos_red_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['76'] = lens;
lens.color = 'Leather Gold Iridium';
lens.light_transmission = '13%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Improves visual acuity. Features an Iridium&reg; coating to further balance transmission and reduce glare.';
lens.image_name = 'eyew_plu1_s_lthr_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['77'] = lens;
lens.color = '24K Iridium';
lens.light_transmission = '13%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = '';
lens.image_name = 'eyew_plu1_s_24k_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Golf - Green','Snow - Half Pipe','Trail - Desert','Trail - Forest','Water - Wave','Field - Football','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['78'] = lens;
lens.color = 'Clear';
lens.light_transmission = '90';
lens.protection_index = '0';
lens.conditions = 'all conditions';
lens.is_neutral = true;
lens.application = 'All-purpose. Allows the maximum amount of light through for the most accurate representation of your environment.';
lens.image_name = 'gogm_lex1_s_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['79'] = lens;
lens.color = 'Anti-Fog Clear';
lens.light_transmission = '88';
lens.protection_index = '0';
lens.conditions = 'all conditions';
lens.is_neutral = true;
lens.application = 'All-purpose. Allows the maximum amount of light through for the most accurate representation of your environment, with the added benefit of anti-fog treatment.';
lens.image_name = 'gogm_lex1_s_ani_fog_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['80'] = lens;
lens.color = 'Grey';
lens.light_transmission = '50';
lens.protection_index = '1';
lens.conditions = 'changing conditions';
lens.is_neutral = true;
lens.application = 'Medium light. Reduces light levels with a neutral transmission for truer color perception.';
lens.image_name = 'gogm_lex1_s_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['81'] = lens;
lens.color = 'Dark Grey';
lens.light_transmission = '24';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = true;
lens.application = 'Medium to bright light. Reduces light levels with a neutral transmission for truer color perception.';
lens.image_name = 'gogm_lex1_s_dark_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['82'] = lens;
lens.color = 'Blue';
lens.light_transmission = '56';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Low to medium light. Comfortable lens tint that boosts contrast in a wide variety of conditions.';
lens.image_name = 'gogm_lex1_s_blue';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['83'] = lens;
lens.color = 'High Intensity Yellow';
lens.light_transmission = '75';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. High contrast lens that increases visual acuity in extremely flat or low light conditions.';
lens.image_name = 'gogm_lex1_s_hi_yel';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['84'] = lens;
lens.color = 'Persimmon';
lens.light_transmission = '62';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Filters blue light to boost contrast and increase depth perception in overcast and shaded conditions.';
lens.image_name = 'gogm_lex1_s_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['85'] = lens;
lens.color = 'Fire Iridium';
lens.light_transmission = '52';
lens.protection_index = '1';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Low to medium light. Improves visual acuity and features an Iridium&reg; coating to further tune contrast and reduce glare.';
lens.image_name = 'gogm_lex1_s_fire_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['86'] = lens;
lens.color = 'Ice Iridium';
lens.light_transmission = '42';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium light. Utilizes a contrast-enhancing lens tint with an Iridium&reg; coating to further tune contrast and reduce glare.';
lens.image_name = 'gogm_lex1_s_ice_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['87'] = lens;
lens.color = 'High Intensity Persimmon';
lens.light_transmission = '32';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium light. Persimmon tint combined with an Iridium&reg; coating to filter blue light, which improves contrast and increases depth perception in overcast and shaded conditions.';
lens.image_name = 'gogm_lex1_s_hi_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['88'] = lens;
lens.color = 'VR28';
lens.light_transmission = '28';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Filters blue light to increase contrast and improve depth perception in a wide variety of conditions.';
lens.image_name = 'gogm_lex1_s_vr28';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['89'] = lens;
lens.color = 'Black Iridium';
lens.light_transmission = '25';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Features a glare-reducing Iridium&reg; coating over a high contrast lens for maximized performance in bright conditions.';
lens.image_name = 'gogm_lex1_s_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest');

lens = new Lens;
lenses['90'] = lens;
lens.color = 'Gold Iridium';
lens.light_transmission = '23';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Boosts contrast and improves depth perception. Features an Iridium&reg; coating to reduce glare and further tune contrast.';
lens.image_name = 'gogm_lex1_s_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Desert','Trail - Forest','Golf - Green');

lens = new Lens;
lenses['91'] = lens;
lens.color = 'Grey Polarized';
lens.light_transmission = '';
lens.protection_index = '';
lens.conditions = 'sunny';
lens.is_neutral = true;
lens.application = '';
lens.image_name = 'gogs_plu2_p_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['92'] = lens;
lens.color = 'Clear';
lens.light_transmission = '83';
lens.protection_index = '0';
lens.conditions = 'night skiing/riding';
lens.is_neutral = true;
lens.application = 'Very low light. Ideal for night skiing/snowboarding. Neutral transmission for truer color perception.';
lens.image_name = 'gogs_plu2_s_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['93'] = lens;
lens.color = 'High Intensity Yellow';
lens.light_transmission = '81';
lens.protection_index = '0';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to very low light. High contrast lens for extremely low light conditions. Features an Iridium&reg; coating that further enhances contrast.';
lens.image_name = 'gogs_plu2_s_hi_yel';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['94'] = lens;
lens.color = 'High Intensity Persimmon';
lens.light_transmission = '63';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Filters blue light to boost contrast and increase depth perception in a wide variety of conditions. Features an Iridium&reg; coating that further enhances contrast.';
lens.image_name = 'gogs_plu2_s_hi_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['95'] = lens;
lens.color = 'Persimmon';
lens.light_transmission = '62';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Filters blue light to boost contrast and increase depth perception in a wide variety of conditions.';
lens.image_name = 'gogs_plu2_s_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['96'] = lens;
lens.color = 'Pink Iridium';
lens.light_transmission = '57';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to medium light. Enhances depth perception and increases visual acuity in a wide variety of conditions.';
lens.image_name = 'gogs_plu2_s_pink_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['97'] = lens;
lens.color = 'VR50';
lens.light_transmission = '50';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to medium light. Filters blue light with a subtle tint to enhance visual acuity and improve depth perception.';
lens.image_name = 'gogs_plu2_s_vr50';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['98'] = lens;
lens.color = 'G30';
lens.light_transmission = '30';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Rose base with subtle Iridium&reg; coating to improve contrast and depth perception in a wide variety of conditions.';
lens.image_name = 'gogs_plu2_s_g30';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['99'] = lens;
lens.color = 'Blue Iridium';
lens.light_transmission = '30';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Utilizes a contrast-enhancing VR28&reg; lens tint with an Iridium&reg; coating to further tune contrast and reduce glare.';
lens.image_name = 'gogs_plu2_s_blue_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['100'] = lens;
lens.color = 'VR28';
lens.light_transmission = '28';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Filters blue light to increase contrast and improve depth perception in a wide variety of conditions.';
lens.image_name = 'gogs_plu2_s_vr28';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['101'] = lens;
lens.color = 'High Intensity Amber Polarized';
lens.light_transmission = '25';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium to bright light. High contrast lens that cuts blinding glare while enhancing visual acuity. Features an Iridium&reg; coating to balance light transmission and further tune contrast.';
lens.image_name = 'gogs_plu2_p_hi_ambr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['102'] = lens;
lens.color = 'Gold Iridium';
lens.light_transmission = '20';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Excellent all-purpose contrast-enhancing lens for sunny conditions. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'gogs_plu2_s_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['103'] = lens;
lens.color = 'Black Iridium';
lens.light_transmission = '18';
lens.protection_index = '2';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Excellent all-purpose high contrast lens for sunny conditions. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'gogs_plu2_s_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['104'] = lens;
lens.color = 'Fire Iridium';
lens.light_transmission = '16';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Improves visual acuity. Features an Iridium&reg; coating to further tune contrast and reduce glare.';
lens.image_name = 'gogs_plu2_s_fire_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['105'] = lens;
lens.color = 'VR28 Polarized';
lens.light_transmission = '14';
lens.protection_index = '3';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Cuts blinding glare while filtering blue light to increase contrast and improve depth perception in a wide variety of conditions.';
lens.image_name = 'gogs_plu2_p_vr28';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['106'] = lens;
lens.color = 'VR28 Black Iridium';
lens.light_transmission = '28';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Filters blue light to increase contrast and improve depth perception in a wide variety of conditions.';
lens.image_name = 'gogs_plu2_s_vr28_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['107'] = lens;
lens.color = 'Clear (Dual Lexan)';
lens.light_transmission = '81';
lens.protection_index = '0';
lens.conditions = 'night skiing/riding';
lens.is_neutral = true;
lens.application = 'Very low light. Ideal for night skiing/snowboarding. Neutral transmission for truer color perception.';
lens.image_name = 'gogs_lex2_s_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['108'] = lens;
lens.color = 'Persimmon (Dual Lexan)';
lens.light_transmission = '55';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Filters blue light to boost contrast and increase depth perception in a wide variety of conditions.';
lens.image_name = 'gogs_lex2_s_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['109'] = lens;
lens.color = 'Gold Iridium';
lens.light_transmission = '22';
lens.protection_index = '2';
lens.conditions = 'changing conditions';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Excellent all-purpose contrast-enhancing lens for sunny conditions. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'gogs_lex2_s_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['110'] = lens;
lens.color = 'Black Iridium';
lens.light_transmission = '15';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Excellent all-purpose high contrast lens for sunny conditions. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'gogs_lex2_s_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['111'] = lens;
lens.color = 'Clear (Single Lexan)';
lens.light_transmission = '90';
lens.protection_index = '0';
lens.conditions = 'night skiing/riding';
lens.is_neutral = true;
lens.application = 'Very low light. Ideal for night skiing/snowboarding. Neutral transmission for truer color perception.';
lens.image_name = 'gogs_lex1_s_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['112'] = lens;
lens.color = 'Persimmon (Single Lexan)';
lens.light_transmission = '62';
lens.protection_index = '1';
lens.conditions = 'overcast';
lens.is_neutral = false;
lens.application = 'Flat to low light. Filters blue light to boost contrast and increase depth perception in a wide variety of conditions.';
lens.image_name = 'gogs_lex1_s_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['113'] = lens;
lens.color = 'Clear';
lens.light_transmission = '89';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = true;
lens.application = 'All-purpose. Allows the maximum amount of light through for the most accurate representation of your environment.';
lens.image_name = 'shif_plu1_s_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Field - Football');

lens = new Lens;
lenses['114'] = lens;
lens.color = '60% Grey';
lens.light_transmission = '60';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = true;
lens.application = 'Low to medium light. Reduces light levels with a neutral transmission for truer color perception.';
lens.image_name = 'shif_plu1_s_60_pct_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Field - Football');

lens = new Lens;
lenses['115'] = lens;
lens.color = '45% Grey';
lens.light_transmission = '45';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = true;
lens.application = 'Medium light. Reduces light levels with a neutral transmission for truer color perception.';
lens.image_name = 'shif_plu1_s_45_pct_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Field - Football');

lens = new Lens;
lenses['116'] = lens;
lens.color = '20% Grey';
lens.light_transmission = '20';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = true;
lens.application = 'Medium light to bright Light. Reduces light levels with a neutral transmission for truer color perception.';
lens.image_name = 'shif_plu1_s_20_pct_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Field - Football');

lens = new Lens;
lenses['117'] = lens;
lens.color = 'Yellow';
lens.light_transmission = '88';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = 'High contrast lens that increases visual acuity in extremely flat to low light conditions.';
lens.image_name = 'shif_plu1_s_yel';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Field - Football');

lens = new Lens;
lenses['118'] = lens;
lens.color = 'Persimmon';
lens.light_transmission = '49';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = 'Low to medium light. Filters blue light to boost contrast and increase depth perception in a wide variety of conditions.';
lens.image_name = 'shif_plu1_s_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Field - Football');

lens = new Lens;
lenses['119'] = lens;
lens.color = 'VR28';
lens.light_transmission = '28';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Filters blue light to increase contrast and improve depth perception in a wide variety of conditions.';
lens.image_name = 'shif_plu1_s_vr28';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Field - Football');

lens = new Lens;
lenses['120'] = lens;
lens.color = 'Bronze';
lens.light_transmission = '';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = 'Medium to bright light.';
lens.image_name = 'shif_plu1_s_brnz';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Field - Football');

lens = new Lens;
lenses['121'] = lens;
lens.color = 'Blue';
lens.light_transmission = '26';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Comfortable lens tint for a wide variety of conditions. Offers a subtle boost in visual contrast.';
lens.image_name = 'shif_plu1_s_blue';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Field - Football');

lens = new Lens;
lenses['122'] = lens;
lens.color = 'Clear';
lens.light_transmission = '';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = '';
lens.image_name = 'vish_plu1_s_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array();

lens = new Lens;
lenses['123'] = lens;
lens.color = 'Blue';
lens.light_transmission = '';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = '';
lens.image_name = 'vish_plu1_s_blue';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['124'] = lens;
lens.color = 'Grey';
lens.light_transmission = '';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = '';
lens.image_name = 'vish_plu1_s_grey';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['125'] = lens;
lens.color = 'Yellow';
lens.light_transmission = '';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = '';
lens.image_name = 'vish_plu1_s_yel';
lens.is_photochromic = false;
lens.lens_scenes = new Array();

lens = new Lens;
lenses['126'] = lens;
lens.color = 'Deep Blue Polarized';
lens.light_transmission = '10%';
lens.protection_index = '3';
lens.conditions = 'Intense Sun';
lens.is_neutral = true;
lens.application = 'Fishing Specific.  Engineered to cut out harsh glare in a dominantly blue environment.  Ideal for bright and sunny conditions on the open water.';
lens.image_name = 'eyew_plu1_p_deep_blue';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Trail - Desert','Water - Wave','Field - Football','Golf - Green','Water - Shallow','Jog - Sunny','Water - Ocean','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['127'] = lens;
lens.color = 'Shallow Blue Polarized';
lens.light_transmission = '20%';
lens.protection_index = '3';
lens.conditions = 'Sunny';
lens.is_neutral = false;
lens.application = 'Fishing Specific.  Designed to knock down glare in shallow water conditions while improving depth perception and enhancing the ability to read underwater terrain.  Ideal for sight fishing on rivers, lakes, or saltwater flats.';
lens.image_name = 'eyew_plu1_p_shlw_blue';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Water - Wave','Field - Football','Golf - Green','Water - Ocean','Water - Shallow','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['128'] = lens;
lens.color = 'G20';
lens.light_transmission = '20%';
lens.protection_index = '3';
lens.conditions = 'Sunny';
lens.is_neutral = true;
lens.application = 'Medium to bright light.  High-contrast rose tint for improved image resolution (visual clarity) in a wide variety of conditions.';
lens.image_name = 'eyew_plu1_s_g20';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Trail - Desert','Water - Wave','Field - Football','Golf - Green','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['129'] = lens;
lens.color = 'Yellow';
lens.light_transmission = '75%';
lens.protection_index = 'S1';
lens.conditions = 'Night/Overcast';
lens.is_neutral = true;
lens.application = 'Flat to low light.  High contrast lens that improves depth perception under artificial lights or in inclement weather.';
lens.image_name = 'gogs_lex2_s_yel';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Trail - Desert','Water - Wave');

lens = new Lens;
lenses['130'] = lens;
lens.color = 'Persimmon';
lens.light_transmission = '55%';
lens.protection_index = 'S1';
lens.conditions = 'All-Purpose';
lens.is_neutral = true;
lens.application = '';
lens.image_name = 'gogs_lex2_s_pers';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Trail - Desert','Water - Wave');

lens = new Lens;
lenses['131'] = lens;
lens.color = 'Fire Iridium';
lens.light_transmission = '50%';
lens.protection_index = 'S1';
lens.conditions = 'Changing Conditions';
lens.is_neutral = false;
lens.application = 'Medium to medium light.  High contrast lens for a wide variety of conditions.  Features a unique IridiumÂ® coating to reduce glare.';
lens.image_name = 'gogs_lex2_s_fire_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['132'] = lens;
lens.color = 'FMJ Gold Iridium';
lens.light_transmission = '12%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = false;
lens.application = 'Extremely bright light. Excellent all-purpose contrast-enhancing lens for sunny conditions. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_fmj_gold_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Trail - Desert','Water - Wave','Field - Football','Golf - Green','Jog - Sunny','Jog - Hazy','Jog - Dawn');

lens = new Lens;
lenses['133'] = lens;
lens.color = 'Blue';
lens.light_transmission = '';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = '';
lens.image_name = 'gogs_plu2_s_blue';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe','Trail - Forest','Trail - Desert','Water - Wave');

lens = new Lens;
lenses['134'] = lens;
lens.color = 'VR50 Emerald Iridium';
lens.light_transmission = '30%';
lens.protection_index = 'S2';
lens.conditions = 'Partly Cloudy';
lens.is_neutral = false;
lens.application = 'Medium to bright light.  Utilizes a contrast-enhancing VR50Â® lens tint with a unique IridiumÂ® coating to further tune contrast and reduce glare.';
lens.image_name = 'gogs_plu2_s_vr50_emrld';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['135'] = lens;
lens.color = 'Titanium Clear ';
lens.light_transmission = '';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = '';
lens.image_name = 'gogs_plu2_s_tit_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['136'] = lens;
lens.color = 'FMJ Black Iridium';
lens.light_transmission = '10%';
lens.protection_index = '3';
lens.conditions = 'intense sun';
lens.is_neutral = true;
lens.application = 'Extremely bright light. Excellent all-purpose lens for sunny conditions. Offers truer color perception. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_fmj_blk_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Trail - Desert','Water - Wave','Field - Football','Golf - Green','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['137'] = lens;
lens.color = 'Gold Clear';
lens.light_transmission = '';
lens.protection_index = '';
lens.conditions = '';
lens.is_neutral = false;
lens.application = '';
lens.image_name = 'gogs_plu2_s_gold_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['138'] = lens;
lens.color = 'Ruby Clear';
lens.light_transmission = '67%';
lens.protection_index = 'S1';
lens.conditions = '';
lens.is_neutral = false;
lens.application = '';
lens.image_name = 'gogs_plu2_s_ruby_clr';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Snow - Half Pipe');

lens = new Lens;
lenses['139'] = lens;
lens.color = '40% Positive Red Iridium';
lens.light_transmission = '';
lens.protection_index = '2';
lens.conditions = 'Partly Cloudy';
lens.is_neutral = false;
lens.application = 'Features a neutral lens tint with a specialized Iridium coating to tune contrast and reduce infrared light.';
lens.image_name = 'eyew_plu1_s_40_posi_red';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Golf - Green','Water - Shallow','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['140'] = lens;
lens.color = 'Positive Red Iridium Polarized';
lens.light_transmission = '18%';
lens.protection_index = '3';
lens.conditions = 'Neutral Contrast';
lens.is_neutral = true;
lens.application = 'Medium to bright light. Features a neutral lens tint with an Iridium&reg; coating to tune contrast. Polarized filter reduces glare reflected off surfaces like pavement or asphalt.';
lens.image_name = 'eyew_plu1_p_posi_red';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Water - Shallow','Road - Flatland','Trail - Forest','Snow - Half Pipe','Golf - Green','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['141'] = lens;
lens.color = 'Positive Red Iridium Polarized';
lens.light_transmission = '18%';
lens.protection_index = '3';
lens.conditions = 'Sunny';
lens.is_neutral = false;
lens.application = 'Sport performance lens for extremely bright light.  Glare-cutting design with a highly reflective IridiumÂ® coating to reduce infrared light.';
lens.image_name = 'eyew_plu1_p_posi_red';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['142'] = lens;
lens.color = 'Chrome Iridium';
lens.light_transmission = '12%';
lens.protection_index = '3';
lens.conditions = 'Sunny';
lens.is_neutral = false;
lens.application = 'Extremely bright light. Excellent all-purpose lens for sunny conditions. Offers truer color perception. Features an Iridium&reg; coating to reduce glare.';
lens.image_name = 'eyew_plu1_s_chrm_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Golf - Green','Water - Shallow','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['144'] = lens;
lens.color = 'VR50 Transitions';
lens.light_transmission = '50% - 10%';
lens.protection_index = '3';
lens.conditions = 'Overcast to Sunny';
lens.is_neutral = false;
lens.application = 'Sport performance lens for flat to bright light.  Subtle tint that boosts contrast in a wide variety of light conditions.  Excellent for mountain biking, trail running, or any other sport that takes you in and out of shaded areas.';
lens.image_name = 'eyew_plu1_t_vr50';
lens.is_photochromic = true;
lens.lens_scenes = new Array('Snow - Half Pipe','Trail - Desert','Golf - Green','Water - Shallow','Road - Flatland','Jog - Sunny','Jog - Dawn','Jog - Hazy');

lens = new Lens;
lenses['145'] = lens;
lens.color = 'G40 Transitions';
lens.light_transmission = '40% to 9%  ';
lens.protection_index = '2';
lens.conditions = 'changing conditions to intense sun';
lens.is_neutral = false;
lens.application = 'Sport performance lens for medium to extremely bright light. Muted rose tint for improved contrast and image resolution (visual clarity) across a wide variety of light conditions.';
lens.image_name = 'eyew_plu1_t_g40';
lens.is_photochromic = true;
lens.lens_scenes = new Array('Snow - Half Pipe','Trail - Desert','Field - Football','Golf - Green','Field - Stadium','Road - Flatland','Trail - Forest','Jog - Sunny','Jog - Hazy','Jog - Dawn');

lens = new Lens;
lenses['146'] = lens;
lens.color = 'VR28 Blue Iridium';
lens.light_transmission = '15%';
lens.protection_index = '3';
lens.conditions = 'Sunny';
lens.is_neutral = false;
lens.application = 'Medium to bright light. Utilizes a contrast-enhancing VR28&reg; lens tint with an Iridium coating to further tune contrast and reduce glare.';
lens.image_name = 'eyew_plu1_s_vr28_blue_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Trail - Desert','Golf - Green','Water - Shallow','Road - Flatland','Jog - Sunny','Jog - Hazy','Jog - Dawn','Snow - Half Pipe','Water - Wave','Field - Football');

lens = new Lens;
lenses['147'] = lens;
lens.color = 'Jade Iridium';
lens.light_transmission = '17%';
lens.protection_index = '3';
lens.conditions = 'sunny';
lens.is_neutral = true;
lens.application = 'Medium to bright light. Neutral lens tint for truer color perception. Features an Iridium&reg; coating to reduce glare. Excellent in hot, sunny conditions.';
lens.image_name = 'eyew_plu1_s_jade_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Golf - Green','Water - Shallow','Road - Flatland','Jog - Sunny','Jog - Hazy','Jog - Dawn','Snow - Half Pipe','Trail - Desert','Water - Wave','Field - Football');

lens = new Lens;
lenses['148'] = lens;
lens.color = 'Black Persimmon Iridium Transitions';
lens.light_transmission = '42% to 10%';
lens.protection_index = '2';
lens.conditions = 'changing conditions to sunny';
lens.is_neutral = false;
lens.application = 'Sport performance lens for flat to bright light. Filters blue light to boost contrast and increase depth perception in a wide variety of light conditions. Excellent for mountain biking and golf, and any other sport that takes you in and out of shaded areas.';
lens.image_name = 'eyew_plu1_t_blk_pers';
lens.is_photochromic = true;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Trail - Desert','Field - Football','Golf - Green','Field - Stadium','Road - Flatland','Jog - Sunny','Jog - Hazy','Jog - Dawn');

lens = new Lens;
lenses['149'] = lens;
lens.color = 'Light  Positive Red Iridium';
lens.light_transmission = '';
lens.protection_index = '2';
lens.conditions = 'Partly Cloudy';
lens.is_neutral = false;
lens.application = 'Features a neutral lens tint with a specialized IridiumÂ® coating to tune contrast and reduce infrared light.';
lens.image_name = 'eyew_plu1_s_lght_pos_red_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Golf - Green','Water - Shallow','Road - Flatland','Jog - Sunny','Jog - Hazy','Jog - Dawn');

lens = new Lens;
lenses['151'] = lens;
lens.color = 'Light Positive Red Iridium';
lens.light_transmission = '';
lens.protection_index = '2';
lens.conditions = 'Partly Cloudy';
lens.is_neutral = false;
lens.application = 'Features a neutral lens tint with a specialized Iridium coating to tune contrast and reduce infrared light.';
lens.image_name = 'eyew_plu1_s_lght_pos_red_irid';
lens.is_photochromic = false;
lens.lens_scenes = new Array('Trail - Forest','Snow - Half Pipe','Golf - Green','Water - Shallow','Jog - Sunny','Jog - Hazy','Jog - Dawn');


var lens_scene_directories = new Array();
	lens_scene_directories['Trail - Forest'] = 'trail_forest';
	lens_scene_directories['Snow - Half Pipe'] = 'snow_half_pipe';
	lens_scene_directories['Trail - Desert'] = 'trail_desert';
	lens_scene_directories['Water - Wave'] = 'water_wave';
	lens_scene_directories['Field - Football'] = 'field_football';
	lens_scene_directories['Golf - Green'] = 'golf_green';
	lens_scene_directories['Water - Ocean'] = 'water_ocean';
	lens_scene_directories['Water - Shallow'] = 'water_shallow';
	lens_scene_directories['Field - Stadium'] = 'field';
	lens_scene_directories['Road - Flatland'] = 'road_flatland';
	lens_scene_directories['Jog - Sunny'] = 'jog_sunny';
	lens_scene_directories['Jog - Hazy'] = 'jog_hazy';
	lens_scene_directories['Jog - Dawn'] = 'jog_dawn';


var currentLensID;
var currentLensEnvironment;
var currentTab;
var isPhotochromic;

function changeLens(newLensID) {
	var lens = lenses[newLensID];
	$('color').innerHTML = lens.color;
	$('light_transmission').innerHTML = lens.light_transmission;
	$('protection_index').innerHTML = lens.protection_index;

	$('color_title').innerHTML = lens.color;
	$('conditions').innerHTML = lens.conditions;
	$('neutral_contrast').innerHTML = lens.is_neutral ? 'Neutral' : 'Contrast'; 
	$('application').innerHTML = lens.application;

	// Create a new image
	objNewPuck	= new Element( "img" );

	// Add the image source
	objNewPuck.setProperty( 'src', '/images/catalog/lens_images/pucks/' + lens.image_name + '_thumb_15.png' );
	objNewPuck.setProperty( 'height', '15' );
	objNewPuck.setProperty( 'width', '15' );

	// Replace the old element
	$( 'lens_puck' ).replaceWith( objNewPuck );

	// Add the ID of the new element
	objNewPuck.setProperty( 'id', 'lens_puck' );

	// Ugh @ IE detections... but we need to run pngfix() for IE
	aryVersion	= navigator.appVersion.split( "MSIE" );
	intVersion	= parseFloat( aryVersion[1] );
	if( intVersion < 7.0 )
	{ 
		pngfix();
	}

	isPhotochromic = lens.is_photochromic;
	if (isPhotochromic) {
		$('photochromic_background').show();
		var overlayForeground = $('overlay_foreground')
		if (overlayForeground.clientWidth < 80) {
			$('overlay_photochromic').style.width  = overlayForeground.style.width = '375px';
			$('lens_slider').style.left = '368px';
		}
	} else
		$('photochromic_background').hide();		

	var envSelect = $('environment_select');
	var count = envSelect.length;
	while (count--) {
		envSelect.options[0] = null; // For IE remove doesn't seem to work
	}

	lens.lens_scenes.each(function(name) { 
		var option = document.createElement('option');
		option.text = name;
		value = lens_scene_directories[name];
		option.value = value;
		if (currentLensEnvironment == value) {
			option.selected = true;
		}
		try {
			envSelect.add(option, null);
		} catch(e) {
			envSelect.add(option); // For IE
		}
	});

	currentLensEnvironment = envSelect.value;
	currentLensID = newLensID;
	updateLensImages();
	
	return false;
}
	
function environmentSelectDidChange() {
	currentLensEnvironment = $('environment_select').value;
	updateLensImages();
}

function updateLensImages() {
	var lens = lenses[currentLensID];
	$('overlay_foreground').style.background = 'url(/images/catalog/lens_images/' + currentLensEnvironment + '/' + lens.image_name + '.jpg) no-repeat';
	$('overlay_background').style.background = 'url(/images/catalog/lens_images/' + currentLensEnvironment + '/no_lens.jpg) no-repeat';

	var overlayPhotochromic = $('overlay_photochromic');
	if (isPhotochromic) {
		overlayPhotochromic.style.background = 'url(/images/catalog/lens_images/' + currentLensEnvironment + '/' + lens.image_name + '_a.jpg) no-repeat';
		overlayPhotochromic.show();
	} else
		overlayPhotochromic.hide();
}


function mouseDown(e) {
	document.onmousemove = mouseMoved;
	document.onmouseup = function() { document.onmouseup = document.onmousemove = null; };
	mouseMoved(e);
}

function mouseMoved(e) {
	e = new Event(e);
	var overlayForeground = $('overlay_foreground');
	var overlayBackground = $('overlay_background');
	var overlayOffset = overlayForeground.getPosition();
	var newWidth = e.page.x - overlayOffset.x;
	if (isPhotochromic && (newWidth < 80)) {
		newHeight = e.page.y - overlayOffset.y - 3.5;
		if (newHeight < 28)
			newHeight = 28;
		else if (newHeight > 168)
			newHeight = 168;
		$('photochromic_slider').style.top = '' + newHeight + 'px';
		var opacity = 1.0 - ((168 - newHeight) / 140.0);
		$('overlay_photochromic').style.opacity = opacity;
		$('overlay_photochromic').style.filter = 'alpha(opacity=' + parseInt(opacity*100) + ')';
	} else {
		if (newWidth < 0)
			newWidth = 0;
		else if (newWidth > overlayBackground.clientWidth)
			newWidth = overlayBackground.clientWidth;
		$('overlay_photochromic').style.width = overlayForeground.style.width = '' + newWidth + 'px';
		$('lens_slider').style.left = '' + newWidth - 6.5 + 'px';
	}
}
