var _upsold_product_color3029577B = []; _upsold_product_color3029577B[0] = {'id' : '6576', 'name' : '杢グレー×ブラック'}; _upsold_product_color3029577B[1] = {'id' : '6577', 'name' : 'ブラック×ブラック'}; _upsold_product_color3029577B[2] = {'id' : '7939', 'name' : '杢グレー×ネイビー'}; var _upsold_product_size3029577B = []; _upsold_product_size3029577B[6576] = []; _upsold_product_size3029577B[6576][0] = {'id' : '24347', 'name' : '110'}; _upsold_product_size3029577B[6576][1] = {'id' : '24351', 'name' : '150'}; _upsold_product_size3029577B[6576][2] = {'id' : '24349', 'name' : '130'}; _upsold_product_size3029577B[6576][3] = {'id' : '24353', 'name' : '160'}; _upsold_product_size3029577B[6576][4] = {'id' : '24355', 'name' : 'S'}; _upsold_product_size3029577B[6576][5] = {'id' : '24357', 'name' : 'M'}; _upsold_product_size3029577B[6576][6] = {'id' : '24359', 'name' : 'L'}; _upsold_product_size3029577B[6576][7] = {'id' : '24361', 'name' : 'XL'}; _upsold_product_size3029577B[6577] = []; _upsold_product_size3029577B[6577][0] = {'id' : '24348', 'name' : '110'}; _upsold_product_size3029577B[6577][1] = {'id' : '24352', 'name' : '150'}; _upsold_product_size3029577B[6577][2] = {'id' : '24350', 'name' : '130'}; _upsold_product_size3029577B[6577][3] = {'id' : '24354', 'name' : '160'}; _upsold_product_size3029577B[6577][4] = {'id' : '24356', 'name' : 'S'}; _upsold_product_size3029577B[6577][5] = {'id' : '24358', 'name' : 'M'}; _upsold_product_size3029577B[6577][6] = {'id' : '24360', 'name' : 'L'}; _upsold_product_size3029577B[6577][7] = {'id' : '24362', 'name' : 'XL'}; _upsold_product_size3029577B[7939] = []; _upsold_product_size3029577B[7939][0] = {'id' : '36589', 'name' : '110'}; _upsold_product_size3029577B[7939][1] = {'id' : '36591', 'name' : '150'}; _upsold_product_size3029577B[7939][2] = {'id' : '36590', 'name' : '130'}; _upsold_product_size3029577B[7939][3] = {'id' : '36592', 'name' : '160'}; _upsold_product_size3029577B[7939][4] = {'id' : '36593', 'name' : 'S'}; _upsold_product_size3029577B[7939][5] = {'id' : '36594', 'name' : 'M'}; _upsold_product_size3029577B[7939][6] = {'id' : '36595', 'name' : 'L'}; _upsold_product_size3029577B[7939][7] = {'id' : '36596', 'name' : 'XL'}; /* * バナー用プルダウンの初期化 */ function _upsoldInitColorSize3029577B() { var location = '3029577B'; var objName = 'upsold_product_item_color_id_' + location; var obj = document.getElementById(objName); for(i = 0; i < _upsold_product_color3029577B.length; i++) { var opt = document.createElement('OPTION'); obj.options.add(opt); opt.value = _upsold_product_color3029577B[i]['id']; if (IsGecko()) { opt.textContent = _upsold_product_color3029577B[i]['name']; } else { opt.innerText = _upsold_product_color3029577B[i]['name']; } } _upsoldChangeColor3029577B(location); } /* * 色のプルダウンの初期表示 */ function _upsoldChangeColor3029577B(location) { var objName = 'upsold_product_item_color_id_' + location; var obj = document.getElementById(objName); var item_color_id = obj.options[obj.selectedIndex].value; objName = 'upsold_product_item_size_id_' + location; var item_obj = document.getElementById(objName); // item_size_idのクリア var n = item_obj.length for(i = 0; i < n; i++) { item_obj.remove(item_obj.options[i]); } if(item_color_id > 0) { for(i = 0; i < _upsold_product_size3029577B[item_color_id].length; i++) { var opt = document.createElement('OPTION'); item_obj.options.add(opt); opt.value = _upsold_product_size3029577B[item_color_id][i]['id']; if (IsGecko()) { opt.textContent = _upsold_product_size3029577B[item_color_id][i]['name']; } else { opt.innerText = _upsold_product_size3029577B[item_color_id][i]['name']; } } } } /* * Gecko ? */ function IsGecko() { if(navigator){ if(navigator.userAgent){ if(navigator.userAgent.indexOf('Gecko/') != -1){ return true; } } } return false; } _upsoldInitColorSize3029577B();