$( function() {
	
	$( "#btnTeacherCourse" ).click( function () {
		window.document.location.href = "/info0101.do";		
	});	
	
	$( "#btnMuseumCourse" ).click( function () {
		window.document.location.href = "/info0102.do";		
	});	
	
});

function open_book1(flag){
	var Win = window.open('bookPopup.do?flag='+flag,'PopWindow','width=1024,height=470,left=20, top=20, scrollbars=NO');
	 Win.focus();
}

function open_book2(){
	var flag = document.all.lecSel.value;
	if (flag == "" || flag == null) {
		return;
	}
	var Win = window.open('bookPopup.do?flag='+flag,'PopWindow','width=1024,height=470,left=20, top=20, scrollbars=NO');
	Win.focus();
		
}

function goType(){
	var selValue = window.document.getElementById( "select1" ).value;
	window.document.location.href = "/info0101_"+selValue+".do";
}
