//
// 別ウインドウ起動用
//

function chibawin(){
  //表示位置・画面サイズ指定
  x = 20; y = 0; w = 760; h = 680;
	window.open("./txj_chiba.html","wchiba","screenX="+x+",screenY="+y+",left="+x+",top="+y+",width="+w+",height="+h+",scrollbars=yes")
	}

function saiyowin(){
  //表示位置・画面サイズ指定
  x = 20; y = 0; w = 760; h = 680;
	window.open("./setumei.html","wchiba","screenX="+x+",screenY="+y+",left="+x+",top="+y+",width="+w+",height="+h+",scrollbars=yes")
	}
