var _upsold_product_color3315018A = []; _upsold_product_color3315018A[0] = {'id' : '206', 'name' : 'ブラック×ホワイト'}; _upsold_product_color3315018A[1] = {'id' : '207', 'name' : 'レッド×ホワイト'}; _upsold_product_color3315018A[2] = {'id' : '208', 'name' : 'ライトピンク×ホワイト'}; _upsold_product_color3315018A[3] = {'id' : '209', 'name' : 'ライトブルー×ホワイト'}; _upsold_product_color3315018A[4] = {'id' : '210', 'name' : 'ネイビー×ホワイト'}; _upsold_product_color3315018A[5] = {'id' : '211', 'name' : 'ライトブルー×ネイビー'}; var _upsold_product_size3315018A = []; _upsold_product_size3315018A[206] = []; _upsold_product_size3315018A[206][0] = {'id' : '836', 'name' : 'S'}; _upsold_product_size3315018A[206][1] = {'id' : '842', 'name' : 'M'}; _upsold_product_size3315018A[206][2] = {'id' : '848', 'name' : 'L'}; _upsold_product_size3315018A[207] = []; _upsold_product_size3315018A[207][0] = {'id' : '837', 'name' : 'S'}; _upsold_product_size3315018A[207][1] = {'id' : '843', 'name' : 'M'}; _upsold_product_size3315018A[207][2] = {'id' : '849', 'name' : 'L'}; _upsold_product_size3315018A[208] = []; _upsold_product_size3315018A[208][0] = {'id' : '838', 'name' : 'S'}; _upsold_product_size3315018A[208][1] = {'id' : '844', 'name' : 'M'}; _upsold_product_size3315018A[208][2] = {'id' : '850', 'name' : 'L'}; _upsold_product_size3315018A[209] = []; _upsold_product_size3315018A[209][0] = {'id' : '839', 'name' : 'S'}; _upsold_product_size3315018A[209][1] = {'id' : '845', 'name' : 'M'}; _upsold_product_size3315018A[209][2] = {'id' : '851', 'name' : 'L'}; _upsold_product_size3315018A[210] = []; _upsold_product_size3315018A[210][0] = {'id' : '840', 'name' : 'S'}; _upsold_product_size3315018A[210][1] = {'id' : '846', 'name' : 'M'}; _upsold_product_size3315018A[210][2] = {'id' : '852', 'name' : 'L'}; _upsold_product_size3315018A[211] = []; _upsold_product_size3315018A[211][0] = {'id' : '841', 'name' : 'S'}; _upsold_product_size3315018A[211][1] = {'id' : '847', 'name' : 'M'}; _upsold_product_size3315018A[211][2] = {'id' : '853', 'name' : 'L'}; /* * バナー用プルダウンの初期化 */ function _upsoldInitColorSize3315018A() { var location = '3315018A'; var objName = 'upsold_product_item_color_id_' + location; var obj = document.getElementById(objName); for(i = 0; i < _upsold_product_color3315018A.length; i++) { var opt = document.createElement('OPTION'); obj.options.add(opt); opt.value = _upsold_product_color3315018A[i]['id']; if (IsGecko()) { opt.textContent = _upsold_product_color3315018A[i]['name']; } else { opt.innerText = _upsold_product_color3315018A[i]['name']; } } _upsoldChangeColor3315018A(location); } /* * 色のプルダウンの初期表示 */ function _upsoldChangeColor3315018A(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_size3315018A[item_color_id].length; i++) { var opt = document.createElement('OPTION'); item_obj.options.add(opt); opt.value = _upsold_product_size3315018A[item_color_id][i]['id']; if (IsGecko()) { opt.textContent = _upsold_product_size3315018A[item_color_id][i]['name']; } else { opt.innerText = _upsold_product_size3315018A[item_color_id][i]['name']; } } } } /* * Gecko ? */ function IsGecko() { if(navigator){ if(navigator.userAgent){ if(navigator.userAgent.indexOf('Gecko/') != -1){ return true; } } } return false; } _upsoldInitColorSize3315018A();