// JavaScript Document
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
var bname = new Array();
bname[0] = "gurume";
bname[1] = "salon";
bname[2] = "biyou";
bname[3] = "fassion";
bname[4] = "school";
bname[5] = "kenkou";
bname[6] = "varaety";
bname[7] = "car";
bname[8] = "sumai";
bname[9] = "shopping";
bname[10] = "koukyou";
bname[11] = "tiiki";
function mapShow(bcd,str) {
	document.getElementById('bct_cd').value=bcd;
	for(var i=0;i<bname.length;i++) {
		document.getElementById(bname[i]).style.background="url(../images03/map/bt_map.gif) center left";
		
	}
	document.getElementById(str).style.background="url(../images03/map/bt_map_on.gif) center left";
	gmap.shopLoad(bcd);
}
function mapMove() {
	var jusyo = document.getElementById('jusyo').value;
	if(jusyo=="") {
		alert("住所を入力してください");
	} else {
		var bcd = document.getElementById('bct_cd').value;
		if(bcd=="") {
			bcd = 0;
		}
		gmap.mapMove(jusyo,bcd);
	}
}
function kensaku() {
	if(document.getElementById('keyword').value=="") {
		alert("キーワードを指定してください。");
	} else {
		document.k_form1.submit();
	}
}

