
// info以下のページを開く
function openInfo(url) {
	window.open('./info/'+url, "_blank", "width=530px,height=450px,scrollbars=yes");

}


