/**
 *  ==================================================
 *  SoftChalk LessonBuilder
 *  eCourse Javascript
 *  Copyright (C)2008 SoftChalk LLC
 *  All Rights Reserved.
 *
 *  http://www.softchalk.com
 *  ==================================================
 */

var total_course_points = 0;
var frame_my_score = new Array();
var frame_my_attempted = new Array();

