<!--
//　イメージポップアップ表示
function ImagePopup() {
window.open("printmap.html","window1","width=700,height=800,scrollbars=yes,toolbar=yes");
}
// -->