function wlopen() {
	window.open("map.html","wlopen","width=720,height=460,menubar=1,toolbar=0,directories=0,location=0")
}
function mapbtn() {
	window.document.write("<a href='javascript:void(0)' onClick='wlopen()'><img src='img/btn_map.gif' alt='店舗の地図を表示' width='190' height='27'></a>");
}