function wopen1(){
	Xw=770; //開くウインドの幅
	Yw=680; //開くウインドの高
	Aw=(window.screen.height-Yw)/2-30;
	Bw=(window.screen.width-Xw)/2;
        new1=window.open("../esprit/index.html", "newwin", "resizable=1,width="+Xw+",height="+Yw+",top="+Aw+",left="+Bw+"");

}


