// JavaScript Document
<!--
function newWin1(){
Win1=window.open("sanpai.html","newWin1","width=670,height=520");
}
function newWin2(){
Win2=window.open("ashiba-zu.html","newWin2","width=520,height=700");
}
function newWin3(){
Win3=window.open("map.html","newWin3","width=520,height=650");
}