function caution(page){
	var mapopen;
	mapopen = window.open(page,'point','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=750,height=580');
	mapopen.focus();
}

function shop_t() {
 window.open('shop_takasaka.html', 'shop',
 'width=620, height=600, menubar=no, toolbar=no, scrollbars=yes');
}
function shop_m() {
 window.open('shop_moriya.html', 'shop',
 'width=620, height=600, menubar=no, toolbar=no, scrollbars=yes');
}
