//login   0726 hoshimoto made file
//0822 kishigami repaid start
var sub2;
//0822 kishigami repaid end

function openWin1(){
sub1=window.open("login.php", "login", "resizable=no,menubar=no,directories=no, status=no, location=no, width=500, height=400,screenX=2,left=2,screenY=2,top=2");
}
function openWin2(){
sub2=window.open("password_change.php", "password_change", "resizable=no,menubar=no,directories=no, status=no, location=no, width=510, height=420,screenX=2,left=2,screenY=2,top=2");
}
function openWin3(){
sub3=window.open("reference_lecture_print.php", "reference_lecture_print", "width=800,height=600,toolbar=no,menubar=yes,resizable=no,scrollbars=yes,screenX=2,left=2,screenY=2,top=2");
}
function openWin4(){
sub4=window.open("reference_skill_print.php", "reference_skill_print", "width=800,height=600,toolbar=no,menubar=yes,resizable=no,scrollbars=yes,screenX=2,left=2,screenY=2,top=2")
}

//0822 kishigami repaid start
//0829 hoshimoto repaid start

function closeWin1(){
	if (sub1){
		if (sub1 != ""){
			if(!sub1.closed){
				sub1.close();
			}
		}
	}
}

//0829 hoshimoto repaid end

function closeWin2(){
	if (sub2){
		if (sub2 != ""){
			if(!sub2.closed){
				sub2.close();
			}
		}
	}
}
//0822 kishigami repaid end