var subWin;
var siryouWin

function MakeChild1(){
	siryouWin=window.open("./shiryo.htm","","width=550,height=710,scrollbars=yes");
	return false;
	siryouWin.moveTo(screen.width/2-300,screen.height/2);
	}

function MakeChild2(){
	window.open("./access.htm","","width=820,height=660");
	return false;
	}

function MakeChild3(){
	siryouWin=window.open("./application.htm","","width=677,height=520,scrollbars=yes");
	return false;
	siryouWin.moveTo(screen.width/2-300,screen.height/2);
	}

function newWin(){
	subWin=window.open('http://www.kurihara.ac.jp/zyousen/application.htm','subWin','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,Width=610,Height=500');
	return false;
	subWin.moveTo(screen.width/2-300,screen.height/2-200);
}

