/*
		sco_configure.js
		
		Copyright (c) 2007.  Academic ADL Co-Laboratory.
		 
		This file is part of libSCORM 2004.  libSCORM 2004 is proprietary software for use only 
		by the Academic ADL Co-Laboratory and its clients.  Please read the full license agreement
		included with this software to learn whether you may legally use this software.
		
		libSCORM 2004 is distributed in the hope that it will be useful,
		but WITHOUT ANY WARRANTY; without even the implied warranty of
		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
		
		To obtain a copy of the license agreement, please write to:
		
		Academic ADL Co-Laboratory
		222 W. Washington Ave., Suite 470
		Madison, WI 53703
*/

/////////////////////////////////////////////////////////////////////
var NAV_pages              = ["page01.html"];
var NAV_bookmarkingEnabled = true;
var NAV_show               = true;
var NAV_prevEnabledImg     = "../_sharedcontent/images/nav/prev_enabled.gif";
var NAV_prevDisabledImg    = "../_sharedcontent/images/nav/prev_disabled.gif";
var NAV_nextEnabledImg     = "../_sharedcontent/images/nav/next_enabled.gif";
var NAV_nextDisabledImg    = "../_sharedcontent/images/nav/next_disabled.gif";
var NAV_pastTickImg        = "../_sharedcontent/images/nav/past_tick.gif";
var NAV_presentTickImg     = "../_sharedcontent/images/nav/present_tick.gif";
var NAV_futureTickImg      = "../_sharedcontent/images/nav/future_tick.gif";
/////////////////////////////////////////////////////////////////////
var DC_showConsoleIcon     = false;
var DC_popupErrors         = false;
var DC_popupErrorsOnUnload = false;
var DC_showDebugLines      = false;
var DC_noErrorImg          = "../_sharedcontent/images/error/no_errors.gif";
var DC_errorImg            = "../_sharedcontent/images/error/errors.gif";
var DC_hideDbgImg          = "../_sharedcontent/images/error/hide_debug.gif";
/////////////////////////////////////////////////////////////////////
var LMS_trackSessionTime   = true;
/////////////////////////////////////////////////////////////////////
var PM_trackProgress       = true;
function PM_create(nav) {
	return new PM_NavProgress(nav);
}
/////////////////////////////////////////////////////////////////////
var SSP_enabled            = false;
/////////////////////////////////////////////////////////////////////
