//---------------------------------------------------
//富山県のクリッカブルマップのインクルードファイル
//---------------------------------------------------
function clickmap(bukken_type){
document.write('<div class="map">');
document.write('<p><img src="/used/views/common/img/map/toyama.gif" usemap="#toyama" alt="" width="350" height="350" /></p>');
document.write('<p>※地図をクリックした場合、左側の検索条件は反映されません。</p>');
document.write('<p>（マンション・一戸建てなどの物件種別をのぞく）</p>');
document.write('</div>');

document.write('<MAP name="toyama">');
//document.write('<AREA shape="rect" coords="37,71,79,90" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=205&bukken_type=' + bukken_type + '" title="氷見市" />');
//document.write('<AREA shape="rect" coords="49,116,88,136" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=202&bukken_type=' + bukken_type + '" title="高岡市" />');
//document.write('<AREA shape="rect" coords="93,125,130,144" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=211&bukken_type=' + bukken_type + '" title="射水市" />');
//document.write('<AREA shape="rect" coords="65,165,103,181" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=208&bukken_type=' + bukken_type + '" title="砺波市" />');
//document.write('<AREA shape="rect" coords="6,148,53,165" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=209&bukken_type=' + bukken_type + '" title="小矢部市" />');
//document.write('<AREA shape="rect" coords="38,222,78,238" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=210&bukken_type=' + bukken_type + '" title="南砺市" />');
//document.write('<AREA shape="rect" coords="137,179,176,201" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=201&bukken_type=' + bukken_type + '" title="富山市" />');
//document.write('<AREA shape="rect" coords="166,133,206,151" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=321&bukken_type=' + bukken_type + '" title="舟橋村" />');
//document.write('<AREA shape="rect" coords="190,112,229,129" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=206&bukken_type=' + bukken_type + '" title="滑川市" />');
//document.write('<AREA shape="rect" coords="234,111,273,127" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=204&bukken_type=' + bukken_type + '" title="魚津市" />');
//document.write('<AREA shape="rect" coords="276,102,317,119" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=207&bukken_type=' + bukken_type + '" title="黒部市" />');
//document.write('<AREA shape="rect" coords="286,56,327,73" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=343&bukken_type=' + bukken_type + '" title="朝日町" />');
//document.write('<AREA shape="rect" coords="231,49,271,66" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=342&bukken_type=' + bukken_type + '" title="入善町" />');
//document.write('<AREA shape="rect" coords="278,181,323,197" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=323&bukken_type=' + bukken_type + '" title="立山町" />');
//document.write('<AREA shape="rect" coords="225,148,262,167" href="/used/index.cfm?event=GR2000&Todofuken_CD=16&Shikuchoson_CD=322&bukken_type=' + bukken_type + '" title="上市町" />');
document.write('<AREA shape="rect" coords="37,71,79,90" href="/004_005/list_shop_205/" title="氷見市" />');
document.write('<AREA shape="rect" coords="49,116,88,136" href="/004_005/list_shop_202/" title="高岡市" />');
document.write('<AREA shape="rect" coords="93,125,130,144" href="/004_005/list_shop_211/" title="射水市" />');
document.write('<AREA shape="rect" coords="65,165,103,181" href="/004_005/list_shop_208/" title="砺波市" />');
document.write('<AREA shape="rect" coords="6,148,53,165" href="/004_005/list_shop_209/" title="小矢部市" />');
document.write('<AREA shape="rect" coords="38,222,78,238" href="/004_005/list_shop_210/" title="南砺市" />');
document.write('<AREA shape="rect" coords="137,179,176,201" href="/004_005/list_shop_201/" title="富山市" />');
document.write('<AREA shape="rect" coords="166,133,206,151" href="/004_005/list_shop_321/" title="舟橋村" />');
document.write('<AREA shape="rect" coords="190,112,229,129" href="/004_005/list_shop_206/" title="滑川市" />');
document.write('<AREA shape="rect" coords="234,111,273,127" href="/004_005/list_shop_204/" title="魚津市" />');
document.write('<AREA shape="rect" coords="276,102,317,119" href="/004_005/list_shop_207/" title="黒部市" />');
document.write('<AREA shape="rect" coords="286,56,327,73" href="/004_005/list_shop_343/" title="朝日町" />');
document.write('<AREA shape="rect" coords="231,49,271,66" href="/004_005/list_shop_342/" title="入善町" />');
document.write('<AREA shape="rect" coords="278,181,323,197" href="/004_005/list_shop_323/" title="立山町" />');
document.write('<AREA shape="rect" coords="225,148,262,167" href="/004_005/list_shop_322/" title="上市町" />');
document.write('</MAP>');
}





