function showNote(lessonId, course, lesson){
	popupNotes = window.open(H_PATH + '/modules/members/lessonNote.php?lessonId='+lessonId+'&course='+course+'&lesson='+lesson, "lessonNote", "status=no,resizable=no,toolbar=no,scrollbars=yes,screenX=" + (screen.width-620)/2 + ",screenY=0,left=" + (screen.width-620)/2  + ",top=" + (screen.height-480)/2  + ",width=620,height=460");
	popupNotes.focus();
}

function openCourseNotes(sku, course){
	popupNotesPrint = window.open(H_PATH + '/modules/members/titleNotes.php?sku='+sku+'&course='+course, "titleNotes", "status=no,resizable=no,toolbar=no,scrollbars=yes,screenX=" + (screen.width-620)/2 + ",screenY=0,left=" + (screen.width-700)/2  + ",top=" + (screen.height-500)/2  + ",width=700,height=500");
	popupNotesPrint.focus();
}