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 = "Wellbeing: Managing Stress and Pressure"; //course name
var courseID = "502"; //courses in
var scoID = "0"; //sco id
var scoName = "Wellbeing: Managing Stress and Pressure 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");

// *** 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 - page 1","77290.mp3", "content/76622.swf", 0, 0, "Welcome. This module is all about how, by gaining understanding of what stress and pressure are and what factors affect them, you can have a positive influence on the wellbeing of your team.","13196","76622","77290","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][1] = new PageLangDef("Managing your personal wellbeing - page 5","76639.mp3", "content/76640.swf", 0, 0, "It is also useful to know a few numbers that relate to different aspects of your health. Click on each moving number to see what aspect of your health it relates to.","13202","76640","76639","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][2] = new PageLangDef("Understanding mental/psychological health problems - page 1","76648.mp3", "content/76649.swf", 0, 0, "In this section we will look at stress - what stress is, the workplace implications of stress, how stress in others can be managed and how to manage stress-related absence. Firstly, what is stress?","13205","76649","76648","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][3] = new PageLangDef("Understanding mental/psychological health problems - page 2","76651.mp3", "content/76652.swf", 0, 0, "How we manage pressure will be dependant on our personality, coping skills and most of all our perceptions of the pressure - certain triggers will affect people differently. The aim is to try to respond in a positive way to bring about improved wellbeing.","13206","76652","76651","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][4] = new PageLangDef("Understanding mental/psychological health problems - page 3","76654.mp3", "content/76655.swf", 0, 0, "Sources of pressure and coping mechanisms act as two opposing sides of a see-saw - pressure on the left, coping mechanisms on the right. The pivot is an individual's personality. Click on the graphic to see what happens.","13207","76655","76654","none","What\ visually\ impaired\ users\ will\ hear");



// *** 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


