var contentSupportFlags = "volumeChangeFlag|soundStatus|volumePercent|soundChangeFlag|textChangeFlag|additionalInfoFlag|printFlag";
var navSupportFlags = "displayTitle|displayPage|returnTimeFlag|enableJumpPageFlag|disableJumpPageFlag|jumpPageOnStateFlag|jumpPageOffStateFlag|enableCommentsFlag|disableCommentsFlag|commentsOnStateFlag|commentsOffStateFlag|enablePrintFlag|disablePrintFlag|enableSaveFlag|disableSaveFlag|enableHelpFlag|disableHelpFlag|helpOnStateFlag|helpOffStateFlag|enableBackFlag|disableBackFlag|enableForwardFlag|disableForwardFlag|enableAudioToggleFlag|disableAudioToggleFlag|audioToggleOnStateFlag|enableReplayFlag|disableReplayFlag|enableEndSessionFlag|disableEndSessionFlag|enableEndFlag|disableEndFlag|enableGlossaryFlag|disableGlossaryFlag|glossaryOnStateFlag|glossaryOffStateFlag|swapToSlimFlag|swapToFatFlag|enableAllFlag|disableAllFlag";


//Overall course details
var name = "Lean Healthcare Overview"; //course name
var courseID = "329"; //courses in
var scoID = "0"; //sco id
var scoName = "Lean Healthcare Overview DEMO"; // SCO title
var completionMessage = "<h2>Well done you have completed this unit of the learning content.</h2><p>Your results have now been recorded and have been sent to your Virtual Learning Environment</p><p>You can now press 'quit' to be returned to your Virtual Learning Environment. Before you leave you may wish to press 'Print My Notes' to get a full transcript of the notes you took during the training.</p>";

var currentPage = 0; //the intialisation for the wrapper
var sco_debug_level = 0; //how much error/debug information the system will expell
var demoDefault = false; //if no LMS is found should the system only show the user the demo sco.pages
var closeWin = false;	// CloseWin if set to true the wrapper will attempt to close the window upon completion of LMSFinish - some LMS require this.
var redirect = false;	//Redirect - if set to a location the content will browse to this page upon completion


// *** sco.pages *** //

function PageMovie(A) {this.complete=A;} // defines the page object format
// The pages this list of available pages will be define at export by mother
var pages = new Array();
pages[0] = new PageMovie("na");
pages[1] = new PageMovie("na");
pages[2] = new PageMovie("na");
pages[3] = new PageMovie("na");
pages[4] = new PageMovie("na");
pages[5] = new PageMovie("na");
pages[6] = new PageMovie("na");
pages[7] = new PageMovie("na");
pages[8] = new PageMovie("na");
pages[9] = new PageMovie("na");
pages[10] = new PageMovie("na");
pages[11] = new PageMovie("na");

// *** Language Arrays *** //
var language = 1;
function PageLangDef (A,B,C,D,E,F,G,H,I,K) {this.name=A;this.soundFile=B,this.src=C,this.logicVersion=D,this.type=E,this.synopsis=F,this.motherPageID=G;this.motherMovieID=H;this.motherSoundID=I;this.transcript=K}
var pageDetails = new Array();
pageDetails[0] = new Array();
pageDetails[0][0] = "";


pageDetails[1] = new Array();
pageDetails[1][0] = new PageLangDef("Introduction","0None", "welcome.swf",0,0,"","11721","","0","0","Welcome to this short demonstration");
pageDetails[1][1] = new PageLangDef("Welcome and Learning Objectives - page 2","78438.mp3", "content/61235.swf", 0, 0, "Welcome to this Lean Healthcare Overview course.","9711","61235","78438","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][2] = new PageLangDef("History and Waste - page 9","78459.mp3", "content/48558.swf", 0, 0, "As well as the 8 wastes themselves, you need to be aware of the major contributors to waste. Click to see some of the common ones.","6258","48558","78459","none","");
pageDetails[1][3] = new PageLangDef("Lean Healthcare - page 1","78462.mp3", "content/48703.swf", 0, 0, "So what do we mean by Lean healthcare? In this section we will begin to show the potential of utilising Lean to stimulate continuous improvement within the healthcare sector.","6260","48703","78462","none","");
pageDetails[1][4] = new PageLangDef("Lean Healthcare - page 10","78471.mp3", "content/48828.swf", 0, 0, "As you begin to scan the process you can quickly begin to identify some of the 8 types of waste that we covered earlier. Click to see a few common examples.","6273","48828","78471","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][5] = new PageLangDef("Lean Tools - page 7","78484.mp3", "content/48940.swf", 0, 0, "Undertaking a 6S workplace organisation activity is a great way to start a Lean adoption. It allows you to create an environment in which you can clearly see what is going on. Here you can see an ITU store - clear as mud! Click to see how it was transformed in just one day using 6S.","6300","48940","78484","none","");
pageDetails[1][6] = new PageLangDef("Lean Tools - page 10","78487.mp3", "content/48943.swf", 0, 0, "6S is a very powerful tool and is not something you do once. You need to keep the cycle going continuously improving the process and its environment.","6303","48943","78487","none","");
pageDetails[1][7] = new PageLangDef("Lean Tools - page 27","78504.mp3", "content/48961.swf", 0, 0, "Ask those involved in a particular process how they think a process flows. You'll be surprised at the different views you get. In the last 10 years that we've been facilitating process flow analysis projects, we've yet to find a group of people who all share the same understanding of a process.","6321","48961","78504","none","");
pageDetails[1][8] = new PageLangDef("Lean Tools - page 29","78506.mp3", "content/48963.swf", 0, 0, "Once you've got a good understanding of the process, which is often referred to as the 'current state', you can validate it and begin to identify the value added steps. You can then begin to plan the 'future state' new process around the value added steps.","6323","48963","78506","none","");
pageDetails[1][9] = new PageLangDef("Lean Tools - page 31","78508.mp3", "content/48965.swf", 0, 0, "Click to see the value adding activities in this example.","6325","48965","78508","none","");
pageDetails[1][10] = new PageLangDef("Lean Tools - page 32","78509.mp3", "content/48966.swf", 0, 0, "Some processes can be quite complex. Here you can see a process mapping exercise in full swing for orthopaedics. Once you've mapped a complete process you may then break it into smaller chunks to focus on particular issues.","6326","48966","78509","none","");
pageDetails[1][11] = new PageLangDef("Exit","0None", "exit.swf",0,0,"","11721","","0","0","Thank you for viewing this short demonstration");



// *** Glossary *** //
var defs = new Array(); // holds the definitions declared above.");
function Definition(A,B) {this.term=A;this.definition=B;} // defines the glossary definition object format


