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(){
	window.open("./pdf/kurihara_job.pdf#zoom=100","","width=1000,height=2000,scrollbars=yes,resizable=yes");
	return false;
	}

