'); } function ClickKeyword(){ if( document.getElementById('ent_key').style.display == "none" ){ document.getElementById('ent_sta').style.display = "none"; document.getElementById('ent_key').style.display = "block"; document.images["station_img"].src = "http://www.monteroza.co.jp/new/shop/images/tab_station_02.gif"; document.images["keyword_img"].src = "http://www.monteroza.co.jp/new/shop/images/tab_keyword_01.gif"; document.getElementById('srh_result').innerHTML = ""; } GshopCheck(); } function ClickStation(){ if( document.getElementById('ent_sta').style.display == "none" ){ document.getElementById('ent_key').style.display = "none"; document.getElementById('ent_sta').style.display = "block"; document.images["keyword_img"].src = "http://www.monteroza.co.jp/new/shop/images/tab_keyword_02.gif"; document.images["station_img"].src = "http://www.monteroza.co.jp/new/shop/images/tab_station_01.gif"; } GshopCheck(); } function ClickGshop(){ if( document.getElementById('GShop').style.display == "none" ){ document.getElementById('GShop').style.display = "block"; document.images["gshop_img"].src = "http://www.monteroza.co.jp/new/shop/images/tab_shop_01.gif"; }else{ // チェックボックスの未チェック var ar_gshop_cd = []; $("[name='GSHOP_CD[]']:checked").each(function(){ this.checked = false; }); document.getElementById('GShop').style.display = "none"; document.images["gshop_img"].src = "http://www.monteroza.co.jp/new/shop/images/tab_shop_02.gif"; } } // 業態選択チェック function GshopCheck(){ var ar_gshop_cd = []; var checkflg = false; if( document.getElementById('GShop').style.display == "block" ){ $("[name='GSHOP_CD[]']:checked").each(function(){ checkflg = true; }); } if( checkflg == false ){ document.getElementById('GShop').style.display = "none"; document.images["gshop_img"].src = "http://www.monteroza.co.jp/new/shop/images/tab_shop_02.gif"; } } //-->