function open_window_detail(sourceNum){
	source="detail/" + sourceNum + ".html";
	teacher_html=window.open(source,sourceNum,'scrollbars=yes,width=670,height=400,resizable=yes');
}