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 = "Aseptic Techniques"; //course name
var courseID = "369"; //courses in
var scoID = "0"; //sco id
var scoName = "Aseptic Techniques 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");

// *** 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 1","74647.mp3", "content/72231.swf", 0, 0, "","12333","72231","74647","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][2] = new PageLangDef("Overview of Asepsis - page 2","74654.mp3", "content/72237.swf", 0, 0, "The term Healthcare Associated Infection (HCAI) relates to any infection by any infectious agent as a consequence of a person's treatment in the NHS, or acquired by a health care worker in the course of their duties. The most common sites of healthcare associated infections are urinary, lungs, wounds and blood.","12339","72237","74654","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][3] = new PageLangDef("Overview of Asepsis - page 4","74656.mp3", "content/72239.swf", 0, 0, "So, what is the reason for an aseptic technique? Click the graphics to find out more and remember; only staff that have been assessed as competent by their clinical leads should perform an aseptic technique.","12341","72239","74656","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][4] = new PageLangDef("Overview of Asepsis - page 5","74657.mp3", "content/72240.swf", 0, 0, "Standard precautions are in place to support the asepsis process. The three main areas to concentrate on are hand hygiene, the disposal of contaminated waste and personal protective equipment. Let's look at each of these areas in more detail.","12342","72240","74657","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][5] = new PageLangDef("Overview of Asepsis - page 7","74659.mp3", "content/72263.swf", 0, 0, "Community nursing teams don't always have access to appropriate equipment when visiting individuals in their own homes. Therefore, best practice for community staff is to carry a hand hygiene kit containing emollient liquid soap, paper towels and alcohol gel.","12344","72263","74659","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][6] = new PageLangDef("Overview of Asepsis - page 16","74668.mp3", "content/72277.swf", 0, 0, "Protective clothing can provide a physical barrier to infection. Within your daily activity, you must be constantly making a simple risk assessment to determine what, if any, protective clothing should be worn.","12353","72277","74668","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][7] = new PageLangDef("Overview of Asepsis - page 17","74669.mp3", "content/72279.swf", 0, 0, "It's very important to wear appropriate protective equipment to prevent both the spread of infection and becoming infected. Click on the graphics to find out more.","12354","72279","74669","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][8] = new PageLangDef("Aseptic and Clean Techniques - page 7","74676.mp3", "content/72248.swf", 0, 0, "A clean technique is a modified aseptic technique and aims to avoid introducing micro-organisms to a susceptible site and also to prevent cross-infection. Click on the character to find out more about this.","12361","72248","74676","none","What\ visually\ impaired\ users\ will\ hear");
pageDetails[1][9] = 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


