function showTeacher(id){
	if(id!='' && id!=null){
		window.location.href="index.php?action=teacherDetail&id="+id;
	}	
}
