/*地域別検索用*/ var town_data = new Array(4); //野々市地区// town_data[0] = new Array("粟田","位川","押越","押野","高橋町","三納","若松町","住吉町","菅原町","扇が丘","太平寺","藤田","藤平田","梅宮町","白山町","本町","矢作"); //金沢地区// town_data[1] = new Array("円光寺","円光寺本町","横川","額新町","額新保","久安","窪","窪町","光が丘","高尾","高尾台","高尾南","三馬","山科","寺地","大額","馬替","八日市","富樫","伏見台","弥生","有松"); //工大近辺(※上記項目と重複)// town_data[2] = new Array("高橋町","扇が丘","住吉町","本町","横川","久安","三馬","高尾","馬替"); //全体 town_data[3] = town_data[0].concat(town_data[1]); //地域別 function town(id){ var j = 0; switch(id){ case 0: document.f1.area.length=(town_data[id].length + 1); document.f1.area.options[0].text="野々市町すべて"; document.f1.area.options[0].value="野々市町"; for (i in town_data[id]){ j = parseInt(i) + 1; document.f1.area.options[j].text=town_data[id][i]; document.f1.area.options[j].value=town_data[id][i]; } break; case 1: document.f1.area.length=(town_data[id].length + 1); document.f1.area.options[0].text="金沢市すべて"; document.f1.area.options[0].value="金沢市"; for (i in town_data[id]){ j = parseInt(i) + 1; document.f1.area.options[j].text=town_data[id][i]; document.f1.area.options[j].value=town_data[id][i]; } break; case 2: document.f1.area.length=(town_data[id].length + 1); document.f1.area.options[0].text="工大近辺すべて"; document.f1.area.options[0].value="工大近辺"; for (i in town_data[id]){ j = parseInt(i) + 1; document.f1.area.options[j].text=town_data[id][i]; document.f1.area.options[j].value=town_data[id][i]; } break; case 3: document.f1.area.length=(town_data[id].length + 3); document.f1.area.options[0].text="すべて"; document.f1.area.options[0].value="すべて"; document.f1.area.options[1].text="野々市町すべて"; document.f1.area.options[1].value="野々市町"; document.f1.area.options[2].text="金沢市すべて"; document.f1.area.options[2].value="金沢市"; for (i in town_data[id]){ j = parseInt(i) + 3; document.f1.area.options[j].text=town_data[id][i]; document.f1.area.options[j].value=town_data[id][i]; } break; } } function category_1(){document.f3.category.length=11;document.f3.category.options[0].text="飲食店すべて";document.f3.category.options[0].value="-1";document.f3.category.options[1].text="居酒屋";document.f3.category.options[1].value="50";document.f3.category.options[2].text="ダイニング";document.f3.category.options[2].value="51";document.f3.category.options[3].text="ラーメン";document.f3.category.options[3].value="52";document.f3.category.options[4].text="カフェ&喫茶店";document.f3.category.options[4].value="53";document.f3.category.options[5].text="定食";document.f3.category.options[5].value="54";document.f3.category.options[6].text="洋食";document.f3.category.options[6].value="55";document.f3.category.options[7].text="中華";document.f3.category.options[7].value="56";document.f3.category.options[8].text="和食";document.f3.category.options[8].value="57";document.f3.category.options[9].text="焼き肉&焼き鳥";document.f3.category.options[9].value="58";document.f3.category.options[10].text="うどん&そば";document.f3.category.options[10].value="59";}function category_2(){document.f3.category.length=6;document.f3.category.options[0].text="お持ち帰りすべて";document.f3.category.options[0].value="-2";document.f3.category.options[1].text="パン";document.f3.category.options[1].value="60";document.f3.category.options[2].text="お弁当";document.f3.category.options[2].value="62";document.f3.category.options[3].text="軽食";document.f3.category.options[3].value="92";document.f3.category.options[4].text="洋菓子";document.f3.category.options[4].value="93";document.f3.category.options[5].text="和菓子";document.f3.category.options[5].value="94";}function category_3(){document.f3.category.length=7;document.f3.category.options[0].text="ファッション・美容すべて";document.f3.category.options[0].value="-3";document.f3.category.options[1].text="服";document.f3.category.options[1].value="63";document.f3.category.options[2].text="靴";document.f3.category.options[2].value="64";document.f3.category.options[3].text="ネイル";document.f3.category.options[3].value="65";document.f3.category.options[4].text="ヘアー";document.f3.category.options[4].value="66";document.f3.category.options[5].text="エステ&サロン";document.f3.category.options[5].value="67";document.f3.category.options[6].text="メガネ用品";document.f3.category.options[6].value="91";}function category_4(){document.f3.category.length=10;document.f3.category.options[0].text="趣味すべて";document.f3.category.options[0].value="-4";document.f3.category.options[1].text="CD&DVD";document.f3.category.options[1].value="68";document.f3.category.options[2].text="ゲーム ";document.f3.category.options[2].value="69";document.f3.category.options[3].text="プラモ";document.f3.category.options[3].value="70";document.f3.category.options[4].text="教室&講座";document.f3.category.options[4].value="71";document.f3.category.options[5].text="ガーデニング";document.f3.category.options[5].value="72";document.f3.category.options[6].text="楽器&譜面";document.f3.category.options[6].value="73";document.f3.category.options[7].text="雑貨";document.f3.category.options[7].value="74";document.f3.category.options[8].text="音楽スタジオ";document.f3.category.options[8].value="75";document.f3.category.options[9].text="書籍&文房具";document.f3.category.options[9].value="89";}function category_5(){document.f3.category.length=8;document.f3.category.options[0].text="生活用品すべて";document.f3.category.options[0].value="-5";document.f3.category.options[1].text="スーパー";document.f3.category.options[1].value="76";document.f3.category.options[2].text="薬局";document.f3.category.options[2].value="77";document.f3.category.options[3].text="コンビニ";document.f3.category.options[3].value="78";document.f3.category.options[4].text="携帯電話";document.f3.category.options[4].value="79";document.f3.category.options[5].text="車&バイク";document.f3.category.options[5].value="80";document.f3.category.options[6].text="家電";document.f3.category.options[6].value="81";document.f3.category.options[7].text="クリーニング";document.f3.category.options[7].value="88";}function category_6(){document.f3.category.length=7;document.f3.category.options[0].text="娯楽すべて";document.f3.category.options[0].value="-6";document.f3.category.options[1].text="公園";document.f3.category.options[1].value="82";document.f3.category.options[2].text="スポーツ施設";document.f3.category.options[2].value="83";document.f3.category.options[3].text="カラオケ";document.f3.category.options[3].value="84";document.f3.category.options[4].text="ダーツ&ビリアード";document.f3.category.options[4].value="85";document.f3.category.options[5].text="銭湯&温泉";document.f3.category.options[5].value="86";document.f3.category.options[6].text="ゲームセンター";document.f3.category.options[6].value="87";}