function popJump(page){
	var n;
		n = page.selectedIndex;
	if(page.options[n].value == "nosel"){
		alert("学科・講座コースを選択して下さい。");
	}else{
		location.href = page.options[n].value;
	}
}






function contact1(){

document.frmcon.koumoku.options[0].selected = 1;

}
function contact2(){

document.frmcon.koumoku.options[1].selected = 1;

}
function contact3(){

document.frmcon.koumoku.options[2].selected = 1;

}



