// カテゴリ表示順番
var category_sort = new Array('A','G','B','C','D','E','F','H');

// 変数の初期化
var category = {};
var product_name = {};
var product_link = {};
var product_type = {};
for(i = 0; i < category_sort.length; i++) {
	product_name[category_sort[i]] = new Array();
	product_link[category_sort[i]] = new Array();
	product_type[category_sort[i]] = new Array();
}

category['A'] = 'Digital SLR Camera';
// エコプロ('normal')とする
product_name['A'].push('E-5');
product_link['A'].push('/en/corc/csr/environment/products/eco-products/eprecognition_113.html');
product_type['A'].push('normal');
product_name['A'].push('E-620');
product_link['A'].push('/en/corc/csr/environment/products/eco-products/eprecognition_55.html');
product_type['A'].push('normal');
product_name['A'].push('E-30');
product_link['A'].push('/en/corc/csr/environment/products/eco-products/eprecognition_43.html');
product_type['A'].push('normal');
product_name['A'].push('E-3');
product_link['A'].push('/en/corc/csr/environment/products/eco-products/eprecognition_26.html');
product_type['A'].push('normal');
product_name['A'].push('E-510/E-520');
product_link['A'].push('/en/corc/csr/environment/products/eco-products/eprecognition_22.html');
product_type['A'].push('normal');
product_name['A'].push('E-410/E-420');
product_link['A'].push('/en/corc/csr/environment/products/eco-products/eprecognition_16.html');
product_type['A'].push('normal');
product_name['A'].push('E-500');
product_link['A'].push('/en/corc/csr/environment/products/eco-products/eprecognition_9.html');
product_type['A'].push('normal');
product_name['A'].push('E-330');
product_link['A'].push('/en/corc/csr/environment/products/eco-products/eprecognition_10.html');
product_type['A'].push('normal');
product_name['A'].push('E-1');
product_link['A'].push('/en/corc/csr/environment/products/eco-products/eprecognition_3.html');
product_type['A'].push('normal');


category['B'] = 'Compact Digital Camera';
// スーパーエコプロ('super')とする
product_name['B'].push('SZ-14');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_s9.html');
product_type['B'].push('super');
product_name['B'].push('SZ-11');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_s5.html');
product_type['B'].push('super');
product_name['B'].push('SZ-30MR');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_s3.html');
product_type['B'].push('super');
product_name['B'].push('VG-130/VG-140/VG-145');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_s2.html');
product_type['B'].push('super');

// エコプロ('normal')とする
product_name['B'].push('TG-620');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_142.html');
product_type['B'].push('normal');
product_name['B'].push('TG-820');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_141.html');
product_type['B'].push('normal');
product_name['B'].push('VG-170');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_140.html');
product_type['B'].push('normal');
product_name['B'].push('SP-620UZ');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_139.html');
product_type['B'].push('normal');
product_name['B'].push('VH-210');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_138.html');
product_type['B'].push('normal');
product_name['B'].push('SH-21');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_136.html');
product_type['B'].push('normal');
product_name['B'].push('SP-810UZ');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_135.html');
product_type['B'].push('normal');
product_name['B'].push('SP-610UZ');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_128.html');
product_type['B'].push('normal');
product_name['B'].push('TG-810');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_127.html');
product_type['B'].push('normal');
product_name['B'].push('SZ-20');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_126.html');
product_type['B'].push('normal');
product_name['B'].push('VR-320');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_124.html');
product_type['B'].push('normal');
product_name['B'].push('TG-610/TG-615');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_123.html');
product_type['B'].push('normal');
product_name['B'].push('SZ-10');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_121.html');
product_type['B'].push('normal');
product_name['B'].push('VG-110');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_120.html');
product_type['B'].push('normal');
product_name['B'].push('XZ-1');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_119.html');
product_type['B'].push('normal');
product_name['B'].push('TG-310/TG-320');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_118.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-7050/Stylus-7050');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_107.html');
product_type['B'].push('normal');
product_name['B'].push('FE-5050');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_108.html');
product_type['B'].push('normal');
product_name['B'].push('FE-4050/X-970');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_109.html');
product_type['B'].push('normal');
product_name['B'].push('FE-4030');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_94.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;TOUGH-8010/Stylus TOUGH-8010');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_93.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;TOUGH-6020/Stylus TOUGH-6020');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_92.html');
product_type['B'].push('normal');
product_name['B'].push('FE-5030');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_91.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;TOUGH-3000/Stylus TOUGH-3000');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_84.html');
product_type['B'].push('normal');
product_name['B'].push('FE-4020/X-940');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_83.html');
product_type['B'].push('normal');
product_name['B'].push('SP-600UZ');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_82.html');
product_type['B'].push('normal');
product_name['B'].push('SP-800UZ');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_81.html');
product_type['B'].push('normal');
product_name['B'].push('FE-47');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_80.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-9010/Stylus-9010');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_86.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-5010/Stylus-5010');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_85.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-7040/Stylus-7040');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_79.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-7010/Stylus-7010');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_71.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-7020/Stylus-7020');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_67.html');
product_type['B'].push('normal');
product_name['B'].push('FE-4000');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_66.html');
product_type['B'].push('normal');
product_name['B'].push('FE-46');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_65.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-550WP/Stylus-550WP');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_59.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-5000/Stylus-5000');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_58.html');
product_type['B'].push('normal');
product_name['B'].push('SP-590UZ');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_54.html');
product_type['B'].push('normal');
product_name['B'].push('FE-3000');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_53.html');
product_type['B'].push('normal');
product_name['B'].push('FE-45');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_52.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-1070/Stylus-1070');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_51.html');
product_type['B'].push('normal');
product_name['B'].push('FE-3010');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_50.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;TOUGH-8000/Stylus TOUGH-8000');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_49.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-9000/Stylus-9000');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_48.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;TOUGH-6000/6010/Stylus TOUGH-6000/6010');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_47.html');
product_type['B'].push('normal');
product_name['B'].push('&micro;-7000/Stylus-7000');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_46.html');
product_type['B'].push('normal');
product_name['B'].push('FE-5010');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_45.html');
product_type['B'].push('normal');
product_name['B'].push('SP-565UZ');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_38.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 1050SW/Stylus 1050SW');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_37.html');
product_type['B'].push('normal');
product_name['B'].push('FE-20');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_36.html');
product_type['B'].push('normal');
product_name['B'].push('FE-360');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_35.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 1060/Stylus 1060');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_32.html');
product_type['B'].push('normal');
product_name['B'].push('FE-370');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_33.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 1030SW/Stylus 1030SW');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_31.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 1020/Stylus 1020/&micro; 1010/Stylus 1010');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_30.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 790SW/Stylus 790SW/&micro; 850SW/Stylus 850SW');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_23.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 780/830 /Stylus 780/830');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_17.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 770SW/795SW/Stylus 770SW/795SW');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_18.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 760/Stylus 760');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_19.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 740/750/Stylus 740/750');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_12.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 720SW/&micro; 725SW/Stylus 720SW/725SW');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_13.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 700/710/Stylus 700/710');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_14.html');
product_type['B'].push('normal');
product_name['B'].push('&micro; 600/Stylus 600');
product_link['B'].push('/en/corc/csr/environment/products/eco-products/eprecognition_15.html');
product_type['B'].push('normal');

category['C'] = 'Voice Recorders';
product_name['C'].push('Digital Voice Recorder VN-750/7100/7600/ 7700');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_131.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder DM-620/DM-650');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_122.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder WS-700M/710M,WS-750M/760M');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_100.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder WS-600S,WS-650S');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_101.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder DP-10,DP-20');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_102.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder VN-8000PC/8100PC,VN-8500PC/8600PC/8700PC');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_103.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder DM-2/3/4/5');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_98.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder Voice-Trek DM-420/520, DM-450/550');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_68.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder Voice-Trek WS-450S, WS-400S');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_61.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder Voice-Trek WS-550M/560M/570M, WS-500M/510M/520M');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_60.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder Voice-Trek VN-100/5000/5500, VN-7000/VN-7500');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_34.html');
product_type['C'].push('normal');
product_name['C'].push('Digital Voice Recorder Voice-Trek V-13');
product_link['C'].push('/en/corc/csr/environment/products/eco-products/eprecognition_27.html');
product_type['C'].push('normal');

category['D'] = 'Microscopes';
// エコプロ('normal')とする
product_name['D'].push('Light source for microscopes U-HGLGPS');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_134.html');
product_type['D'].push('normal');
product_name['D'].push('Digital Camera for microscopes DP26');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_133.html');
product_type['D'].push('normal');
product_name['D'].push('Interferometric 100X Objectives Lens WLI100XMRTC');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_132.html');
product_type['D'].push('normal');
product_name['D'].push('Interface for coded nosepiece U-IFRES');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_129.html');
product_type['D'].push('normal');
product_name['D'].push('DIC Prism IX2-DIC30');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_114.html');
product_type['D'].push('normal');
product_name['D'].push('Silicone Oil 300CS SIL300CS-30CC');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_115.html');
product_type['D'].push('normal');
product_name['D'].push('Silicone Immersion Objective UPLSAPO30XS/60XS');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_116.html');
product_type['D'].push('normal');
product_name['D'].push('Wafer Loader AL120');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_112.html');
product_type['D'].push('normal');
product_name['D'].push('Microscope Objective MPLAPON60X');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_105.html');
product_type['D'].push('normal');
product_name['D'].push('Microscope Objective PLFLN100X');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_106.html');
product_type['D'].push('normal');
product_name['D'].push('Biological Microscopes BX63');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_104.html');
product_type['D'].push('normal');
product_name['D'].push('Biological Microscopes BX43/BX46/BX53');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_97.html');
product_type['D'].push('normal');
product_name['D'].push('Objectives IR Series (LMPLN5XIR / LMPLN10XIR / LCPLN20XIR / LCPLN50XIR / LCPLN100XIR)');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_95.html');
product_type['D'].push('normal');
product_name['D'].push('Digital Camera for microscopes DP21');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_75.html');
product_type['D'].push('normal');
product_name['D'].push('TIRF Objectives  (APON60XOTIRF, UAPON100XOTIRF, UAPON150XOTIRF)');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_73.html');
product_type['D'].push('normal');
product_name['D'].push('Objective UPLFLN-P Series (4XP/10XP/20XP/40XP/100XOP)');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_72.html');
product_type['D'].push('normal');
product_name['D'].push('3D measurement laser microscope OLS4000');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_69.html');
product_type['D'].push('normal');
product_name['D'].push('TV camera attachment U-CMAD3-2');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_44.html');
product_type['D'].push('normal');
product_name['D'].push('Microscope Digital Camera System DP-72 and PCIe Expansion DP72-PXU');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_40.html');
product_type['D'].push('normal');
product_name['D'].push('Box-Type Fluorescence Imaging Device FSX100');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_39.html');
product_type['D'].push('normal');
product_name['D'].push('High Class Microscope BX51');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_24.html');
product_type['D'].push('normal');
product_name['D'].push('Compact Inverted Metallurgical Microscope GX41');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_20.html');
product_type['D'].push('normal');
product_name['D'].push('Phase Contrast/Dispersion Asbestos-Measuring Microscope BX51N-DPH');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_21.html');
product_type['D'].push('normal');
product_name['D'].push('Biological Microscopes BX41/BX45');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_8.html');
product_type['D'].push('normal');
product_name['D'].push('Biological Microscopes CX21/CX31/CX41');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_4.html');
product_type['D'].push('normal');
product_name['D'].push('Stereo Microscopes SZX10/SZX16');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_6.html');
product_type['D'].push('normal');
product_name['D'].push('Stereo Microscopes SZX7/SZ61');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition.html');
product_type['D'].push('normal');
product_name['D'].push('Inverted microscopes CKX31SF/ CKX41SF');
product_link['D'].push('/en/corc/csr/environment/products/eco-products/eprecognition_7.html');
product_type['D'].push('normal');

category['E'] = 'Medical Endoscope and Surgical Products';
// エコプロ('normal')とする
product_name['E'].push('Single Use Aspiration Needle NA-220H/230H');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_137.html');
product_type['E'].push('normal');
product_name['E'].push('EVIS LUCERA ULTRASOUND GASTROVIDEOSCOPE OLYMPUS GF TYPE UCT260');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_117.html');
product_type['E'].push('normal');
product_name['E'].push('EVIS EXERAII ULTRASOUND GASTROVIDEOSCOPE OLYMPUS GF TYPE UCT180');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_111.html');
product_type['E'].push('normal');
product_name['E'].push('EVIS LUCERA COLONOVIDEOSCOPE OLYMPUS PCF TYPE Q260AZI');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_110.html');
product_type['E'].push('normal');
product_name['E'].push('EVIS LUCERA GASTROINTESTINAL VIDEOSCOPE  OLYMPUS PCF TYPE PQ260L/I');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_99.html');
product_type['E'].push('normal');
product_name['E'].push('ENDOALPHA');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_88.html');
product_type['E'].push('normal');
product_type['E'].push('normal');
product_name['E'].push('EVIS LUCERA GASTROINTESTINAL VIDEOSCOPE OLYMPUS GIF TYPE XP260NS');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_87.html');
product_type['E'].push('normal');
product_name['E'].push('EVIS LUCERA General-purpose Video Scope for upper digestive tract OLYMPUS GIF TYPE PQ260');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_78.html');
product_type['E'].push('normal');
product_name['E'].push('AIRWAY MOBILESCOPE OLYMPUS MAF TYPE TM, AIRWAY MOBILESCOPE OLYMPUS MAF TYPE GM');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_70.html');
product_type['E'].push('normal');
product_name['E'].push('VISERA XENON LIGHT SOURCE OLYMPUS CLV-S45');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_64.html');
product_type['E'].push('normal');
product_name['E'].push('OLYMPUS LTF TYPE VP-S');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_63.html');
product_type['E'].push('normal');
product_name['E'].push('HD CAMERA HEAD OTV-S7ProH-HD-L08E');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_57.html');
product_type['E'].push('normal');
product_name['E'].push('Environmental Conscious Efforts to Olympus Medical Products');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_41.html');
product_type['E'].push('normal');
product_name['E'].push('Universal Endoscopic Ultrasound Center EU-ME1');
product_link['E'].push('/en/corc/csr/environment/products/eco-products/eprecognition_42.html');
product_type['E'].push('normal');

category['F'] = 'Industrial Scopes';
// スーパーエコプロ('super')とする
product_name['F'].push('IPLEX UltraLite');
product_link['F'].push('/en/corc/csr/environment/products/eco-products/eprecognition_s8.html');
product_type['F'].push('super');

// エコプロ('normal')とする
product_name['F'].push('Industrial videoscope IPLEX MX II');
product_link['F'].push('/en/corc/csr/environment/products/eco-products/eprecognition_90.html');
product_type['F'].push('normal');
product_name['F'].push('Industrial videoscope IPLEX LX/LT');
product_link['F'].push('/en/corc/csr/environment/products/eco-products/eprecognition_74.html');
product_type['F'].push('normal');
product_name['F'].push('Industrial videoscope IPLEX FX');
product_link['F'].push('/en/corc/csr/environment/products/eco-products/eprecognition_25.html');
product_type['F'].push('normal');
product_name['F'].push('Industrial videoscope IPLEX MX');
product_link['F'].push('/en/corc/csr/environment/products/eco-products/eprecognition_2.html');
product_type['F'].push('normal');

category['G'] = 'Pen series Digital Camera';
// スーパーエコプロ('super')とする
product_name['G'].push('E-PM1');
product_link['G'].push('/en/corc/csr/environment/products/eco-products/eprecognition_s7.html');
product_type['G'].push('super');
product_name['G'].push('E-PL3');
product_link['G'].push('/en/corc/csr/environment/products/eco-products/eprecognition_s6.html');
product_type['G'].push('super');
product_name['G'].push('E-P3');
product_link['G'].push('/en/corc/csr/environment/products/eco-products/eprecognition_s4.html');
product_type['G'].push('super');
product_name['G'].push('E-PL2');
product_link['G'].push('/en/corc/csr/environment/products/eco-products/eprecognition_s1.html');
product_type['G'].push('super');

// エコプロ('normal')とする
product_name['G'].push('E-PL1/E-PL1s');
product_link['G'].push('/en/corc/csr/environment/products/eco-products/eprecognition_89.html');
product_type['G'].push('normal');
product_name['G'].push('E-P2');
product_link['G'].push('/en/corc/csr/environment/products/eco-products/eprecognition_76.html');
product_type['G'].push('normal');
product_name['G'].push('E-P1');
product_link['G'].push('/en/corc/csr/environment/products/eco-products/eprecognition_62.html');
product_type['G'].push('normal');


category['H'] = 'Optical Metrology';
// エコプロ('normal')とする
product_name['H'].push('NIR micro spectrophotometer USPM-RU-W');
product_link['H'].push('/en/corc/csr/environment/products/eco-products/eprecognition_130.html');
product_type['H'].push('normal');

