/****************************************************************************************
**
**	sco.js
**
****************************************************************************************/

// Identifier for the current course
var coursePagePrefix="UPMC";

// The number for the current course
var courseNumber = "02";

// The number for the current section
var courseSection = "01";

// SCO differentiator
var SCOtype = "SCO:";

// SCO identifier
var SCOtitle = "Course Introduction";

// Title of the intra-SCO menu
var SCOmenuTitle = "";

// SCO menu indicator
var SCOmenuAvailable = false;

// Array that contains all of the course pages in sequential order
var arrPages = new Array("01","02","03","04","05");

